From 21bcf2c3a685ac2ef0b6b68de1a1d156e3fd6028 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 17 Oct 2024 19:34:16 +0200 Subject: [PATCH] Improve conditions --- Private/Invoke.GPOZaurrOrphans.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Private/Invoke.GPOZaurrOrphans.ps1 b/Private/Invoke.GPOZaurrOrphans.ps1 index 3ffaba0..e45a5c1 100644 --- a/Private/Invoke.GPOZaurrOrphans.ps1 +++ b/Private/Invoke.GPOZaurrOrphans.ps1 @@ -128,7 +128,8 @@ New-HTMLTableCondition -Name 'Status' -Value "Not available on SYSVOL" -BackgroundColor LightCoral -ComparisonType string New-HTMLTableCondition -Name 'Status' -Value "ObjectClass issue" -BackgroundColor MediumOrchid -ComparisonType string New-HTMLTableCondition -Name 'Status' -Value "Permissions issue" -BackgroundColor MediumVioletRed -ComparisonType string -Color White - } -PagingOptions 10, 20, 30, 40, 50 + New-HTMLTableCondition -Name 'Status' -Value "Exists" -BackgroundColor LightGreen -ComparisonType string + } -PagingOptions 7, 15, 30, 45, 60 -ScrollX } if ($Script:Reporting['Settings']['HideSteps'] -eq $false) { New-HTMLSection -Name 'Steps to fix - Not available on SYSVOL / Active Directory / ObjectClass issue' {