Files
GPOZaurr/Examples/Example-29-FindGPO7.ps1
T
Przemyslaw Klys f3f5b22090 Update
2020-10-04 21:30:27 +02:00

10 lines
356 B
PowerShell

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