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...
You can create a script to run each time you create a mailbox to do that.
Deleted
Mar 06, 2017Any body know if we enable Mailbox Auditing how much % of storage will be used by Audit logs?
for e.g. If the Mailbox size is 100GB then once we enable Auditing how much size will be consumed by Audit logs?
for e.g. If the Mailbox size is 100GB then once we enable Auditing how much size will be consumed by Audit logs?
- VasilMichevMar 06, 2017MVP
The storage doesnt count against the mailbox quota, it uses the RecoverableItems quota instead.
- DeletedMar 07, 2017
VasilMichev 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