Let's start with backing up a single GPO, if that is ever a needed item for you. The following is the PowerShell command to backup MyNewGPO to a folder on my system called C:GPO_Backups:
Backup-GPO -name MyNewGPO -Path C:GPO_Backups
Let's start with backing up a single GPO, if that is ever a needed item for you. The following is the PowerShell command to backup MyNewGPO to a folder on my system called C:GPO_Backups:
Backup-GPO -name MyNewGPO -Path C:GPO_Backups
18.218.214.202