From ee12a4f619b47c9f749c61721f70408d79e82718 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 24 Oct 2021 16:08:02 +0200 Subject: [PATCH] Update readme --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64348d5..cb2fcb6 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,36 @@ # GPOZaurr 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. +**GPOZaurr** provides 360 degrees of information about Group Policies and their settings. -To understand the usage I've created blog post you may find useful +Just a single command (`Invoke-GPOZaurr`) provides following reports: + +- GPOBroken +- GPOBrokenLink +- GPOOwners +- GPOConsistency +- GPODuplicates +- GPOOrganizationalUnit +- GPOList +- GPOLinks +- GPOPassword +- GPOPermissions +- GPOPermissionsAdministrative +- GPOPermissionsRead +- GPOPermissionsRoot +- GPOPermissionsUnknown +- GPOFiles +- GPOBlockedInheritance +- GPOAnalysis +- GPOUpdates +- NetLogonOwners +- NetLogonPermissions +- SysVolLegacyFiles + +But that's not all. +There are over 50 other commands available that make it even more powerful helping with day to day tasks to manage Group Policies. + +To understand the usage of `Invoke-GPOZaurr` I've created blog post you may find useful - [The only command you will ever need to understand and fix your Group Policies (GPO)](https://evotec.xyz/the-only-command-you-will-ever-need-to-understand-and-fix-your-group-policies-gpo/)