/get-AllDriverGroups

Applies To: Windows Server 2008 R2

Displays information about all the driver groups on a server.

Syntax

WDSUTIL /Get-AllDriverGroups [/Server:<Server name>] [/Show:{PackageMetaData | Filters | All}]

Parameters

Parameter Description

[/Server:<Server name>]

Specifies the name of the server. This can be the NetBIOS name or the FQDN. If a server name is not specified, the local server is used.

[/Show: {PackageMetaData | Filters | All}]

Displays the metadata for all the driver packages in the specified group. PackageMetaData displays information about all the filters for the driver group. Filters displays the metadata for all driver packages and filters for the group.

Examples

To view information about a driver file, type:

WDSUTIL /Get-AllDriverGroups /Server:MyWdsServer /Show:All

WDSUTIL /Get-AllDriverGroups [/Show:PackageMetaData]

Additional references

Command-Line Syntax Key

/get-DriverGroup