Tag Archives: Exchange Online

Archive Option Missing from O365 Migrated user

Exchange2010

You may notice after you have migrated an Exchange 20032007 On-Premise user to O365 Exchange Online that the Archive Feature is not avalible. to enable the feature please run though the following steps   To enable the migrated users to have an Archive Mailbox please run though the following Once the user’s mailbox has been [...]

Remote Mailbox Move Bad Message Failure Troubleshooting in O365

Exchange2010

$Cred = Get-Credential When Prompted enter the following: User: <enter> Password: <enter> $Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred –Authentication Basic –AllowRedirection Import-PSSession $Session –allowclobber $remotecred = Get-Credential New-MoveRequest -Remote -RemoteHostName ‘autodiscover.ics.net’ -RemoteCredential $remotecred -TargetDeliveryDomain ‘icssolutions.mail.onmicrosoft.com’ -BadItemLimit 1000 -identity “Luke Smith”  Error Mesasges examples:   Message : Error: This mailbox exceeded the maximum [...]

Hybrid (formerly “coexistence”) Exchange Support for Office 365 (MS Online)

Here is an important table which details the FreeBusy Support when integrating On-Premise Exchange to Exchange Online Interesting to see how they have changed to using the word hybrid Depending on the version of Microsoft Exchange Server you have deployed in your on-premises organization, there are significant configuration differences: Exchange 2003       The hybrid (formerly [...]

Test Exchange Connectivity updated for O365

Microsoft have now updated https://www.testexchangeconnectivity.com/ for O365 tesing support This is a great tool to help troubleshoot issues with Exchange such as FreeBusy to Outlook Anywhere issues. Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

Microsoft Exchange Online 2010 Move Remote Mailbox Issue

exchange2010

ISSUE ===== You have configured Microsoft Exchange Online 2010 coexistence using Office 365. You attempt to move a migrated Mailbox from Exchange Online back to your On-Premise Server however the Option ‘New Remote Move Request..’ is missing Resolution 1 ============ The reason for this is that the InTransit flag needs removing from the Mailbox move [...]

Luke D. Smith