Hi @Yanick Sauzier ,
Welcome to our forum.
For the EMS error, please try the following methods:
1.Please first check all Exchange services are running
Get-Service | Where {$_.DisplayName -Like "*Exchange*"} | Where {$_.DisplayName -NotLike "*Hyper-V*"} | Format-Table DisplayName, Name, Status
2.Check the ExchangeInstallPath: http-error-500-start-ems-emc
Open Control Panel > System > Advanced system settings > Advanced > Environment Variables > System variables > Check the Value of ExchangeInstallPath
3.Check the WinRM IIS extension.
Open Server Manager > Add roles and features > Go to Features > Check if the WinRM IIS Extension was installed, if so, uninstall and re-install it, if not, install it.
4.Connect to a remote Exchange server via Windows PowerShell: connect-to-exchange-servers-using-remote-powershell
If this fixes the EMS error, try removing and recreating the EMS/ECP/OWA virtual directory.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.