Description: Displays information about driver packages on a WDS server. Syntax: WDSUTIL /Get-DriverPackage /Server: {/DriverPackage: ...

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

Syntax:
WDSUTIL /Get-DriverPackage [/Server:]
     {/DriverPackage: | /PackageId:}
     [/Show:{Drivers | Files | All}]

[/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.
[/DriverPackage:]             The name of the driver package to show.
[/PackageId:]                   The WDS ID of the driver package to show.
                                    You must specify the ID if the driver
                                    package cannot be uniquely identified by
                                    name.
[/Show: {Drivers | Files | All}]    If specified, indicates what information
                                    to display. The default, if /Show is not
                                    specified, is to return only the driver
                                    package metadata. Drivers displays all
                                    drivers in the package. Files displays
                                    the list of files in the package. All
                                    displays drivers, files, and metadata.


EXAMPLES:
---------
WDSUTIL /Get-DriverPackage /PackageId:{4D36E972-E325-11CE-BFC1-08002BE10318}


WDSUTIL /Get-DriverPackage /DriverPackage:MyDriverPackage /Show:All