Improvements to exclusions

This commit is contained in:
Przemyslaw Klys
2021-08-16 12:01:39 +02:00
parent e649a489bc
commit a5d447b28c
4 changed files with 4 additions and 8 deletions
@@ -116,9 +116,8 @@
New-HTMLText -Text @(
"While preparing this report following exclusions were defined. "
"Please make sure that when you execute your steps to include those exclusions to prevent any issues. "
) -FontSize 10pt
) -FontSize 10pt -FontWeight bold, normal -Color Red, None
New-HTMLText -LineBreak
New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold
$Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOBlockedInheritance']['Exclusions']
+1 -2
View File
@@ -304,9 +304,8 @@
New-HTMLText -Text @(
"While preparing this report following exclusions were defined. "
"Please make sure that when you execute your steps to include those exclusions to prevent any issues. "
) -FontSize 10pt
) -FontSize 10pt -FontWeight bold, normal -Color Red, None
New-HTMLText -LineBreak
New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold
$Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOList']['Exclusions']
@@ -105,9 +105,8 @@
New-HTMLText -Text @(
"While preparing this report following exclusions were defined. "
"Please make sure that when you execute your steps to include those exclusions to prevent any issues. "
) -FontSize 10pt
) -FontSize 10pt -FontWeight bold, normal -Color Red, None
New-HTMLText -LineBreak
New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold
$Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOOrganizationalUnit']['Exclusions']
+1 -2
View File
@@ -146,9 +146,8 @@
New-HTMLText -Text @(
"While preparing this report following exclusions were defined. "
"Please make sure that when you execute your steps to include those exclusions to prevent any issues. "
) -FontSize 10pt
) -FontSize 10pt -FontWeight bold, normal -Color Red, None
New-HTMLText -LineBreak
New-HTMLText -Text "Code to use: " -LineBreak -FontSize 10pt -FontWeight bold
$Code = New-GPOZaurrExclusions -ExclusionsArray $Script:Reporting['GPOOwners']['Exclusions']