From eb7e98b657dd621df5a0153a7e030db6b794eb3d Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 23 Nov 2020 19:41:32 +0100 Subject: [PATCH] update --- Private/Invoke.GPOZaurrPermissionsUnknown.ps1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 b/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 index 1eb8f42..72b1d8b 100644 --- a/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 +++ b/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 @@ -50,12 +50,10 @@ } } -FontSize 10pt New-HTMLText -Text @( - "That means we need to fix permissions on: " + "That means we need to remove " $($Script:Reporting['GPOPermissionsUnknown']['Variables'].WillFix) - " out of " - ($Script:Reporting['GPOPermissionsUnknown']['Data']).Count - " Group Policies. " - ) -FontSize 10pt -FontWeight bold, bold, normal, bold, normal -Color Black, FreeSpeechRed, Black, Black -LineBreak -TextDecoration none, underline, underline, underline, none + " unknown permissions from Group Policies. " + ) -FontSize 10pt -FontWeight normal, bold, normal -Color Black, FreeSpeechRed, Black -LineBreak -TextDecoration none, underline, none } Solution = { New-HTMLSection -Invisible {