PrepAway - Latest Free Exam Questions & Answers

You need to change the SIP address for the account to Test.User1@contoso.com

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?

PrepAway - Latest Free Exam Questions & Answers

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.com

Set-MsolUserPrincipalName
https://msdn.microsoft.com/en-us/library/azure/dn194135.aspx

6 Comments on “You need to change the SIP address for the account to Test.User1@contoso.com

  1. Anna says:

    The Set-MsolUser cmdlet is used to update a user object. This cmdlet should be used for basic properties only. The licenses, password, and User Principal Name for a user can be updated through the Set-MsolUserLicense, Set-MsolUserPassword, and Set-MsolUserPrincipalName cmdlets respectively.

    Agree




    0



    0
  2. Massimo says:

    It works, but it’s wrong; nobody said anything about changing the user’s UPN. The correct solution (according to question wording) should change the user’s SIP address but leave the UPN unchanged.




    0



    0

Leave a Reply