Corrected SubmitSamplesConsent to match Win10

This commit is contained in:
Andres Mariano Gorzelany
2019-07-03 06:16:02 -06:00
committed by GitHub
parent 39a857ff9f
commit c8ee57c5f0

View File

@ -92,7 +92,7 @@ Use the following cmdlets to enable cloud-delivered protection:
```PowerShell
Set-MpPreference -MAPSReporting Advanced
Set-MpPreference -SubmitSamplesConsent Always
Set-MpPreference -SubmitSamplesConsent AlwaysPrompt
```
>[!NOTE]