cscript /nologo search.vbs "LDAP://dc=mydomain,dc=com" /C:"&(objectClass=groupPolicyContainer)(name={31B2F340-016D-11D2-945F-00C04FB984F9})" /P:displayName /S:SubTree
tags:how to find GPO name, GPO GUID to name resolution
A blog by just another IT guy from Hyderabad.
cscript /nologo search.vbs "LDAP://dc=mydomain,dc=com" /C:"&(objectClass=groupPolicyContainer)(name={31B2F340-016D-11D2-945F-00C04FB984F9})" /P:displayName /S:SubTree
http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx
typeperf "\\RemoteMachine\processor(_Total)\% Processor Time"
In day-to-day windows administration we generally come across many error codes in eventlogs and application specific logs. The error codes generally will be in hex form. We have to search in internet to find the meaning of that error and to troubleshoot further.
Microsoft has provided a good error code look-up tool(err.exe) which simplifies the life of windows administrator. It's a command line tool and we need to pass the error message as command line argument to err.exe and it displays the text explaining the meaning of error message. I found it as very helpful for me to troubleshoot the things and I hope it helps you too :-)
Syntax:
C:\>err
where
