diff --git a/Private/Invoke.GPOZaurrOwners.ps1 b/Private/Invoke.GPOZaurrOwners.ps1 index 12fbcdd..8a112fc 100644 --- a/Private/Invoke.GPOZaurrOwners.ps1 +++ b/Private/Invoke.GPOZaurrOwners.ps1 @@ -203,8 +203,8 @@ Set-GPOZaurrOwner -Type All -Verbose -LimitProcessing 2 -IncludeDomains 'YourDomainYouHavePermissionsFor' } New-HTMLText -TextBlock { - "This command when executed sets new owner only on first X non-compliant GPO Owners for AD/SYSVOL. Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur." - "Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. In case of any issues please review and action accordingly." + "This command when executed sets new owner only on first X non-compliant GPO Owners for AD/SYSVOL. Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur. " + "Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. In case of any issues please review and action accordingly. " } } New-HTMLWizardStep -Name 'Verification report' { diff --git a/Private/Invoke.GPOZaurrPermissionsAdministrative.ps1 b/Private/Invoke.GPOZaurrPermissionsAdministrative.ps1 index 4b7fc6c..6965fb4 100644 --- a/Private/Invoke.GPOZaurrPermissionsAdministrative.ps1 +++ b/Private/Invoke.GPOZaurrPermissionsAdministrative.ps1 @@ -169,9 +169,9 @@ } New-HTMLText -TextBlock { "This command when executed adds Enterprise Admins or/and Domain Admins (GpoEditDeleteModifySecurity permission) only on first X non-compliant Group Policies. " - "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur." + "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur. " "Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. " - "In case of any issues please review and action accordingly." + "In case of any issues please review and action accordingly. " } } New-HTMLWizardStep -Name 'Verification report' { diff --git a/Private/Invoke.GPOZaurrPermissionsRead.ps1 b/Private/Invoke.GPOZaurrPermissionsRead.ps1 index aca77fe..8c22e6c 100644 --- a/Private/Invoke.GPOZaurrPermissionsRead.ps1 +++ b/Private/Invoke.GPOZaurrPermissionsRead.ps1 @@ -234,7 +234,7 @@ } New-HTMLText -TextBlock { "This command when executed adds Authenticated Users (GpoRead permission) only on first X non-compliant Group Policies. " - "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur." + "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur. " "Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. " "In case of any issues please review and action accordingly." } diff --git a/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 b/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 index 63233de..66c713d 100644 --- a/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 +++ b/Private/Invoke.GPOZaurrPermissionsUnknown.ps1 @@ -149,9 +149,9 @@ } New-HTMLText -TextBlock { "This command when executed removes only first X unknwon permissions from Group Policies. " - "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur." + "Use LimitProcessing parameter to prevent mass change and increase the counter when no errors occur. " "Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. " - "In case of any issues please review and action accordingly." + "In case of any issues please review and action accordingly. " } } New-HTMLWizardStep -Name 'Verification report' {