You administer Microsoft Exchange Online for Fabrikam, Inc. Fabrikam’s Exchange Online tenant domain name is fabrikam.onmicrosoft.com.
You verify the domain fabrikam.com in the Office 365 admin center and instruct other administrators to configure new Exchange Online users with fabrikam.com as the primary SMTP domain. The fabrikam.com domain is not federated.
A user reports that his reply-to address is displayed to external email message recipients as
[email protected].
You need to configure the user’s mailbox to meet the following requirements:
The user’s reply-to address must be [email protected].
The email address [email protected] must function as a secondary email address for the user.
Which Windows PowerShell command should you run? will change the user’s primary email address to [email protected]. The [email protected] email address will continue to function as a secondary email address.
A.
Set MsolUser –UserPrincipalName [email protected] -AlternateEmailAddresses
[email protected]
B.
Set-Mailbox -Identity [email protected] -ForwardingAddress “User 1”
C.
Set-Mailbox -Identity [email protected] –WindowsEmailAddress [email protected]
D.
Set-Mailbox -Identity [email protected] -EmailAddresses
[email protected], [email protected]
Explanation:
The PowerShell cmdlet:
Set-Mailbox -Identity [email protected] –WindowsEmailAddress [email protected]
References: http://community.office365.com/en-us/f/158/t/20809.aspx