text
stringlengths
0
4.23k
/details:clients
Only supported for Windows Server 2008 R2. If present, clients that are connected to the transmission will be displayed.
[/ExcludedeletePending]
Excludes any deactivated transmissions from the list.
/Show:Clients - Displays information about client computers that are connected to the multicast transmissions.Windows Server 2008 R2Show: {Boot | Install | All} - The type of image to return. Boot returns only boot image transmissions. Install returns only install image transmissions. All returns both image types.
Windows Server 2008 R2Show: {Boot | Install | All} - The type of image to return. Boot returns only boot image transmissions. Install returns only install image transmissions. All returns both image types.
Show: {Boot | Install | All} - The type of image to return. Boot returns only boot image transmissions. Install returns only install image transmissions. All returns both image types.
Examples
To view information about all transmissions, type:
wdsutil /Get-AllMulticastTransmissions
wdsutil /Get-AllMulticastTransmissions /Show:All
wdsutil /Get-AllMulticastTransmissions /Server:MyWDSServer /Show:Clients /ExcludedeletePending
wdsutil /Get-AllMulticastTransmissions /Server:MyWDSServer /Show:All /details:Clients /ExcludedeletePending
wdsutil get-allnamespaces
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays information about all namespaces on a server.
Syntax
Windows Server 2008:
wdsutil /Get-AllNamespaces [/Server:<Server name>] [/ContentProvider:<name>] [/Show:Clients] [/ExcludedeletePending]
Windows Server 2008 R2:
wdsutil /Get-AllNamespaces [/Server:<Server name>] [/ContentProvider:<name>] [/details:Clients] [/ExcludedeletePending]
Parameters
Parameter
Windows Server 2008
Windows Server 2008 R2
[/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]
Only supported for Windows Server 2008. Displays information about client computers that are connected to the namespace.
[/details:Clients]
Only supported for Windows Server 2008 R2. 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
wdsutil /Get-AllNamespaces /Server:MyWDSServer /ContentProvider:MyContentProv /details:Clients /ExcludedeletePending
get-AllServers
Retrieves information about all Windows Deployment Services servers.
Note
This command may take an extended amount of time to complete if there are many Windows Deployment Services servers in your environment or if the network connection linking the servers is slow.
Syntax
wdsutil [Options] /Get-AllServers /Show:{Config | Images | All} [/Detailed] [/Forest:{Yes | No}]
Parameters
Parameter
Description
/Show:{Config
Images
[/Detailed]
When used in conjunction with the /Show:Images or /Show:All, returns all image metadata from each image. If the /Detailed option is not specified, the default behavior is to return the image name, description, and file name.
[/Forest:{Yes
No}]
Examples
To view information about all servers, type: