From 7d85d417479c54f5e9fcb895d01b0cc807c2b300 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 24 Jan 2021 16:48:37 +0100 Subject: [PATCH] Text improvement --- Private/Invoke.GPOZaurrConsistency.ps1 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Private/Invoke.GPOZaurrConsistency.ps1 b/Private/Invoke.GPOZaurrConsistency.ps1 index 1db9d4c..b2803a2 100644 --- a/Private/Invoke.GPOZaurrConsistency.ps1 +++ b/Private/Invoke.GPOZaurrConsistency.ps1 @@ -52,11 +52,12 @@ } Summary = { New-HTMLText -FontSize 10pt -TextBlock { - "When GPO is created it creates an entry in Active Directory (metadata) and SYSVOL (content). " - "Two different places meens two different sets of permissions. Group Policy module is making sure the data in both places is correct. " - "However, for different reasons it's not nessecary the case and often permissions go out of sync between AD and SYSVOL. " - "This test verifies consistency of policies between AD and SYSVOL in two ways. " - "It checks top level permissions for a GPO, and then checks if all files within said GPO are inheriting permissions or have different permissions in place. " + "When GPO is created, it creates an entry in Active Directory (metadata) and SYSVOL (content). " + "Two different places mean two different sets of permissions. " + "The group Policy module is making sure the data in both places is correct. " + "However, it's not necessarily the case for different reasons, and often permissions go out of sync between AD and SYSVOL. " + "This test verifies the consistency of policies between AD and SYSVOL in two ways. " + "It checks top-level permissions for a GPO and then checks if all files within said GPO is inheriting permissions or have different permissions in place." } New-HTMLText -Text 'Following list presents ', 'permissions consistency between Active Directory and SYSVOL for Group Policies' -FontSize 10pt -FontWeight normal, bold New-HTMLList -Type Unordered {