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 $false parameter. Does this meet the goal? A. Yes B. No  Suggested Answer: B 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@contoso.com or . @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 This question is in MS-203: Microsoft 365 Messaging Exam For getting Microsoft 365 Certified: Messaging Administrator Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer