While I was trying to connect to the S4B Online admin center by PowerShell I received the following error: “Unable to discover PowerShell endpoing URI”
I used the following PowerShell commands to connect to the admincenter:
So, as you can see the only method allowed to connect to the S4B admin center is by explicity using the domain:
$cssession = New-CsOnlineSession –Credential $credential –OverrideAdminDomain “domainname.onmicrosoft.com”
It is very straightforward to solve the error, but I hope that it will help someone