0
0 Comments

Default Setting for Mailbox properties

Are there plans to make these settings enabled based on organizational settings or by default when licensed user mailboxes are created:

1. Mailbox litigation hold. Our company has a default setting of “unlimited”. But when we create new mailboxes, we have to run scripts to setup Litigation hold based on our company settings.

2. Mailbox audit log settings – the default is just 90 days. Most companies like ours need the audit settings to be 365 days.

Can new mailboxes be set to these settings by default:

Set-mailbox -identity MailID@business.com -AuditEnabled $true -AuditLogAgeLimit 365 -DefaultAuditSet Owner, Delegate, Admin

Thank you.

Elias A. Answered question April 18, 2024
Add a Comment