Description: Configures settings for a WDS transport server. Syntax: WDSUTIL Options /Set-TransportServer /Server: /ObtainIpv4From:{Dhcp ...

Description: Configures settings for a WDS transport server.

Syntax:
WDSUTIL [Options] /Set-TransportServer [/Server:]
     [/ObtainIpv4From:{Dhcp | Range}]
        [/Start:]
        [/End:]
     [/ObtainIpv6From:Range]
        [/Start:]
        [/End:]
     [/StartPort:
        [/EndPort:
     [/Profile:{10Mbps | 100Mbps | 1Gbps | Custom}]
     [/MulticastSessionPolicy]
        [/Policy:{None | Autodisconnect | Multistream}]
        [/Threshold:]
        [/Streamcount:{2 | 3}]
        [/Fallback:{Yes | No}]

[/Server:]               The name of the WDS server. This can be
                                      either the NetBIOS name or the FQDN.
                                      If not specified, the local server
                                      will be used.
[/ObtainIpv4From:{Dhcp | Range}]      Specifies the source of IPv4
                                      addresses.
   [/Start:]      Specifies the start of the IP address
                                      range. This is required if /ObtainIpv4
                                      is set to Range.
   [/End:]          Specifies the end of the IP address
                                      range. This is required if
                                      /ObtainIpv4From is set to Range.
[/ObtainIpv6From:Range]               Specifies the source of IPv6
                                      addresses. The only supported
                                      value is Range.
   [/Start:]      Specifies the start of the IP address
                                      range. This is required when
                                      /ObtainIpv6From is set to Range).
   [/End:]          Specifies the end of the IP address
                                      range. This is required when
                                      /ObtainIpv6From is set to Range.
[/StartPort:]             Specifies the start of the port range.
[/EndPort:]                 Specifies the end of the port range.
[/Profile:                            Specifies the network profile to use.
   {10Mbps | 100Mbps | 1Gbps | Custom}]
                                      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    Determines how to handle slow clients.
             | Multistream}]          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.