Additional Script Updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Check if cloud-delivered protection is enabled
|
||||
$cloudProtection = Get-MpPreference | Select-Object -ExpandProperty MAPSReporting
|
||||
|
||||
if ($cloudProtection -ne 0) {
|
||||
Write-Output "Cloud-delivered protection is enabled."
|
||||
exit 0
|
||||
} else {
|
||||
Write-Output "Cloud-delivered protection is disabled."
|
||||
exit 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Enable cloud-delivered protection
|
||||
Set-MpPreference -MAPSReporting Advanced
|
||||
exit 0
|
||||
Reference in New Issue
Block a user