/get-DriverGroup

 

Applies To: Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8

Displays information about the driver groups on a server.

Syntax

WDSUTIL /Get-DriverGroup /DriverGroup:<Group Name> [/Server:<Server name>]

Parameters

Parameter

Description

/DriverGroup:<Group Name>

Specifies the name of the driver group.

[/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-DriverGroup /DriverGroup:PrinterDrivers /Show:PackageMetaData

WDSUTIL /Get-DriverGroup /DriverGroup:PrinterDrivers /Server:MyWdsServer /Show:Filters

Additional references

Command-Line Syntax Key

-get-AllDriverGroups