mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-19 14:46:23 +00:00
Improvements to exclusions
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user