Forum Discussion
Jessie_Hernandez
Mar 06, 2017Copper Contributor
Enabling Mailbox Audit by Default
Is there a way of turning on mailbox auditing by default in Exchange Online for newly created mailboxes? It appears that this would be feasable via the "Set-mailboxplan" cmdlet but the actual parame...
C_the_S
Mar 06, 2017Bronze Contributor
I have to run the Set-Mailbox -AuditEnabled $True every time we add a new mailbox so that Auditing is turned on.
- Jessie_HernandezMar 06, 2017Copper Contributor
Thanks, that's what we are currently doing. I was looking for a way to possibly skip that and let the mailboxplan actually default the parameter to True for any new mailbox.
- Kamal IbrahimMar 08, 2017Copper Contributor
I think you need to create script to run everytime you create a mailbox.