mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
672c881927ecf4add130582ca002c46176644836
GPOZaurr
To install
Install-Module -Name GPOZaurr -AllowClobber -Force
Force and AllowClobber aren't necessary, but they do skip errors in case some appear.
And to update
Update-Module -Name GPOZaurr
That's it. Whenever there's a new version, you run the command, and you can enjoy it. Remember that you may need to close, reopen PowerShell session if you have already used module before updating it.
The essential thing is if something works for you on production, keep using it till you test the new version on a test computer. I do changes that may not be big, but big enough that auto-update may break your code. For example, small rename to a parameter and your code stops working! Be responsible!
Changelog
- 0.0.38 - 17.06.2020
- Update to Get-PrivGPOZaurrLink which would cause problems to
Invoke-GPOZaurrPermissionif it would be run without Administrative permission and GPO wouldn't be accessible for that user
- Update to Get-PrivGPOZaurrLink which would cause problems to
- 0.0.37 - 16.06.2020
- Updates to
Invoke-GPOZaurrPermissionwith new parametersetLevel - Updates to
Get-GPOZaurrLinkSummary
- Updates to
- 0.0.36 - 15.06.2020
- Initial release
Description
Group Policy Eater is a PowerShell module that aims to gather information about Group Policies but also allows fixing issues that you may find in them.
Readme
2.2 MiB
Languages
PowerShell
100%