Files
GPOZaurr/Private/Invoke.GPOZaurrPermissions.ps1
T
Przemyslaw Klys 731ba420b9 Update
2020-11-05 22:46:10 +01:00

21 lines
482 B
PowerShell

$GPOZaurrPermissions = [ordered] @{
Name = 'Group Policy Permissions'
Enabled = $true
Action = $null
Data = $null
Execute = {
Get-GPOZaurrPermission -Type All -IncludePermissionType GpoEditDeleteModifySecurity, GpoEdit, GpoCustom #-IncludeOwner
}
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $GPOZaurrPermissions['Data'] -Filtering
}
}