Group Policy Module in Windows 7
Posted in
GPO on
11 9th, 2010 |
2 Comments
I’ve tried to import group policy module on my Windows 7 workstation using following command:
Get-Command -module "Grouppolicy"
After that successfully backed up a group policy objects to share folder (size of that uncompressed backup is 217 MB)
Backup-Gpo -All -Path \\server\Backups\GPO
But when I...