You administer Microsoft Exchange Online for Fabrikam, Inc. Fabrikams Ex
change 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 fabr
ikam.com domain is not federated.
A user reports that his reply-to address is displayed to external email message recipients as User1@fabrikam.onmicrosoft.com.
You need to configure the users mailbox to meet the following requirements:
The users reply-
to address must be User1@fabrikam.com.
The email address User1@fabrikam.onmicrosoft.com must function as a secondary email address for the user.
Which Windows PowerShell command should you run?
A.
Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -Ema
ilAddresses SMTP: user1@fabrikam.com, user1@fabrikam.onmicrosoft.com
B.
Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -ForwardingSmtpAddress user1@fabrikam.com
C.
Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -SecondaryAddress user1@fabrikam.
com
D.
Set MsolUser -UserPrincipalName user1@fabrikam.onmicrosoft.com -AlternateEmailAddresses user1@fabrikam.com
Explanation:
The EmailAddresses parameter, of the Set-Mailbox command, specifies all the email addresses (proxy addresses) for the
recipient, including the primary SMTP address. In on-premises Exchange organizations, the primary SMTP address and other proxy addresses are typically set by email address policies.
Valid syntax for this parameter is
[
Some examples of valid values include:
If you dont include a