VPN client cannot connect through PIX or ASA
October 30, 2009Send a daily html CCR report via Powershell
November 2, 2009Apply 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