Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008 R2
Adds all driver packages that are stored in a folder to a server.
Syntax
WDSUTIL /Add-AllDriverPackages /FolderPath:<Folder Path> [/Server:<Server name>] [/Architecture:{x86 | ia64 | x64}] [/DriverGroup:<Group Name>]
Parameters
| Parameter | Description |
|---|---|
/FolderPath:<Folder Path> |
Specifies the full path to the folder that contains the .inf files for the driver packages. |
[/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 packages to add. Driver packages for other architectures are ignored. |
[/DriverGroup:<Group Name>] |
Specifies the name of the driver group to which the packages should be added. |
Examples
To add driver packages, type one of the following:
WDSUTIL /verbose /Add-AllDriverPackages /FolderPath:"C:\Temp\Drivers" /Architecture:x86
WDSUTIL /Add-AllDriverPackages /FolderPath:"C:\Temp\Drivers\Printers" /DriverGroup:"Printer Drivers"