$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
Continue ReadingMonth: July 2011
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
Continue ReadingTest 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.
Continue Reading