Example command:
New-MailboxExportRequest -ContentFilter {(Received -lt ’04/10/2015′) -and (Received -gt ’06/01/2015′)} -Mailbox “Joe.Bloggs” -Name MailBoxExportTest -FilePath \\Servername\Folder\Joe.Bloggs.pst
Disabling OWA for each user one at a time is simple but time consuming if your Exchange environment includes hundreds of mailboxes.
Running the below command via Exchange Shell will disable OWA for all users across all CAS servers.
get-casmailbox | set-casmailbox -OWAenabled $false
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.
Subscribe to new tech posts.
We will never send you spam email or forward your details to third parties.
This will close in 0 seconds