Remove Mailbox Import or Export requests

Reading Time: < 1 minute

Remove Completed Import Requests
Get-MailboxImportRequest -Status Completed | Remove-MailboxImportRequest

Remove Failed Import Requests
Get-MailboxImportRequest -Status Failed | Remove-MailboxImportRequest

Remove Completed Export Request
Get-MailboxExportRequest -Status Completed | Remove-MailboxExportRequest

Remove Failed Export Request
Get-MailboxExportRequest -Status Failed | Remove-MailboxExportRequest

Outlook Anywhere users prompted for credentials when connecting to Exchange Server 2013

Reading Time: < 1 minute

You are running Microsoft Exchange Server 2013 in a coexistence environment together with either or both Microsoft Exchange Server 2010 or Exchange Server 2007.

Users are continuously prompted for their credentials or their mailboxes remain in a disconnected state. This problem may also affect Outlook Anywhere connections to Exchange Server 2010 or Exchange Server 2007 legacy public folders or Offline Address Books.

This is a known issue and a hotfix available from Microsoft.

See: http://support2.microsoft.com/kb/2990117

After installing the hotfix, reboot and test again.