You need to change the SIP address for the account to [email protected]

You are the administrator for Contoso, Ltd. You have an Office 365 tenant with Skype for Business
Online. You have an account named [email protected]. 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 [email protected].
What should you do?

You are the administrator for Contoso, Ltd. You have an Office 365 tenant with Skype for Business
Online. You have an account named [email protected]. 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 [email protected].
What should you do?

A.
In the Office 365 admin center, change the display name for [email protected] to
[email protected].

B.
Run the following Windows PowerShell command:

Get-MsolUser –UserPrincipalName [email protected] | Set-MsolUser –UserPrincipalName
[email protected]

C.
In the Office 365 admin center, add the SMTP address [email protected] to
[email protected]

D.
Run the following Windows PowerShell command:
Set-MsolUserPrincipalName –UserPrincipalName [email protected] –NewUserPrincipalName
[email protected]

Explanation:
The Set-MsolUserPrincipalName cmdlet is used to change the User Principal Name (user ID) of a
user.
Example: The following command renames [email protected] to [email protected].
Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName
[email protected]

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



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Anna

Anna

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

Marty McFly

Marty McFly

Tested and it works

Massimo

Massimo

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.

to easy

to easy

Tested , you change the UPN and the SIP address changes too.. Nice!

PG

PG

for simplicity it is best to have both the UPN and SMTP addresses match..

Andrew

Andrew

Hey Massimo, does this not explain the UPN changing aswell?

“You have an account named [email protected]. You configure the account to use the
same email address and Session Initiation Protocol (SIP) address.”