Forum Discussion
Phillip Shilling
Aug 27, 2021Brass Contributor
Unable to connect to ExchangeOnline macOS
When attempting to connect to ExchangeOnline via powershell on macOS i get the following error. Exception: Connecting to remote server outlook.office365.com failed with the following error mess...
Jan 29, 2022
For PowerShell on Windows I would say "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12" but I'm not sure if that's a thing on macOS 🙂