MS-201 Exam QuestionsBrowse all questions from this exam

MS-201 Exam - Question 88


HOTSPOT -

You need to configure the environment to support the planned changes for email addresses.

How should you complete the command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Show Answer
Correct Answer:

To configure the environment to support the planned changes for email addresses, you need to use the New-EmailAddressPolicy command in PowerShell. The correct way to complete the command is as follows: New-EmailAddressPolicy -Name 'PolicyName' -RecipientFilter 'RecipientType -eq "UserMailbox"' -EnabledEmailAddressTemplates 'SMTP:%s%[email protected]'. This command sets up a new email address policy that applies to user mailboxes and uses the specified template for email addresses.

Discussion

2 comments
Sign in to comment
adaniel89
Mar 16, 2021

New-EmailAddressPolicy -Name "blablabla" -RecipientFilter "(RecipientType -eq 'UserMailbox') -EnabledEmailAddressTemplates "SMTP:%s%[email protected]"

AhmedElshafey
Jul 11, 2021

SMTP:%s%[email protected]