Link to home
Start Free TrialLog in
Avatar of rdefino
rdefinoFlag for United States of America

asked on

Is there a way to verify that a group of systems got a GPO applied?

I have about 700 system that I need to verify if they got a particular gpo applied to them. Is there some way to do this?
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

You would typically use something like rsop.msc on a single machine to get the group policies that are applied. However you will need to do this using powershell. Scripting Guys have a cmdlet called Get-ResultantSetOfPolicy. You can use this to export the data to a CSV file.

http://blogs.technet.com/b/heyscriptingguy/archive/2013/02/08/use-powershell-to-find-group-policy-rsop-data.aspx

Will.
ASKER CERTIFIED SOLUTION
Avatar of Mahesh
Mahesh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

Not enough information to confirm an answer.