Archive for December, 2012
From a GUID to its GPO name.
Posted by edwgon in Group Policy Object, GUID, http://schemas.google.com/blogger/2008/kind#post, PowerShell, Windows Server 2008 on December 11, 2012
Numerous times I had the issue, when troubleshooting a group policy object error, in which I only had the GPO’s GUID, but not its actual name. Well, it turns out that there is a powershell applet that performs a search in AD, using the GUID, and it returns the GPO’s full description for you.
- Open Widnows PowerShell Modules
- Type: get-gpo
- Paste that GUID and press ENTER
Recent Comments