Inventory tool for GPO.
Staff Good afternoon,
I am needing to know if there are any Microsoft tool
that will show me what the GPO's that exist in my domain, are applying the same changes.
Marcus
IT Analyst
May 19th, 2011 3:26pm
Are you talking about GPOs or Groups?
What version of AD are you using? You should be able to using GPMC to get Group Policy Details.
http://technet.microsoft.com/en-us/library/cc778172(WS.10).aspx
For the local groups, you might be able to use the following PowerShell script:
http://portal.sivarajan.com/2011/04/list-local-administrator-group-members.html
Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA, Network+ Houston, TX
Blogs - http://blogs.sivarajan.com/
Articles - http://www.sivarajan.com/publications.html
Twitter: @santhosh_sivara - http://twitter.com/santhosh_sivara
This posting is provided AS IS with no warranties,and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2011 3:42pm
I am needing to know if there are any Microsoft
tool that will show me what the GPO's that exist in my domain, are applying the same changes.
Marcus
the /Z option for gpresult may be what you are looking for
/Z Specifies that the super-verbose information should be displayed. Super-verbose information provides
additional detailed settings that have been applied with a precedence of 1 and higher. This allows you to see if a setting was set in multiple places.
May 19th, 2011 6:38pm


