Hi,
Just a friendly reminder for all. If You have any kind of MS-Hybrid solution, You will always bind autodiscover, lyncdiscovery to Onpremises AD SCP.
And then You have problems connecting to Cloud Based powershell instances.
Well with this one You will connect to SFB Online Powershell with MFA enabled.
1 2 |
$Session = New-CsOnlineSession -UserName GAaccount@upn.xxx -OverrideAdminDomain "tenantname.onmicrosoft.com" import-pssession $session |