text stringlengths 0 4.23k |
|---|
/Architecture:{x86 | ia64 | x64} |
Specifies the architecture of the boot image that is associated with the transmission. Because it is possible to have the same image name for boot images in different architectures, you should specify the architecture to ensure that the correct image is used. |
[/Filename:<File name>] |
Specifies the file that contains the image. If the image cannot be uniquely identified by name, you must use this option to specify the file name. |
[/Show:Clients]or[/details:Clients] |
Displays information about client computers that are connected to the multicast transmission. |
or[/details:Clients] |
[/details:Clients] |
Examples |
Windows Server 2008 |
To view information about the transmission for an image named Vista with Office, type one of the following: |
wdsutil /Get-MulticastTransmission:Vista with Office imagetype:Install |
wdsutil /Get-MulticastTransmission /Server:MyWDSServer image:Vista with Office imagetype:Install imageGroup:ImageGroup1 /Filename:install.wim /Show:Clients |
Windows Server 2008 R2 |
To view information about the transmission for an image named Vista with Office, type one of the following: |
wdsutil /Get-MulticastTransmission:Vista with Office |
/Imagetype:Install |
wdsutil /Get-MulticastTransmission /Server:MyWDSServer image:Vista with Office imagetype:Install ImageGroup:ImageGroup1 /Filename:install.wim /details:Clients |
wdsutil /Get-MulticastTransmission /Server:MyWDSServer:X64 Boot Imagetype:Boot /Architecture:x64 /Filename:boot.wim /details:Clients |
wdsutil get-namespace |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays information about a custom namespace. |
Syntax |
Windows Server 2008 R2 |
wdsutil /Get-Namespace /Namespace:<Namespace name> [/Server:<Server name>] [/Show:Clients] |
Windows Server 2008 R2 |
wdsutil /Get-Namespace /Namespace:<Namespace name> [/Server:<Server name>] [/details:Clients] |
Parameters |
Parameter |
Description |
/Namespace:<Namespace name> |
Specifies the name of the namespace. Note that this is not the friendly name, and it must be unique.- Deployment Server: The syntax for namespace name is /Namspace:WDS:<ImageGroup>/<ImageName>/<Index>. For example: WDS:ImageGroup1/install.wim/1- Transport Server: This value should match the name given to the namespace when it was created on the server. |
[/Server:<Server name>] |
Specifies the name of the server. This can be the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server is used. |
[/Show:Clients] or [/details:Clients] |
Displays information about client computers that are connected to the specified namespace. |
- Deployment Server: The syntax for namespace name is /Namspace:WDS:<ImageGroup>/<ImageName>/<Index>. For example: WDS:ImageGroup1/install.wim/1- Transport Server: This value should match the name given to the namespace when it was created on the server. |
Examples |
To view information about a namespace, type: |
wdsutil /Get-Namespace /Namespace:Custom Auto 1 |
To view information about a namespace and the clients that are connected, type one of the following: |
wdsutil /Get-Namespace /Server:MyWDSServer /Namespace:Custom Auto 1 /Show:Clients |
wdsutil /Get-Namespace /Server:MyWDSServer /Namespace:Custom Auto 1 /details:Clients |
wdsutil get-server |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Retrieves information from the specified Windows Deployment Services server. |
Syntax |
wdsutil [Options] /Get-Server [/Server:<Server name>] /Show:{Config | Images | All} [/detailed] |
Parameters |
Parameter |
Description |
[/Server:<Server name>] |
Specifies the name of the server. This can be the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server is used. |
/Show:{Config | Images | All} |
Specifies the type of information to return.- Config returns configuration information.- Images returns information about image groups, boot images, and install images.- All returns configuration information and image information. |
[/detailed] |
You can use this option with /Show:Images or /Show:All to indicate that all image metadata from each image should be returned. If the /detailed option is not used, the default behavior is to return the image name, description, and file name. |
- Config returns configuration information.- Images returns information about image groups, boot images, and install images.- All returns configuration information and image information. |
Examples |
To view information about the server, type: |
wdsutil /Get-Server /Show:Config |
To view detailed information about the server, type: |
wdsutil /verbose /Get-Server /Server:MyWDSServer /Show:All /detailed |
wdsutil get-transportserver |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays information about a specified Transport Server. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.