wdsutil set-transportserver
Sets configuration settings for a Transport Server.
Syntax
wdsutil [Options] /Set-TransportServer [/Server:<Server name>]
[/ObtainIpv4From:{Dhcp | Range}]
[/start:<starting IP address>]
[/End:<Ending IP address>]
[/ObtainIpv6From:Range]\n\
[/start:<start IP address>]\n\
[/End:<End IP address>]
[/startPort:<starting port>
[/EndPort:<starting port>
[/Profile:{10Mbps | 100Mbps | 1Gbps | Custom}]
[/MulticastSessionPolicy]
[/Policy:{None | AutoDisconnect | Multistream}]
[/Threshold:<Speed in KBps>]
[/StreamCount:{2 | 3}]
[/Fallback:{Yes | No}]
Parameters
Parameter | Description |
---|---|
[/Server:<Server name>] | Specifies the name of the Transport Server. This can be the NetBIOS name or the fully qualified domain name (FQDN). If no Transport Server name is specified, the local server is used. |
[/ObtainIpv4From:{Dhcp | Range}] | Sets the source of the IPv4 addresses as follows: - [/start: <IP address>] Sets the start of the IP address range. This is required and valid only if this option is set to Range. |
[/ObtainIpv6From:Range] | Specifies the source of IPv6 addresses. This option only applies to Windows Server 2008 R2 and the only supported value is Range. - [/start: <IP address>] Sets the start of the IP address range. This is required and valid only if this option is set to Range. |
[/Profile: {10Mbps | 100Mbps | 1Gbps | Custom}] | Specifies the network profile to be used. This option is only available for servers running Windows Server 2008 or Windows Server 2003. |
[/MulticastSessionPolicy] | Configures the transfer settings for multicast transmissions. This command is only available for Windows Server 2008 R2. - [/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 are disconnected. Multistream means clients will be separated into multiple sessions as specified by /StreamCount. |
Examples
To set the IPv4 address range for the server, type:
wdsutil /Set-TransportServer /ObtainIpv4From:Range /start:239.0.0.1 /End:239.0.0.100
To set the IPv4 address range, port range, and profile for the server, type:
wdsutil /Set-TransportServer /Server:MyWDSServer /ObtainIpv4From:Range /start:239.0.0.1 /End:239.0.0.100 /startPort:12000 /EndPort:50000 /Profile:10mbps