Velocity Technical Archive
Configure Managed Folder Mailbox Policy logs
Published 2009-11-02 • Blog, Exchange
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
Apply the policy to all of your users
\nGet-Mailbox | Set-Mailbox –ManagedFolderMailboxPolicy 'Default Managed Folders Policy'\nTurn on the log folder
\nset-mailboxserver -identity <server> -FolderLogForManagedFoldersEnabled $true\nSet the log folder
\nSet-MailboxServer -Identity <server> -LogPathForManagedFolders "C:Program FilesMicrosoftExchange ServerLoggingManaged Folder Assistant"\nConfirm it works by running a test account
\nStart-ManagedFolderAssistant –Mailbox <User>\nRun on all of your mailboxes
\nStart-ManagedFolderAssistant