Able to set ephermal port range in Windows containers via `docker run`

The recommended method of setting the ephermal port range to a non-default value is using netsh. Is there a way to do this at startup via docker run? For Linux, we have --sysctl for configurations such as this.

Thanks for any inputs/suggestions.