Description: Displays information about all the driver packages on a WDS server that match the specified search criteria. ...

Description: Displays information about all the driver packages on a
             WDS server that match the specified search criteria.

Syntax:
WDSUTIL /Get-AllDriverPackages [/Server:]
     [/Show:{Drivers | Files | All}]
     [/FilterType:
         /Operator:{Equal | NotEqual | GreaterOrEqual | LessOrEqual
                    | Contains}
         /Value: [/Value: ...]]

[/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: {Drivers | Files | All}]    Indicates the package information to
                                    display. The default, if /Show is not
                                    specified, is to return only the driver
                                    package metadata. Drivers displays the
                                    list of drivers in the package.
                                    Files displays the list of files in the
                                    package. All displays drivers and files.