You are the administrator for Contoso, Ltd. You have an Office 365 tenant with Skype for Business Online. You
have an account named Test.User@contoso.com. You configure the account to use the same email address
and Session Initiation Protocol (SIP) address.
You need to change the SIP address for the account to Test.User1@contoso.com.
What should you do?

A.
In the Office 365 admin center, change the display name for Test.User@contoso.com to
Test.User1@contoso.com.
B.
Run the following Windows PowerShell command:Get-MsolUser –UserPrincipalName
Test.User@contoso.com | Set-MsolUser –UserPrincipalName Test.User1@contoso.com
C.
In the Office 365 admin center, add the SMTP address Test.User1@contoso.com to
Test.User@contoso.com
D.
Run the following Windows PowerShell command:Set-MsolUserPrincipalName –UserPrincipalName
Test.User@contoso.com –NewUserPrincipalName Test.User1@contoso.com
Explanation:
The Set-MsolUserPrincipalName cmdlet is used to change the User Principal Name (user ID) of a user.
Example: The following command renames user1@contoso.com to CCole@contoso.com.
Set-MsolUserPrincipalName -UserPrincipalName User1@contoso.com -NewUserPrincipalName
CCole@contoso.comhttps://msdn.microsoft.com/en-us/library/azure/dn194135.aspx
The goal is not to change UPN but SIP address instead. Option C looks correct but should be EAC within Office 365 panel
0
0
Kalman is correct.
0
0
No, it is D, as others explain below.
0
0
kalman is correct. Best answer is C
0
0
D for sure
When a user’s Office 365 sign-in address (also known as the User Principal Name, UPN, or user ID) is changed, the Skype for Business Online (formerly Lync Online) SIP address for the user is automatically synchronized. Previously, when a user’s Office 365 sign-in address was changed, the IT administrator had to update the user’s SIP address separately to match the new Office 365 sign-in address. Otherwise, the two values would be mismatched. A mismatch between a user ID and the user’s SIP address may cause confusion for the Skype for Business Online user during sign in.
5
1
100% D tested in my lab
3
0