Skype for Business Online SIP URI Define or Change for Office 365 Online User
How is the SIP URI defined in Skype for Business Online?
Can the SIP URI be changed? - Yes!
I ran into an issue today, where we have registered an additional DNS Domain with the customer Office 365 tenant.
Problem was, the UPN and EMAIL address was still @xx.onmicrosoft.com
It was necessary changing the SIP address to the new domain.
the User had:
sip: user@xx.onmicrosoft.com
email user@xx.onmicrosoft.com
UPN user@xx.onmicrosoft.com
but we need to change actually only the SIP address to user@newdomain.com
the command
Set-CsUser -identity user -SipAddress sip:user@newdomain.com is not working!
ERROR:Unable to set “SipAddress”. This parameter is restricted within Remote Tenant PowerShell.
see support statement:https://support.microsoft.com/en-us/kb/2909916
-------------------------------------------------------------------------
What is important in Office 365 AZURE AD?First activation of the tenant defines the default domain as xx.onmicrosoft.com. where the UPN of user will be automaticall…
Can the SIP URI be changed? - Yes!
I ran into an issue today, where we have registered an additional DNS Domain with the customer Office 365 tenant.
Problem was, the UPN and EMAIL address was still @xx.onmicrosoft.com
It was necessary changing the SIP address to the new domain.
the User had:
sip: user@xx.onmicrosoft.com
email user@xx.onmicrosoft.com
UPN user@xx.onmicrosoft.com
but we need to change actually only the SIP address to user@newdomain.com
the command
Set-CsUser -identity user -SipAddress sip:user@newdomain.com is not working!
ERROR:Unable to set “SipAddress”. This parameter is restricted within Remote Tenant PowerShell.
see support statement:https://support.microsoft.com/en-us/kb/2909916
-------------------------------------------------------------------------
What is important in Office 365 AZURE AD?First activation of the tenant defines the default domain as xx.onmicrosoft.com. where the UPN of user will be automaticall…