text
stringlengths
0
4.23k
/value:<value>
<attribute>
Examples
To display information, type either:
wdsutil /get-alldriverpackages /server:MyWdsServer /show:all /filtertype:drivergroupname /operator:contains /value:printer /filtertype:packagearchitecture /operator:equal /value:x64 /value:x86
wdsutil /get-alldriverpackages /show:drivers /filtertype:packagedateadded /operator:greaterorequal /value:2008/01/01
wdsutil get-allimagegroups
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Retrieves information about all image groups on a server and all images in those image groups.
Syntax
wdsutil [options] /get-allimagegroups [/server:<servername>] [/detailed]
Parameters
Parameter
Description
[/server:<servername>]
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 is used.
[/detailed]
Returns the image metadata from each image. If this parameter isn't used, the default behavior is to return only the image name, description, and file name for each image.
[/server:<servername>]
Examples
To view information about the image groups, type either:
wdsutil /get-allimagegroups
wdsutil /verbose /get-allimagegroups /server:MyWDSServer /detailed
wdsutil get-allimages
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Retrieves information about all images on a server.
Syntax
wdsutil /get-allimages [/server:<servername>] /show:{boot | install | legacyris | all} [/detailed]
Parameters
Parameter
Description
[/server:<servername>]
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 is used.
/show:{boot | install | legacyris | all}
Where boot returns only boot images, install returns install images as well as information about the image groups that contain them, LegacyRis returns only remote Installation Services (RIS) images, and All returns boot image information, install image information (including information about the image groups), and RIS image information.
[/detailed]
Indicates that all image metadata from each image should be returned. If this option is not used, the default behavior is to return only the image name, description, and file name.
[/server:<servername>]
/show:{boot | install | legacyris | all}
Examples
To view information about the images, type either:
wdsutil /get-allimages /show:install
wdsutil /verbose /get-allimages /server:MyWDSServer /show:all /detailed
wdsutil get-allmulticasttransmissions
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays information about all multicast transmissions on a server.
Syntax
For Windows Server 2008:
wdsutil /Get-AllMulticastTransmissions [/Server:<Server name>] [/Show:Clients] [/ExcludedeletePending]
For Windows Server 2008 R2:
wdsutil /Get-AllMulticastTransmissions [/Server:<Server name>] [/Show:{Boot | Install | All}] [/details:Clients] [/ExcludedeletePending]
Parameters
Parameter
Explanation
[/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]
Windows Server 2008/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.