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 {