/set-TransportServer
Applies To: Windows Server 2008, Windows Server 2008 R2
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:
|
[/ObtainIpv6From:Range] |
Specifies the source of IPv6 addresses. This option only applies to Windows Server 2008 R2 and the only supported value is 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.
|
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