From 508d778d062534d2b54693fc88041f4002946979 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 11 Jan 2021 10:14:01 +0100 Subject: [PATCH] Update consistency report --- Private/Invoke.GPOZaurrConsistency.ps1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Private/Invoke.GPOZaurrConsistency.ps1 b/Private/Invoke.GPOZaurrConsistency.ps1 index 70e01b6..023fccd 100644 --- a/Private/Invoke.GPOZaurrConsistency.ps1 +++ b/Private/Invoke.GPOZaurrConsistency.ps1 @@ -143,8 +143,12 @@ New-HTMLText -Text "If there's nothing else to be fixed, we can skip to next step step" } New-HTMLWizardStep -Name 'Fix inconsistent downlevel permissions' { - New-HTMLText -Text "Unfortunetly this step is manual until automation is developed. " - New-HTMLText -Text "If there are inconsistent permissions found inside GPO one has to fix them manually by going into SYSVOL and making sure inheritance is enabled, and that permissions are consistent across all files." + New-HTMLText -Text @( + "Unfortunetly this step is manual until automation is developed. " + "If there are inconsistent permissions found inside GPO one has to fix them manually by going into SYSVOL and making sure inheritance is enabled, and that permissions are consistent across all files." + "Please keep in mind that it's possible inconsistent downlevel permissions fix will not be required once the top level fix is applied. " + "Rerun report to find out if you've just fixed top-level permissions. " + ) } New-HTMLWizardStep -Name 'Verification report' { New-HTMLText -TextBlock {