Skip to content

Commit 530fe2f

Browse files
Merge pull request #3908 from MicrosoftDocs/main
[AutoPublish] main to live - 05/27 15:32 PDT | 05/28 04:02 IST
2 parents b7e02c8 + e20834d commit 530fe2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

defender-endpoint/schedule-antivirus-scan-anacron.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: defender-endpoint
55
ms.author: deniseb
66
author: denisebmsft
77
ms.localizationpriority: medium
8-
ms.date: 03/24/2025
8+
ms.date: 05/15/2025
99
manager: deniseb
1010
audience: ITPro
1111
ms.collection:
@@ -141,7 +141,7 @@ Use the following steps to schedule scans:
141141
#!/bin/sh
142142
set -e
143143
echo $(date) "Time Scan Begins" >>/logs/mdav_avacron_full_scan.log
144-
/bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
144+
/usr/bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
145145
echo $(date) "Time Scan Finished" >>/logs/mdav_avacron_full_scan.log
146146
exit 0
147147
~

defender-endpoint/schedule-antivirus-scan-crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Press **Insert**, and then add the following entries:
7777
```bash
7878
CRON_TZ=America/Los_Angeles
7979

80-
0 2 * * sat /bin/mdatp scan quick > ~/mdatp_cron_job.log
80+
0 2 * * sat /usr/bin/mdatp scan quick > ~/mdatp_cron_job.log
8181
```
8282

8383
> [!NOTE]

0 commit comments

Comments
 (0)