Skip to content

Commit

Permalink
Merge pull request #2185 from rosspa05/RossTestBranch
Browse files Browse the repository at this point in the history
Fixed problem with images
  • Loading branch information
iserrano76 committed Sep 9, 2024
2 parents 7eef4b9 + 741b841 commit af4291a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/M365/MDO/MDOThreatPolicyChecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@ You can find the Exchange module and information in the following links:<br>
## Parameters and Use Cases:
Run the script without any parameters to review all threat protection policies and to find inconsistencies with user inclusion and/or exclusion conditions:

!['No Logical inconsistencies found'](img\No-Logical-Inconsistencies.png)
!['No Logical inconsistencies found'](img/No-Logical-Inconsistencies.png)

**Script Output 1: No logical inconsistencies found** message if the policies are configured correctly, and no further corrections are required.

![Potentially illogical inclusions found.](img\Logical-Inconsistency-Found.png)
![Potentially illogical inclusions found.](img/Logical-Inconsistency-Found.png)

**Script Output 2: Logical inconsistencies found**. Inconsistencies found in the antispam policy named 'Custom antispam policy', and consequent recommendations shown -- illogical inclusions as both users and groups are specified. This policy will only apply to the users who are also members of the specified group.

- IncludeMDOPolicies

Add the parameter -IncludeMDOPolicies to view Microsoft Defender for Office 365 Safe Links and Safe Attachments policies:

![Policies, including MDO.](img\Show-Policies-Including-MDO.png)
![Policies, including MDO.](img/Show-Policies-Including-MDO.png)

**Script Output 3: Parameters -EmailAddress and -IncludeMDOPoliciesEOP** specified to validate Microsoft Defender for Office 365 Safe Attachments and Safe Links policies, on top of Exchange Online Protection policies.

- ShowDetailedPolicies

To see policy details, run the script with the -ShowDetailedPolicies parameter:

![Show policy actions.](img\Show-Detailed-Policies-1.png)
![Show policy actions.](img/Show-Detailed-Policies-1.png)

![Show policy actions.](img\Show-Detailed-Policies-2.png)
![Show policy actions.](img/Show-Detailed-Policies-2.png)

![Show policy actions.](img\Show-Detailed-Policies-3.png)
![Show policy actions.](img/Show-Detailed-Policies-3.png)

![Show policy actions.](img\Show-Detailed-Policies-4.png)
![Show policy actions.](img/Show-Detailed-Policies-4.png)

**Script Output 4: Policy actions**. Use -ShowDetailedPolicies to see the details and actions for each policy.

Expand Down

0 comments on commit af4291a

Please sign in to comment.