Skip to content

Commit b05285d

Browse files
schrollatkol2022
andauthored
Revise Entra report header with new exclusion info and documentation name (#1529)
* Remove outdated reference to README file from AAD header * Add language explaining exclusions in the Entra HTML report header * added entra policy 3.7 to the configuration file documentation since it was missing * slight tweak to the first sentence explaining config file exclusions to align with the prose that is on the respective documentation page. --------- Co-authored-by: Ted Kolovos <[email protected]>
1 parent 8eb26a0 commit b05285d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1

+4-3
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,10 @@ function New-Report {
225225

226226
# Finish building the html report
227227
$Title = "$($FullName) Baseline Report"
228-
$AADWarning = "Exclusions must only be used if they are approved within an organization's security risk acceptance process.
229-
Please reference <a href=`"$($ScubaGitHubUrl)/blob/v$($SettingsExport.module_version)/docs/configuration/configuration.md#entra-id-configuration`" target=`"_blank`">this section in the README file</a>
230-
file for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.
228+
$AADWarning = "The ScubaGear configuration file provides the capability to exclude specific users or groups from some of the Entra ID policy checks.
229+
Exclusions must only be used if they are approved within an organization's security risk acceptance process.
230+
See <a href=`"$($ScubaGitHubUrl)/blob/v$($SettingsExport.module_version)/docs/configuration/configuration.md#entra-id-configuration`" target=`"_blank`">this section in the product documentation</a>
231+
for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.
231232
<i>Exclusions can introduce grave risks to your system and must be managed carefully.</i>"
232233
$NoWarning = "<br/>"
233234
Add-Type -AssemblyName System.Web

docs/configuration/configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ CapExclusions are supported for the following policies:
149149
- MS.AAD.3.1v1
150150
- MS.AAD.3.2v1
151151
- MS.AAD.3.6v1
152+
- MS.AAD.3.7v1
152153
- MS.AAD.3.8v1
153154

154155
#### Privileged User Policy Exclusions

0 commit comments

Comments
 (0)