You have 100 computers that run Windows 10 and are members of a workgroup.
You need to configure Windows Defender to meet the following requirements:
-Exclude a C:\\Sales\\Salesdb from malware scans.
-Configure a full scan to occur daily.
What should you run to meet each requirement?
A.
Exclude C:\\Sales\\Salesdb from malware scans: Add-MpPreference
B.
Exclude C:\\Sales\\Salesdb from malware scans: Get-MpThreat
C.
Exclude C:\\Sales\\Salesdb from malware scans: Set-MpPreference
D.
Exclude C:\\Sales\\Salesdb from malware scans: Start-MpScan
E.
Exclude C:\\Sales\\Salesdb from malware scans: Start-MpWDOScan
F.
Configure a full scan to occur daily: Add-MpPreference
G.
Configure a full scan to occur daily: Get-MpThreat
H.
Configure a full scan to occur daily: Set-MpPreference
I.
Configure a full scan to occur daily: Start-MpScan
J.
Configure a full scan to occur daily: Start-MpWDOScan
Explanation:
https://technet.microsoft.com/en-us/itpro/powershell/windows/defender/set-mppreference
Set-MpPreference -ExclusionPath C:\\Sales\\Salesdb
Set-MpPreference -RemediationScheduleDay Everyday