Merge pull request #3488 from MicrosoftDocs/macky-codesweep7

Update page
This commit is contained in:
Kelly Baker 2020-08-11 08:16:33 -07:00 committed by GitHub
commit 622ef15ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ ms.topic: conceptual
# Schedule scans with Microsoft Defender ATP for Mac # Schedule scans with Microsoft Defender ATP for Mac
While you can start a threat scan at any time with Microsoft Defender ATP, your enterprise might benefit from scheduled or timed scans. For example, you can schedule a scan to run at the beginning of every workday or week. Create a scanning schedule using launchd on a macOS computer. While you can start a threat scan at any time with Microsoft Defender ATP, your enterprise might benefit from scheduled or timed scans. For example, you can schedule a scan to run at the beginning of every workday or week. Create a scanning schedule using launchd on a macOS computer.
## Schedule a scan with launchd ## Schedule a scan with launchd
@ -70,6 +70,8 @@ While you can start a threat scan at any time with Microsoft Defender ATP, your
```bash ```bash
launchctl load /Library/LaunchDaemons/<your file name.plist> launchctl load /Library/LaunchDaemons/<your file name.plist>
```
```bash
launchctl start <your file name> launchctl start <your file name>
``` ```