Displays information about all namespaces on a specified server.
Syntax
WDSUTIL /Get-AllNamespaces [/Server:<Server name>] [/ContentProvider:<name>] [/Show:Clients] [/ExcludeDeletePending]
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. |
[/ContentProvider:<name>] |
Displays the namespaces for the specified content provider only. |
[/Show:Clients] |
Displays information about client computers that are connected to the namespace. |
[/ExcludeDeletePending] |
Excludes any deactivated transmissions from the list. |
Examples
To view all namespaces, type:
WDSUTIL /Get-AllNamespaces
To view all namespaces except those that are deactivated, type:
WDSUTIL /Get-AllNamespaces /Server:MyWDSServer /ContentProvider:"MyContentProv" /Show:Clients /ExcludeDeletePending