Description: Copies an existing driver group on a WDS server. Syntax: WDSUTIL Options /Copy-DriverGroup /Server: /DriverGroup: ...

Description: Copies an existing driver group on a WDS server.

Syntax:
WDSUTIL [Options]
        /Copy-DriverGroup
        [/Server:]
        /DriverGroup:
        /GroupName:

/DriverGroup:
        The name of the existing driver group to copy.

[/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.

/DriverGroup:
        The name of the source driver group.

/GroupName:
        The name of the new driver group.

EXAMPLES:
---------
WDSUTIL /Copy-DriverGroup /Server:MyWdsServer /DriverGroup:PrinterDrivers
     /GroupName:X86PrinterDrivers


WDSUTIL /Copy-DriverGroup /DriverGroup:PrinterDrivers
     /GroupName:ColorPrinterDrivers