Enable or disable mailbox audit logging for a mailbox

This example enables mailbox audit logging for Ben Smith’s mailbox. Set-Mailbox -Identity “Ben Smith” -AuditEnabled $true This example enables mailbox audit logging for all user mailboxes in your organization. Get-Mailbox -ResultSize Unlimited -Filter “RecipientTypeDetails -eq ‘UserMailbox’” | Select PrimarySmtpAddress | ForEach {Set-Mailbox -Identity $_.PrimarySmtpAddress -AuditEnabled $true} This example disables mailbox audit logging for Ben Smith’s

Outlook Add-In keeps disabling

1. Be an Administrator Make sure you run Outlook as an Administrator when you enable the add-in (Right-click – Run as Administrator) 2. Force Outlook to always enable the add-in When using CRM for Outlook, users can force the add-in to always be enabled. On the File tab, click <Slow and Disabled COM Add-ins>. You’ll

OST & PST

Microsoft Outlook – Difference between OST & PST Files OST stands for Offline Storage Tables. It’s an offline folder created by MS Outlook and MS Exchange to hold offline copies of whatever exists in the Exchange Server. We can simply say that OST Files are Local Copy of your Exchange Mailbox. It is created when your emails are delivered to your Outlook