Description: Displays information about driver groups on a WDS server. Syntax: WDSUTIL /Get-DriverGroup /DriverGroup: /Server: ...

Description: Displays information about driver groups on a WDS server.

Syntax:
WDSUTIL /Get-DriverGroup /DriverGroup:
     [/Server:]
     [/Show:{PackageMetaData | Filters | All}]

/DriverGroup:           The name of the driver group.
[/Server:]             The name of the WDS server. This can be
                                    either the NetBIOS name or the FQDN.
                                    If not specified, the local server will
                                    be 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 filter for the group.


EXAMPLES:
---------
WDSUTIL /Get-DriverGroup /DriverGroup:PrinterDrivers /Show:PackageMetaData


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