Forum Discussion
Kendall Fosler
Aug 25, 2017Copper Contributor
Skype For Business Admin
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...
Sep 01, 2017
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"