Skip to content

Commit 2d90daa

Browse files
authored
Merge pull request #3761 from TPavanBalaji/patch-5
update schedule-antivirus-scan-anacron.md -- MDE on Linux
2 parents 4d9f3e2 + e1b1be8 commit 2d90daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
~

0 commit comments

Comments
 (0)