mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
Update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$GPOZaurrAnalysis = [ordered] @{
|
||||
Name = 'GPO Permissions Consistency'
|
||||
Name = 'Group Policy Content'
|
||||
Enabled = $true
|
||||
Data = $null
|
||||
Execute = {
|
||||
$GPOContent = Invoke-GPOZaurrContent
|
||||
Invoke-GPOZaurrContent
|
||||
}
|
||||
Processing = {
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
}
|
||||
Solution = {
|
||||
foreach ($Key in $GPOContent.Keys) {
|
||||
foreach ($Key in $GPOZaurrAnalysis['Data'].Keys) {
|
||||
New-HTMLTab -Name $Key {
|
||||
New-HTMLTable -DataTable $GPOContent[$Key] -Filtering -Title $Key
|
||||
New-HTMLTable -DataTable $GPOZaurrAnalysis['Data'][$Key] -Filtering -Title $Key
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user