Automate backup/restore of GPOs

S

Sam

Group policy Management console allows easy backing up
and restoring of GPOs. But I think the backing up of
GPOs using GPMC can only be done manually.

Is there a way of automating the backing up of GPOs using
Group Policy Management console or any other utility?


Sam.
 
T

Torgeir Bakken \(MVP\)

Sam said:
Group policy Management console allows easy backing up
and restoring of GPOs. But I think the backing up of
GPOs using GPMC can only be done manually.

Is there a way of automating the backing up of GPOs using
Group Policy Management console or any other utility?
Hi

GPMC has a script interface, so I would think that is possible.
 
A

Anubis

yes its easy. creat a batch script with the following information

cscript BackupAllGPOs.wsf "D:\domain name GPO Backups" > GPOBak.log

the BackupAllGPOs.wsf can be found in the gpmc\scripts folder. run the
batch script as a scheduled task.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top