Exchange Online users unable to book meeting rooms in Exchange on-premise
We have a hybrid Exchange environment and all of our meeting room calendars are hosted in Exchange 2016 on-premise. The users that we have migrated to Exchange Online are able to see the calendars in the rooms list but receive…

Exchange Hybrid Wizard – The WinRM client received an HTTP status code of 502 from the remote WS-Management service
I’m running the Office 365 Hybrid Configuration Wizard (HCW) on an Exchange 2016 and receive the following message: Connecting to the remote server failed with the following error message: Connecting to remote server <servername> failed with the following error message:…
Exchange 2016 – “Application cannot be started” when running Hybrid wizard
While trying to run the Hybrid Wizard in Exchange 2016 I get a message box: Application cannot be started. Contact the application vendor. Clicking the Details button opens a log file, and this line half way down stands out to…

Exchange 2016 – Error 500 when running Hybrid wizard
While trying to run the Hybrid wizard in Exchange 2016 (the link at the bottom left of the Exchange Admin Centre) I get a HTTP 500 error after logging in with my Office 365 credentials: It may be just coincidence…
Office 365 – New-ExoPSSession error – The WinRM client cannot process the request. Basic authentication is currently disabled in the client configuration
While attempting to connect to Exchange Online using PowerShell the New-ExoPSSession cmdlet fails with the following error: New-ExoPSSession : Connecting to remote server outlook.office365.com failed with the following error message : The WinRM client cannot process the request. Basic authentication…
Connect to Office 365 Exchange Online using PowerShell
Any Exchange admin will be used to administering their environment with PowerShell. Here is how to connect to your Office 365 Exchange Online environment with just a few commands: $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential…