Configure Managed Folder Mailbox Policy logs
Apply the policy to all of your users
Get-Mailbox | Set-Mailbox –ManagedFolderMailboxPolicy ‘Default Managed Folders Policy’
Turn on the log folder
set-mailboxserver -identity <server> -FolderLogForManagedFoldersEnabled $true
Set the log folder
Set-MailboxServer -Identity <server> -LogPathForManagedFolders “C:Program FilesMicrosoftExchange ServerLoggingManaged Folder Assistant”
Confirm it works by running a test account
Start-ManagedFolderAssistant –Mailbox <User>
Run on all of your mailboxes
Start-ManagedFolderAssistant
Leave a Reply
Want to join the discussion?Feel free to contribute!