We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d9f3e2 + e1b1be8 commit 2d90daaCopy full SHA for 2d90daa
defender-endpoint/schedule-antivirus-scan-anacron.md
@@ -5,7 +5,7 @@ ms.service: defender-endpoint
5
ms.author: deniseb
6
author: denisebmsft
7
ms.localizationpriority: medium
8
-ms.date: 03/24/2025
+ms.date: 05/15/2025
9
manager: deniseb
10
audience: ITPro
11
ms.collection:
@@ -141,7 +141,7 @@ Use the following steps to schedule scans:
141
#!/bin/sh
142
set -e
143
echo $(date) "Time Scan Begins" >>/logs/mdav_avacron_full_scan.log
144
- /bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
+ /usr/bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
145
echo $(date) "Time Scan Finished" >>/logs/mdav_avacron_full_scan.log
146
exit 0
147
~
0 commit comments