Aug 25 2017 01:38 PM
Has anyone had a problem logging into skype for business for Powershell using a domain other than the @domain.onmicrosoft.com? Every single time I attempt to login it will give an error. I have had success when it was a client that still had the generic microsoft domain, but once it is changed to their own it will not work.
Aug 26 2017 07:45 AM
Works just fine here, and has been working fine for years with custom domain. Any particular error you are getting? Perhaps you have MFA enabled and using older/non-ADAL version of the SfBO module?
Sep 01 2017 02:04 PM
Late to the party, but have you tried adding OverrideAdminDomain with your preferred credentials? You should be able to use your user@domain.com account, but tell it to attempt against the domain.onmicrosoft.com tenant.
$session = New-CsOnlineSession -Credential $credential -OverrideAdminDomain "litwareinc.onmicrosoft.com"