Files
GPOZaurr/Private/Invoke.GPOZaurrPermissions.ps1
T
Przemyslaw Klys 2a92c90b0c Update
2020-11-07 16:07:00 +01:00

21 lines
497 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 $Script:Reporting['GPOPermissions']['Data'] -Filtering
}
}