From 1226c2758d36ec94e67716ed2011133648049b58 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 13 Oct 2020 15:29:55 +0200 Subject: [PATCH] Update --- Examples/Example-29-FindGPO4.ps1 | 2 +- Examples/Example-29-FindGPO7.ps1 | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Examples/Example-29-FindGPO4.ps1 b/Examples/Example-29-FindGPO4.ps1 index 1799424..28585ab 100644 --- a/Examples/Example-29-FindGPO4.ps1 +++ b/Examples/Example-29-FindGPO4.ps1 @@ -1,4 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Output = Invoke-GPOZaurr -Verbose -Type DriveMapping,EventLog +$Output = Invoke-GPOZaurr -Verbose #-SingleObject $Output | Format-Table \ No newline at end of file diff --git a/Examples/Example-29-FindGPO7.ps1 b/Examples/Example-29-FindGPO7.ps1 index ae485d5..92b8f7b 100644 --- a/Examples/Example-29-FindGPO7.ps1 +++ b/Examples/Example-29-FindGPO7.ps1 @@ -1,9 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Output = Invoke-GPOZaurr -GPOPath $ENV:USERPROFILE\Desktop\GPOTestingUserAccess -Verbose #-SkipCleanup #-Type PoliciesPrinters, Policies -$Output | Format-Table * - -#$Output.Reports | Format-Table -#$Output.Reports.SecurityOptions | Format-Table -#$Output.Reports.UserRightsAssignment | Format-Table - +$Output = Invoke-GPOZaurr -GPOPath $ENV:USERPROFILE\Desktop\GPOTestingUserAccess -Verbose +$Output | Format-Table * \ No newline at end of file