This commit is contained in:
Przemyslaw Klys
2020-10-13 15:29:55 +02:00
parent 8b2e655723
commit 1226c2758d
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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
+2 -7
View File
@@ -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 *