I want to configure some rooms in Outlook in Microsoft 365 and therefore need to use the Powershell.
I’m using Powershell 7.4.2 on macOS.
At first im running
Import-Module ExchangeOnlineManagement
then
Connect-ExchangeOnline -UserPrincipalName [email protected] -ExchangeEnvironmentName O365GermanyCloud
after running this command it takes a couple minutes until a browser tab opens at https://login.microsoftonline.de/organizations/oauth2/v2.0/...
, but the Site loads forever until it eventually runs into a timeout.
Do you know if I’m doing something wrong or if Microsoft is having issues? I’ve tried it multiple times on different days.
$PSVersionTable
:
Name Value
---- -----
PSVersion 7.4.2
PSEdition Core
GitCommitId 7.4.2
OS Darwin 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10…
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0