From 2b0a395abc5e00f0dd4a9a612616d2b50cd28c54 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 16 Aug 2021 16:20:35 +0200 Subject: [PATCH] Small improvement --- Private/Invoke.GPOZaurrBlockedInheritance.ps1 | 2 +- Private/Invoke.GPOZaurrList.ps1 | 2 +- Private/Invoke.GPOZaurrOrganizationalUnit.ps1 | 2 +- Private/Invoke.GPOZaurrOwners.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Private/Invoke.GPOZaurrBlockedInheritance.ps1 b/Private/Invoke.GPOZaurrBlockedInheritance.ps1 index 99f5837..22b7741 100644 --- a/Private/Invoke.GPOZaurrBlockedInheritance.ps1 +++ b/Private/Invoke.GPOZaurrBlockedInheritance.ps1 @@ -118,7 +118,7 @@ "Please make sure that when you execute your steps to include those exclusions to prevent any issues. " ) -FontSize 10pt -FontWeight bold, normal -Color Red, None - New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold + New-HTMLText -Text "Code to use: " -FontSize 10pt -FontWeight bold $Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOBlockedInheritance']['Exclusions'] diff --git a/Private/Invoke.GPOZaurrList.ps1 b/Private/Invoke.GPOZaurrList.ps1 index 19aabdc..8acd83d 100644 --- a/Private/Invoke.GPOZaurrList.ps1 +++ b/Private/Invoke.GPOZaurrList.ps1 @@ -306,7 +306,7 @@ "Please make sure that when you execute your steps to include those exclusions to prevent any issues. " ) -FontSize 10pt -FontWeight bold, normal -Color Red, None - New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold + New-HTMLText -Text "Code to use: " -FontSize 10pt -FontWeight bold $Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOList']['Exclusions'] diff --git a/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 b/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 index d5866e4..a97e3a1 100644 --- a/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 +++ b/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 @@ -107,7 +107,7 @@ "Please make sure that when you execute your steps to include those exclusions to prevent any issues. " ) -FontSize 10pt -FontWeight bold, normal -Color Red, None - New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold + New-HTMLText -Text "Code to use: " -FontSize 10pt -FontWeight bold $Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOOrganizationalUnit']['Exclusions'] diff --git a/Private/Invoke.GPOZaurrOwners.ps1 b/Private/Invoke.GPOZaurrOwners.ps1 index f883149..a4632e7 100644 --- a/Private/Invoke.GPOZaurrOwners.ps1 +++ b/Private/Invoke.GPOZaurrOwners.ps1 @@ -148,7 +148,7 @@ "Please make sure that when you execute your steps to include those exclusions to prevent any issues. " ) -FontSize 10pt -FontWeight bold, normal -Color Red, None - New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold + New-HTMLText -Text "Code to use: " -FontSize 10pt -FontWeight bold $Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOOwners']['Exclusions']