/PortPolicy:{Dynamic | Fixed} Specifies the UDP port policy to use. Set this to Dynamic for obtaining ports dynamically from ...

[/PortPolicy:{Dynamic | Fixed}]
        Specifies the UDP port policy to use.  Set this to Dynamic for
        obtaining ports dynamically from Winsock. Set this to Fixed
        for using ports from a fixed range.

[/StartPort:]
        Specifies the start of the port range.

  [/EndPort:]
        Specifies the end of the port range.  This is required when
        /PortPolicy is set to Fixed.

[/Profile:{10Mbps | 100Mbps | 1Gbps | Custom}]
        Specifies the network profile to use.  Note: This option is
        only available for servers running Windows Server 2008 or
        Windows Server 2003.


[/MulticastSessionPolicy]
        Configures transfer settings for multicast transmissions.

  [/Policy:{None | AutoDisconnect | Multistream}]
        Determines how to handle slow clients.  None means to keep all
        clients in one session at the same speed.  AutoDisconnect
        means that any clients that drop below the specified threshold
        will be disconnected.  Multistream means clients will be
        separated into multiple sessions as specified by /StreamCount.

  [/Threshold:]
        For /Policy:AutoDisconnect, this option sets the minimum
        transfer rate in KBps.  Clients that drop below this rate will
        be disconnected from multicast transmissions.