Files
GPOZaurr/Examples/Example-08-ListingPermissions.ps1
T
Przemysław Kłys b19e2108ed Update
2020-04-14 12:03:27 +02:00

7 lines
432 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
#$T = Get-GPOZaurrPermission -GPOName 'DC | PowerShell Logging' -Type Unknown
$T = Get-GPOZaurrPermission -ResolveAccounts -IncludeOwner #-ExcludePermissionType GpoRead,GpoApply #-Type All #-SkipWellKnown -SkipAdministrative # -ExcludePermissionType GpoRead,GpoApply #| Out-HtmlView
$T | Format-Table -AutoSize *
$T | Out-HtmlView -ScrollX -Filtering -Online -DisablePaging