Forum Discussion
Chris Stewart
Nov 20, 2017Brass Contributor
Update SIP Address - Lync Server 2013 - SFB Online Hybrid
How can we update the SIP address for users in a Lync Server 2013 / Skype for Business hybrid scenario? When I go to the Lync Server 2013 control panel and look up the user, I cannot edit the SIP Add...
Reed Hanger
Jan 30, 2018Copper Contributor
I just encountered this with our own Lync 2013/Online hybrid. Even though the field looks editable in the GUI, I can't actually type in it. PowerShell doesn't have this problem, though. You can update it with Set-CSUser.
Format is...
Set-CSUser "user" -SipAddress "sip:new.address@company.com"
Make sure the SIP address is updated in Outlook, too, or you'll run into problems between Outlook/SFB.
lexcpcB
Dec 18, 2019Copper Contributor
This works well for the Lync 2013/Online hybrid setup. Give it a few minutes before it's reflected
get-CSUser "User" | Fl SipAddress
get-CSUser "User" | Fl SipAddress