Added search builder

This commit is contained in:
Przemyslaw Klys
2021-04-11 14:49:58 +02:00
parent 89664bfd02
commit 0b3e072a3e
+1 -1
View File
@@ -26,7 +26,7 @@
New-HTMLTable -DataTable $Script:Reporting['GPOAnalysis']['WarningsAndErrors'] -Filtering {
New-HTMLTableCondition -Name 'Type' -Value 'Warning' -BackgroundColor SandyBrown -ComparisonType string -Row
New-HTMLTableCondition -Name 'Type' -Value 'Error' -BackgroundColor Salmon -ComparisonType string -Row
}
} -SearchBuilder
}
}
}