This commit is contained in:
Przemyslaw Klys
2020-10-01 21:35:00 +02:00
parent b126f397f7
commit ba5a7e1549
6 changed files with 18 additions and 10 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$SummaryPermission = Get-GPOZaurrPermissionSummary -IncludePermissionType GpoEdit, GpoEditDeleteModifySecurity -IncludeOwner
# Default Permissions:
# 'GpoApply', 'GpoEdit', 'GPOCustom', 'GpoEditDeleteModifySecurity', 'GPORead'
# If you want to see also owners
# 'GpoOwner'
# If you want to include Root Level Permissions
# 'GpoCustomCreate', 'GpoCustomOwner'
$SummaryPermission = Get-GPOZaurrPermissionSummary -IncludePermissionType 'GPOCustom', 'GpoEdit', 'GpoEditDeleteModifySecurity', 'GpoOwner', 'GpoCustomCreate', 'GpoCustomOwner'
$SummaryPermission | Sort-Object -Property Permission | Format-Table