How should you complete the relevant Windows PowerShell…

HOTSPOT
You are the Office 365 administrator for Contoso, Ltd.
An employee with the user name User1 has requested a secondary email address of [email protected].
You need to assign the secondary email address.
How should you complete the relevant Windows PowerShell script? To answer, select the appropriate option from each list in the answer area.
Hot Area:

addresses listed are secondary email addresses (in this case [email protected]).

HOTSPOT
You are the Office 365 administrator for Contoso, Ltd.
An employee with the user name User1 has requested a secondary email address of [email protected].
You need to assign the secondary email address.
How should you complete the relevant Windows PowerShell script? To answer, select the appropriate option from each list in the answer area.
Hot Area:

addresses listed are secondary email addresses (in this case [email protected]).

Answer:

Explanation:

We use the Set-Mailbox cmdlet to assign email addresses to a mailbox.
Set-Mailbox -Identity [email protected] –EmailAddresses <list of email addresses>.
The first email address listed is the primary email address (in this case [email protected]). Any further email

References: http://o365info.com/manage-email-address-using-powershell/



Leave a Reply 0

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