4 lines
87 B
PowerShell
4 lines
87 B
PowerShell
# Enable cloud-delivered protection
|
|
Set-MpPreference -MAPSReporting Advanced
|
|
exit 0
|