Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Microsoft Exchange Server 2019 organization that contains 200 mailboxes.
You need to add a second email address to each mailbox. The address must have a syntax that uses the first letter of each user’s last name, followed by the user’s first name, and then @fabrikam.com.
Solution: You convert all the mailboxes to shared mailboxes, and then you run the Set-Mailbox cmdlet and specify the -EmailAddressPolicyEnabled $true parameter.
Does this meet the goal?
A . Yes
B . No
Answer: A
Explanation:
Email address policies define the rules that create email addresses for recipients in your Exchange organization.
The basic components of an email address policy are:
– Email address templates: Define the email address format for the recipients (for example <firstname>@contoso.com or <lastname>.<firstname>@contoso.com).
– Recipient filter: Specifies the recipients whose email addresses are configured by the policy.
– Priority: Specifies the order to apply the email address policies (important if a recipient is identified by more than one policy).
The EmailAddressPolicyEnabled parameter specifies whether to apply email address policies to this recipient. Valid values are:
– $true: Email address policies are applied to this recipient. This is the default value.
– $false: Email address policies aren’t applied to this recipient.
Reference: https://docs.microsoft.com/en-us/exchange/email-addresses-and-address-books/email-address-policies/email-address-policies?view=exchserver-2019
Leave a Reply