mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 15:57:23 +00:00
Update mac-schedule-scan-atp.md
removed $ prompt from command-line snippets and edited a sentence
This commit is contained in:
parent
9d45e7de77
commit
dc00c3fe4c
@ -68,11 +68,11 @@ While you can start a threat scan at any time with Microsoft Defender ATP, your
|
||||
4. To load your file into **launchd**, enter the following commands:
|
||||
|
||||
```bash
|
||||
`$ launchctl load /Library/LaunchDaemons/<your file name.plist>`
|
||||
`$ launchctl start <your file name>`
|
||||
launchctl load /Library/LaunchDaemons/<your file name.plist>
|
||||
launchctl start <your file name>
|
||||
```
|
||||
|
||||
5. Your scheduled scan runs at the date, time, and frequency you defined in your .plist file. In the example, the scan runs at 2:00 AM every 7 days on a Friday, with the StartInterval using 604800 seconds for one week.
|
||||
5. Your scheduled scan runs at the date, time, and frequency you defined in your .plist file. In the example, the scan runs at 2:00 AM every seven days on a Friday, with the StartInterval using 604,800 seconds for one week.
|
||||
|
||||
> [!NOTE]
|
||||
> Agents executed with launchd will not run at the scheduled time if the computer is asleep, but will run once the computer is awake. If the computer is off, the scan will not run until the computer is on at the next scheduled time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user