Skip to content

Commit a15ecb6

Browse files
Merge pull request #2186 from MicrosoftDocs/v-smandalika-9618437
DefenderDocs - v-smandalika - 9618437 - Deleted a small section, made sentence-casing consistent, and did a grammar-punctuation check
2 parents 21d607b + 721d664 commit a15ecb6

6 files changed

+83
-92
lines changed

defender-endpoint/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
href: linux-schedule-scan-mde.md
288288
- name: Schedule antivirus scan in Defender for Endpoint on Linux
289289
href: schedule-antivirus-scan-in-mde.md
290-
- name: Schedule an update of the Microsoft Defender for Endpoint (Linux)
290+
- name: Schedule an update for Microsoft Defender for Endpoint on Linux
291291
href: linux-update-MDE-Linux.md
292292
- name: Configure eBPF-based sensor
293293
href: linux-support-ebpf.md

defender-endpoint/linux-deploy-defender-for-endpoint-with-chef.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 10/11/2024
18+
ms.date: 12/16/2024
1919
---
2020

2121
# Deploy Defender for Endpoint on Linux with Chef
@@ -107,7 +107,7 @@ directory "#{mdatp}" do
107107
recursive true
108108
end
109109
110-
#Extract WindowsDefenderATPOnbaordingPackage.zip into /etc/opt/microsoft/mdatp
110+
#Extract WindowsDefenderATPOnboardingPackage.zip into /etc/opt/microsoft/mdatp
111111
112112
bash 'Extract Onboarding Json MDATP' do
113113
code <<-EOS
@@ -135,7 +135,7 @@ end
135135

136136
To include this step as part of the recipe just add `include_recipe ':: settings_mdatp` to your default.rb file within the recipe folder.
137137

138-
You can also use crontab to schedule automatic updates [Schedule an update of the Microsoft Defender for Endpoint (Linux)](linux-update-MDE-Linux.md).
138+
You can also use crontab to schedule automatic updates [Schedule an update for Microsoft Defender for Endpoint on Linux](linux-update-MDE-Linux.md).
139139

140140
Uninstall MDATP cookbook:
141141

0 commit comments

Comments
 (0)