Forum Discussion
RWRWRW
Feb 04, 2019Copper Contributor
You have 0 mailboxes that are being audited.
If I run Get-Mailbox -ResultSize Unlimited -Filter {RecipientTypeDetails -eq "UserMailbox"} | FL Name,Audit* from PowerShell, I get a report back that AuditEnabled is True for all mailboxes. And yet...
VasilMichev
Feb 04, 2019MVP
For me it displays the correct number. If you have made changes to the auditing properties recently, give Secure score some time to update. You might also want to check for any Bypass configured via Get-MailboxAuditBypassAssociation.
RWRWRW
Feb 05, 2019Copper Contributor
Thank you for replying. No changes have been made recently - for each and every mailbox, the "AuditEnabled" attribute is "True". I ran the AuditBypass command and it is false across the board.