Files
GPOZaurr/Private/Invoke.GPOZaurrFiles.ps1
T
Przemyslaw Klys b5e4fd07dc Update
2020-11-05 11:28:58 +01:00

18 lines
307 B
PowerShell

$GPOZaurrFiles = [ordered] @{
Name = 'GPO Permissions Consistency'
Enabled = $true
Data = $null
Execute = { }
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $GPOFiles -Filtering
}
}