From 3dc5dc7be433c267ffa4e0cf67973e738518579e Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 2 Nov 2021 11:11:02 +0100 Subject: [PATCH] File rename, fix of condition --- ...vokeGPOZaurrGPOUpdates.ps1 => Invoke.GPOZaurrGPOUpdates.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Private/{InvokeGPOZaurrGPOUpdates.ps1 => Invoke.GPOZaurrGPOUpdates.ps1} (99%) diff --git a/Private/InvokeGPOZaurrGPOUpdates.ps1 b/Private/Invoke.GPOZaurrGPOUpdates.ps1 similarity index 99% rename from Private/InvokeGPOZaurrGPOUpdates.ps1 rename to Private/Invoke.GPOZaurrGPOUpdates.ps1 index fc5e966..0f8a740 100644 --- a/Private/InvokeGPOZaurrGPOUpdates.ps1 +++ b/Private/Invoke.GPOZaurrGPOUpdates.ps1 @@ -67,7 +67,7 @@ New-HTMLTableConditionGroup { New-HTMLTableCondition -Name 'LinksCount' -Value 0 -ComparisonType number New-HTMLTableCondition -Name 'LinksEnabledCount' -Value 0 -ComparisonType number - } -BackgroundColor Salmon -FailBackgroundColor Goldenrod -Logic OR -HighlightHeaders 'LinksCount', 'LinksEnabledCount', 'DisplayaName', 'DomainName' + } -BackgroundColor Salmon -FailBackgroundColor Goldenrod -Logic OR -HighlightHeaders 'LinksCount', 'LinksEnabledCount', 'DisplayName', 'DomainName' } } if ($Script:Reporting['GPOUpdates']['WarningsAndErrors']) {