mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
10 lines
529 B
PowerShell
10 lines
529 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
# Default Permissions:
|
|
# 'GpoApply', 'GpoEdit', 'GPOCustom', 'GpoEditDeleteModifySecurity', 'GPORead'
|
|
# If you want to see also owners
|
|
# 'GpoOwner'
|
|
# If you want to include Root Level Permissions
|
|
# 'GpoRootCreate', 'GpoRootOwner'
|
|
$SummaryPermission = Get-GPOZaurrPermissionSummary -IncludePermissionType 'GpoCustom', 'GpoEdit', 'GpoEditDeleteModifySecurity', 'GpoOwner', 'GpoRootCreate', 'GpoRootOwner'
|
|
$SummaryPermission | Sort-Object -Property Permission | Format-Table |