From 00b8586edcf28f6da16ad82802287fc6c3f52641 Mon Sep 17 00:00:00 2001 From: Sam Erde <20478745+SamErde@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:56:36 -0400 Subject: [PATCH 1/2] Update Invoke.GPOZaurrDuplicate.ps1 Minor grammatical fixes to summary text. --- Private/Invoke.GPOZaurrDuplicate.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Private/Invoke.GPOZaurrDuplicate.ps1 b/Private/Invoke.GPOZaurrDuplicate.ps1 index bd58c17..8aa5560 100644 --- a/Private/Invoke.GPOZaurrDuplicate.ps1 +++ b/Private/Invoke.GPOZaurrDuplicate.ps1 @@ -29,7 +29,7 @@ "CNF objects, Conflict objects or Duplicate Objects are created in Active Directory when there is simultaneous creation of an AD object under the same container " "on two separate Domain Controllers near about the same time or before the replication occurs. " "This results in a conflict and the same is exhibited by a CNF (Duplicate) object. " - "While it doesn't nessecary has a huge impact on Active Directory it's important to keep Active Directory in proper, healthy state. " + "While it doesn't nessecarily have a huge impact on Active Directory, it's important to keep Active Directory in proper, healthy state. " } New-HTMLText -Text 'As it stands currently there are ', $Script:Reporting['GPODuplicates']['Data'].Count, ' CNF (Duplicate) Group Policy objects to be deleted.' -FontSize 10pt -FontWeight normal, bold, normal } @@ -120,4 +120,4 @@ } } } -} \ No newline at end of file +} From 7b80dc2d8eeea1092b3ca025dfbaca80df6c21ea Mon Sep 17 00:00:00 2001 From: Sam Erde <20478745+SamErde@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:23:48 -0400 Subject: [PATCH 2/2] Update Invoke.GPOZaurrMissingFiles.ps1 Fix typo. Small grammatical improvements in punctuation and readability. --- Private/Invoke.GPOZaurrMissingFiles.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Private/Invoke.GPOZaurrMissingFiles.ps1 b/Private/Invoke.GPOZaurrMissingFiles.ps1 index 9c97bd1..54822ba 100644 --- a/Private/Invoke.GPOZaurrMissingFiles.ps1 +++ b/Private/Invoke.GPOZaurrMissingFiles.ps1 @@ -30,11 +30,11 @@ Summary = { New-HTMLText -FontSize 10pt -TextBlock { "Group Policies can become broken for various reasons. One of the common reasons is when GPOs are created and then deleted without being properly removed from Active Directory. " - "In other cases it can be due to replication issues, or simply due to corruption. " + "In other cases, it can be due to replication issues, or simply due to corruption. " "This can lead to GPOs not being applied as expected, or not being applied at all. " - "If random files are missing from GPOs it's important to fix them to ensure that GPOs are applied as expected. " + "If random files are missing from GPOs, it's important to fix them to ensure that GPOs are applied as expected. " "This report provides you with list of GPOs that have missing files. " - "Usually once files are missing it's best to restore them from backup (if available) or remove given section completly. " + "Once files are missing, it's usually best to restore them from backup (if available) or remove the given section completely. " "It's not possible to restore missing files from Active Directory directly or manually. " } -LineBreak New-HTMLText -Text 'As it stands currently there are ', $Script:Reporting['GPOBrokenPartially']['Variables']['RequireFixing'], ' error requring fixing. ' -FontSize 10pt -FontWeight normal, bold, normal @@ -112,4 +112,4 @@ } } } -} \ No newline at end of file +}