Applies To: Windows Server 2008 R2,Windows Server 2008

Displays information about a specified Transport Server.

Syntax

 Copy Code
WDSUTIL [Options] /Get-TransportServer [/Server:<Server name>] /Show:{Config}

Parameters

Parameter Description

[/Server:<Server name>]

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

/Show:{Config}

Returns configuration information about the specified Transport Server.

Examples

To view information about the server, type:

 Copy Code
WDSUTIL /Get-TransportServer /Show:Config

To view configuration information, type:

 Copy Code
WDSUTIL /Get-TransportServer /Server:MyWDSServer /Show:Config