Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.1 released

Hi All,

A few hours ago a new Version of the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) Module has been released.

ORCA 2.1



To check the installed Module and what's available on PowerShell Gallery use the commands below

Get-InstalledModule ORCA
Find-Module ORCA



Uninstall the old and install the new PowerShell Module

Uninstall-Module ORCA
Install-Module ORCA
Get-InstalledModule ORCA



I connect to Exchange Online (with -UseRPSSession Parameter, because i have already installed the Preview of the Module)

Connect-ExchangeOnline -UseRPSSession



Now let's run the ORCA Report

Get-ORCAReport



Does look nice and the Problem with the Quarantine Notifications in 2.0 have been fixed.


SafeLinks and SafeAttachements are not applyied to all Domains (in my Environement due to Licensing)


DKIM is not set for the Teams Direct Routing Domain (can be ignored)


SPF is not set for the Teams Direct Routing Domain (can be ignored)




Regards
Andres Bohren