From b8d440f54747ac301fd3bc30b1e8a74907c4e3b0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 30 Jul 2020 22:56:09 +0200 Subject: [PATCH] Better audit report --- Private/Script.GPODictionary.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Private/Script.GPODictionary.ps1 b/Private/Script.GPODictionary.ps1 index 0fb501e..2a5b1a7 100644 --- a/Private/Script.GPODictionary.ps1 +++ b/Private/Script.GPODictionary.ps1 @@ -20,6 +20,10 @@ Category = 'SecuritySettings' Settings = 'Audit' } + @{ + Category = 'AuditSettings' + Settings = 'AuditSetting' + } ) GPOPath = '' Code = {