Hi all,
I am looking for a script which will get all GPO's by name, the OU's they are linked to (Enabled/Disabled/Forced), Settings (Computer or User enabled/disabled, Security Filter and perhaps Delegation info as well. I would like to get this information and export it to Excel or a file that can them to imported into Excel or a table in word for a report I wish to create.
I can run the following but that exports too much information:
Get-GPOReport -name USER-TST-CTX -ReportType XML -Path C:\temp\GPOReport1.xml
My scripting/powershell isn't really up to scratch and all the scripts I've found through searches don't seem to work, are old posts or don't do what I would like.
I'm using SCM to export, compare and detail the specific settings so I'm Ok there.
Any help would be great.
Thanks.