-
SMD Software is offering a Group Policy Health Cmdlet that allows you to quickly retrieve status of Group Policy processing on a single machine, all machines in an OU, or all machines in a domain. http://sdmsoftware.com/blog/2008/12/group_policy_health_cmdlet_now.html
-
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
-
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...
-
PowerShell-based method for determining whether or not replication has taken place, and the API granularity that is needed to accomplish that is provided for by the -Server parameter (also known by its alias '-DC'). Read More
-
Introduction of Windows PowerShell Cmdlets in Windows 7. This article discusses how to create a GPO from scratch. Read more