-
By GPTeam The scene: Backups take up space, but they’re a crucial part of GPO management. Ideally, one would do regular backups (monthly? weekly? your call) but only of the GPOs that have changed. This script will do that for you and print out a ... Read More
-
By Todd The PowerShell prompt needs to opened with elevated permissions in order to run any of the cmdlets, just as it requires administrative privilege to do any administration of GPO’s through the GPMC. The shortcut to the Active Directory ... Read More
-
I have a task to get all GPOs from each sub domain and present them in Excel for upper Management (Count per domain, Count per user, count per Computer,..) Managing the exported data in Excel is not that issue (using the Excel Com objects), but with my old school VBScript looping technology it looks...
-
Hi, I'd like to generate an RSOP Logging Report using Powershell in conjunction with Microsoft's GPMC. I have already googled up a script that works in general: $gpmc = New-Object -ComObject GPMgmt.GPM $constants = $gpmc.GetConstants() $rsop = $gpmc.GetRSOP($constants.RSOPModeLogging,$null,0...
-
Dmitry just recently posted a video from Darren at SDM Sotfware from a presentation he made in Dec 2008 about Automating Group Policy Management with VBScript and PowerShell. Read More