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" } )