Forum Discussion
Sp6ncer
Mar 26, 2024Copper Contributor
Delete scheduled scans on Mac running MDE
Hello, I was able to successfully deploy defender scans using the mdatp CLI tool. I originally set it to run a quick scan every hour, but that was for testing purposes. I then updated the script ...
rahuljindal
Mar 26, 2024Bronze Contributor
When you updated the bash script, did you create a new one or updated the existing? Generally the existing .plist should just update. For deletion you can try the following in cli - “find . -name "xxxx.plist" -exec rm -v {} \;”