Forum Discussion
Jessie_Hernandez
Mar 06, 2017Brass 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...
VasilMichev
Mar 06, 2017MVP
The storage doesnt count against the mailbox quota, it uses the RecoverableItems quota instead.
Deleted
Mar 07, 2017VasilMichev thanks
Could you please elaborate more on the same? Recoverable data is also counted against total size of mailbox right?
- VasilMichevMar 07, 2017MVP
No, you have a separate quota for it:
[21:33:25][O365]# Get-Mailbox vasil | fl *quota*
ProhibitSendQuota : 99 GB (106,300,440,576 bytes)
ProhibitSendReceiveQuota : 100 GB (107,374,182,400 bytes)
RecoverableItemsQuota : 30 GB (32,212,254,720 bytes)
RecoverableItemsWarningQuota : 20 GB (21,474,836,480 bytes)Read more here: https://technet.microsoft.com/en-us/library/ee364755(v=exchg.160).aspx#RIQuotas
- DeletedMar 09, 2017Thank @Vasil.
My doubts are now cleared. It is time for me to enable auditing for all of our shared mailboxes.
I had not enabled auditing assuming they all are counted against mailbox size etc.