Description: Adds driver packages to a WDS server. Syntax: WDSUTIL /Add-DriverPackage /InfFile:[/Server: ] [/Architecture:{x86 | ia64 | x64}] [/DriverGroup: ] [/Name: ] /InfFile: The full path of the INF file to add. [/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. [/Architecture:{x86 | ia64 | x64}] The architecture of the driver package. [/DriverGroup: ] The name of the driver group to which the package should be added. [/Name: ] The friendly name for the driver package. EXAMPLES: --------- WDSUTIL /verbose /Add-DriverPackage /InfFile:"C: emp\Display.inf" WDSUTIL /Add-DriverPackage /Server:MyWDSServer /InfFile:"C: emp\Display.inf" /Architecture:x86 /DriverGroup:x86Drivers /Name:"Display Driver"
Description: Adds an image group to a WDS server. Syntax: WDSUTIL Options /Add-ImageGroup /ImageGroup: /Server: /ImageGroup: ...
Description: Adds driver packages from a folder to a WDS server. Syntax: WDSUTIL /Add-AllDriverPackages /FolderPath: /Server: ...
Description: Adds driver packages from the WDS driver store to a boot image on the WDS server. The image version must be ...
Description: Adds driver packages from the WDS driver store to an existing driver group on the WDS server. Syntax: WDSUTIL ...
Description: Adds driver packages to a WDS server. Syntax: WDSUTIL /Add-DriverPackage /InfFile: /Server: /Architecture:{x86 ...
Description: Adds images to a WDS server. Syntax: WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:{Boot | Install} ...
Description: Adds images, image groups, prestaged devices, driver packages, and driver groups or driver group filters to ...
Description: Adds or removes an existing driver group filter from a driver group. Syntax: WDSUTIL /Set-DriverGroupFilter ...
Description: Approves Auto-Add devices that are awaiting approval. Syntax: WDSUTIL /Approve- Where is one of the following: ...