Currently Browsing: GPO

The Simplest Way to Get Group Policy Objects’ Reports

Once I was asked for making our Group Policy Objects’ Report for Audit purposes I’ve started to search the best and the simplest way to do this. I have found SDM GPMC PowerShell Cmdlets 1.4 with which help it is possible to make the Report for each GPO with a prefix where it was linked. Get-GPO...

Group Policy Module in Windows 7

Group Policy Module in Windows 7
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...