Your company uses Office 365 for all users.
The company has the contoso.com SIP domain.
You need to change the SIP address of a user named User1 from [email protected] to [email protected].
You must achieve this goal in the minimum amount of time.
What should you do?
A.
Modify the PrimarySmtpAddress attribute of User1.
B.
Add a proxy address to the properties of User1.
C.
Create a service request.
D.
Modify the sign-in status of User1.
Explanation:
Why is C?
I think B should be the correct one.
You sure don’t need a service request to do that.
Changing the primary SMTP address is not a requirement (and also not a solution), and the sign-in status has nothing to do with the SIP address. Adding a “SIP:[email protected]” proxy address is the correct solution.
C. Create a service request > correct answer because of the following
Reason:-1
Even though you change or add sip:[email protected] in proxy address > It will not change the “Msrtcsip-Primaryuseraddress” attribute. If this is still pointing to old sip address then new sip address will not work even though it is added as an alias in Proxy address
Reason:-2
Will add the sip address [email protected] in the proxy address attribute. It does not say replace/modify [email protected] with [email protected] under Proxy address attribute
In this case user will end up with two SIP addresses and by default the first sip[:[email protected] will be used to sign into Lync as Msrtcsip-Primaryuseraddress is still pointing to old one i.e SIP:[email protected]”
Reason-3
Proxy address will only be applicable if the user is synced with AD to O365. If the user is a pure cloud user > then Set-csonlineuser command needs to be run to change/modify the user’s SIP address > or if this user is a synced user and you are running hybrid then set-csuser cmd wil be used and Msrtcsip-Primaryuseraddress has to be also changed
Hence C is the correct one as A&D does not fit