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:]
        [/PortPolicy:{Dynamic | Fixed}]
        [/StartPort:
          [/EndPort:
        [/Profile:{10Mbps | 100Mbps | 1Gbps | Custom}]
        [/MulticastSessionPolicy]
          [/Policy:{None | Autodisconnect | Multistream}]
          [/Threshold:]
          [/Streamcount:{2 | 3}]
          [/Fallback:{Yes | No}]
        [/TftpMaximumBlockSize:]
        [/EnableTftpVariableWindowExtension:{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.