exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 242 discussion

Actual exam question from Microsoft's 70-740
Question #: 242
Topic #: 1
[All 70-740 Questions]

You have a server named Server1 that runs Windows Server 2016. Windows Defender is enabled on Server1.
Server1 runs an application named App1 that stores various types of files in Microsoft OneDrive for Business, MicrosoftOneDrive, and Microsoft SharePoint
Online. App1 also interacts with several local services.
You need to prevent Windows Defender from scanning any files opened by App1.
What should you do on Server1?

  • A. Run the Set-ExecutionPolicy cmdlet.
  • B. Run the New-AppLockerPolicy cmdlet.
  • C. Modify the real-time protection settings in Windows Defender.
  • D. Run the Add-MpPreference cmdlet.
  • E. Modify the cloud-based protection settings in Windows Defender.
  • F. Run the New-CiPolicy cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
References:
https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/configure-process-opened-file-exclusions-windows-defender- antivirus https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/configure-server-exclusions-windows-defender-antivirus

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
WesleySwijghuizen
Highly Voted 4 years, 9 months ago
Got this question today. 17-09-2020
upvoted 5 times
...
Samuelpn96
Most Recent 5 years, 1 month ago
The format for the cmdlets is: <cmdlet> -ExclusionProcess "<item>" The following are allowed as the <cmdlet>: ----------------------------------------------------------------------------------------- Configuration action PowerShell cmdlet ----------------------------------------------------------------------------------------- Create or overwrite the list Set-MpPreference Add to the list Add-MpPreference Remove items from the list Remove-MpPreference ---------------------------------------------------------------------------------------- https://docs.microsoft.com/pt-br/windows/security/threat-protection/windows-defender-antivirus/configure-process-opened-file-exclusions-windows-defender-antivirus
upvoted 4 times
...
user200
5 years, 5 months ago
======================================== Create or overwrite the list Set-MpPreference Add to the list Add-MpPreference Remove item from the list Remove-MpPreference The following are allowed as the <exclusion list>: All files with a specified file extension -ExclusionExtension All files under a folder (including files in subdirectories), or a specific file -ExclusionPath
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...