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] 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 +}