Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Secure Score Analyzer not Scoring

Copper Contributor

I have been reviewing my Score Analyzer on Secure Score and noticed that a few things that I have already done are not accurate. For example...it says I have 0 of my mailboxes with audit logging turned on...My understanding is all audit logging is turned on. Does anyone have any suggestions on how to verify if everything is working as it should be?

1 Reply
You can try and do a PowerShell command
Get-Mailbox -Identity <email address> | FL *Audit*
and see if you have entries under AuditAdmin, AuditDelegate and/or AuditOwner and if AuditEnabled is turned on.