From ed76fc9513246c18fe21a0a26bc3784e550112c6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 28 Dec 2020 10:31:56 +0100 Subject: [PATCH] Update example --- Examples/Example-40-ShowGPO04.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-40-ShowGPO04.ps1 b/Examples/Example-40-ShowGPO04.ps1 index c9051f6..8cf70f4 100644 --- a/Examples/Example-40-ShowGPO04.ps1 +++ b/Examples/Example-40-ShowGPO04.ps1 @@ -5,7 +5,7 @@ $Types = @( @{ Name = 'GPOConsistency'; Path = "$PSScriptRoot\Reports\GPOConsistency.html" } @{ Name = 'GPODuplicates'; Path = "$PSScriptRoot\Reports\GPODuplicates.html" } @{ Name = 'GPOList'; Path = "$PSScriptRoot\Reports\GPOList.html" } - @{ Name = 'GPOOrphans'; Path = "$PSScriptRoot\Reports\GPOOrphans.html" } + @{ Name = 'GPOBroken'; Path = "$PSScriptRoot\Reports\GPOOrphans.html" } @{ Name = 'GPOPassword'; Path = "$PSScriptRoot\Reports\GPOPassword.html" } @{ Name = 'NetLogonPermissions'; Path = "$PSScriptRoot\Reports\NetLogonPermissions.html" } )