mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-20 15:12:24 +00:00
20 lines
349 B
PowerShell
20 lines
349 B
PowerShell
$GPOZaurrFiles = [ordered] @{
|
|
Name = 'GPO Permissions Consistency'
|
|
Enabled = $true
|
|
Data = $null
|
|
Execute = {
|
|
$GPOFiles = Get-GPOZaurrFiles
|
|
}
|
|
Processing = {
|
|
|
|
}
|
|
Variables = @{
|
|
|
|
}
|
|
Overview = {
|
|
|
|
}
|
|
Solution = {
|
|
New-HTMLTable -DataTable $GPOFiles -Filtering
|
|
}
|
|
} |