/add-DriverPackage
Applies To: Windows Server 2008 R2
Adds a driver package to the server.
Syntax
WDSUTIL /Add-DriverPackage /InfFile:<Inf File path> [/Server:<Server name>] [/Architecture:{x86 | ia64 | x64}] [/DriverGroup:<Group Name>] [/Name:<Friendly Name>]
Parameters
Parameter | Description |
---|---|
InfFile:<Inf File path> |
Specifies the full path of the .inf file to add. |
/Server:<Server name> |
Specifies the name of the server. This can be the NetBIOS name or the FQDN. If no server name is specified, the local server is used. |
/Architecture:{x86 | ia64 | x64} |
Specifies the architecture of the driver package. |
[/DriverGroup:<Group Name>] |
Specifies the name of the driver group to which the package should be added. |
[/Name:<Friendly Name>] |
States the friendly name for the driver package. |
Examples
To add a driver package, type one of the following:
WDSUTIL /verbose /Add-DriverPackage /InfFile:"C:\Temp\Display.inf"
WDSUTIL /Add-DriverPackage /Server:MyWDSServer /InfFile:"C:\Temp\Display.inf" /Architecture:x86 /DriverGroup:x86Drivers /Name:"Display Driver”