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>]
		[/StartPort:<Starting port>
		[/EndPort:<Starting port>
	 [/Profile:{10Mbps | 100Mbps | 1Gbps | Custom}]

Parameters

Parameter Description

[/Server:<Server name>]

Specifies the name of the Transport Server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no Transport Server name is specified, the local server will be used.

[/ObtainIpv4From:{Dhcp | Range}]

Sets the source of the IPv4 addresses, as described in the following table.

  • [/Start: <IPv4 address>] Sets the start of the IP address range. This is required and valid only if /ObtainIpv4From:Range is specified.

  • [/End: <IPv4 address>] - Sets the end of the IP address range. This is required and valid only if /ObtainIpv4From:Range is specified.

  • [/StartPort: <port>] - Sets the start of the port range.

  • [/EndPort: <port>] Sets the end of the port range.

[/Profile: {10Mbps | 100Mbps | 1Gbps | Custom}]

Specifies the network profile to be used.

Examples

To set the IPv4 address range for the server, type:

WDSUTIL /Set-TransportServer /ObtainIpv4From:Range /Start:172.31.1.1 /End:172.31.1.200

To set the IPv4 address range, port range, and profile for the server, type:

WDSUTIL /Set-TransportServer /Server:MyWDSServer /ObtainIpv4From:Range /Start:172.31.1.1 /End:172.31.1.200
/StartPort:12000 /EndPort:50000 /Profile:10mbps