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, Windows Server 2012 R2, Windows Server 2012, Windows 8
Duplicates an existing driver group on the server including the filters, driver packages, and enabled/disabled status.
Syntax
WDSUTIL /Copy-DriverGroup [/Server:<Server name>] /DriverGroup:<Source Group Name> /GroupName:<New Group Name>
Parameters
Parameter |
Description |
|---|---|
[/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. |
/DriverGroup:<Source Group Name> |
Specifies the name of the source driver group. |
/GroupName:<New Group Name> |
Specifies the name of the new driver group. |
Examples
To copy a driver group, type one of the following:
WDSUTIL /Copy-DriverGroup /Server:MyWdsServer /DriverGroup:PrinterDrivers /GroupName:X86PrinterDrivers
WDSUTIL /Copy-DriverGroup /DriverGroup:PrinterDrivers /GroupName:ColorPrinterDrivers