From 17886157113cb52bad01ffec17dc50029965a5ea Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 7 Nov 2020 23:06:02 +0100 Subject: [PATCH] Update --- Examples/Example-40-ShowGPO01.ps1 | 4 ++-- Examples/Example-40-ShowGPO02.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Example-40-ShowGPO01.ps1 b/Examples/Example-40-ShowGPO01.ps1 index 71de96f..dcd1196 100644 --- a/Examples/Example-40-ShowGPO01.ps1 +++ b/Examples/Example-40-ShowGPO01.ps1 @@ -1,7 +1,7 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Output = Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Type GPOPassword -PassThru +$Output = Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Type GPOList -PassThru $Output Write-Color -Text 'Output of nested report' -Color DarkYellow -LinesBefore 1 -LinesAfter 1 -$Output.GPOPassword \ No newline at end of file +$Output.GPOList \ No newline at end of file diff --git a/Examples/Example-40-ShowGPO02.ps1 b/Examples/Example-40-ShowGPO02.ps1 index 7c9a6a8..ec2592b 100644 --- a/Examples/Example-40-ShowGPO02.ps1 +++ b/Examples/Example-40-ShowGPO02.ps1 @@ -1,3 +1,3 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type NetLogonPermissions, GPOOrphans, GPOList, GPOConsistency,GPOOwners \ No newline at end of file +Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Type NetLogonPermissions, GPOOrphans, GPOList, GPOConsistency, GPOOwners, GPODuplicates \ No newline at end of file