Designing and Deploying Microsoft Exchange Server 2016 — Question 77
You have an Exchange Server 2016 organization. The organization contains an Edge Transport server.
Users report that a message with the following anti-spam headers is delivered to their Inbox folder in Microsoft Outlook.
X-MS-Exchange-Organization-PCL:7
X-MS-Exchange-Organization-SCL:6
X-MS-Exchange-Organization""Antispam-Report: DV: 3.1.3924.1409; SID: SenderIDStatus Fail; PCL: PhishingLevel SUSPICIOUS; CW: CustomList; PP:
Presolved; TIME: TimeBasedFeatures
You need to prevent similar messages from being delivered. The solution must generate a non-delivery report (NDR) when the messages are prevented from being delivered to all user mailboxes.
What should you do??
Answer options
- A. Set the SCL reject threshold to 7.
- B. Run the Set-SenderIdConfig cmdlet.
- C. Set the SCL delete threshold to 7.
- D. Run the Set-TransportConfig cmdlet.
- E. Set the SCL delete threshold to 5.
- F. Run the Set-RecipientFilterConfig cmdlet.
- G. Run the Set-Mailbox cmdlet.
Correct answer: B
Explanation
The correct answer is B, as running the Set-SenderIdConfig cmdlet allows you to configure Sender ID settings that can help in identifying and filtering messages that fail the Sender ID checks. The other options relate to thresholds for spam classification or other configurations that do not directly address the need to block the messages and generate NDRs.