Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all gpo parameters in the domain, and the gpo wich has it set #29

Open
MPR-Git opened this issue Nov 8, 2021 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@MPR-Git
Copy link

MPR-Git commented Nov 8, 2021

Hello

I am trying to do a GPO audit on my domain, and your tool is very great.
I would love to have a csv / xls file with all the gpo and thei settings.

It would permit me to rationalise the GPOs in number, and regroup most of GPO.

I see the table as folowing.

  GPO 1 GPO 2 GPO 3
Parameter 1 Enabled   Enabled  
Parameter 2     whatever  
Parameter 3 False true    
Parameter 4        
Parameter 5 HLM/Soft / ..   HKCU/…  
Parameter 6     Enabled  
Parameter 7   Disabled    
Parameter 8     Disabled  
       

Thanks a lot for your great job.

@MPR-Git
Copy link
Author

MPR-Git commented Nov 8, 2021

Hello,

I did almost what i wanted with the return of the object called in powershell.
(I have a small issue with the extended attributes, but I can manage this)

In fact, I miss an option to not categorise the gpo parameters. in the HTML report

And for being absolutely perfect, I miss a function that show the parameters of the policies which are duplicates (or more) in my AD, and in which GPO they are.

@PrzemyslawKlys
Copy link
Member

PrzemyslawKlys commented Nov 10, 2021

Invoke-GPOZaurr -Type GPOAnalysis is made for that. It splits all the settings into categories so you can find duplicates and merge /delete gpos. Is that not enough?

@PrzemyslawKlys PrzemyslawKlys added the enhancement New feature or request label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants