Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Updated: April 17, 2012
Applies To: Windows Server 2008 R2
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