mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-04 16:09:50 +00:00
10 lines
356 B
PowerShell
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
|
|
|