You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cron: "25 5,11,17,22 * * *"# Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
Copy file name to clipboardExpand all lines: defender-endpoint/advanced-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Deception enables your security team to manage and deploy lures and decoys to ca
177
177
178
178
## Share endpoint alerts with Microsoft Compliance Center
179
179
180
-
Forwards endpoint security alerts and their triage status to Microsoft Purview compliance portal, allowing you to enhance insider risk management policies with alerts and remediate internal risks before they cause harm. Forwarded data is processed and stored in the same location as your Office 365 data.
180
+
Forwards endpoint security alerts and their triage status to Microsoft Purview portal, allowing you to enhance insider risk management policies with alerts and remediate internal risks before they cause harm. Forwarded data is processed and stored in the same location as your Office 365 data.
181
181
182
182
After configuring the [Security policy violation indicators](/microsoft-365/compliance/insider-risk-management-settings#indicators) in the insider risk management settings, Defender for Endpoint alerts will be shared with insider risk management for applicable users.
Copy file name to clipboardExpand all lines: defender-endpoint/linux-deploy-defender-for-endpoint-with-chef.md
+21-11Lines changed: 21 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: linux
17
17
search.appverid: met150
18
-
ms.date: 12/20/2024
18
+
ms.date: 04/10/2025
19
19
---
20
20
21
21
# Deploy Defender for Endpoint on Linux with Chef
@@ -29,14 +29,16 @@ ms.date: 12/20/2024
29
29
30
30
## Introduction
31
31
32
-
This article talks about how to deploy Defender for Endpoint on Linux at scale with Chef using two methods:
32
+
You can deploy [Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md) by using various tools and methods. This article describes how to deploy Defender for Endpoint on Linux at scale with Chef using two methods:
33
33
34
-
1. Install using installer script
35
-
2. Manually configuring the repositories for more granular control over the deployment
34
+
- Install using installer script
35
+
- Manually configure the repositories for more granular control over the deployment
36
+
37
+
To use another method, refer to the [See also](#see-also) section.
36
38
37
39
## Prerequisites
38
40
39
-
For a description of prerequisites and system requirements, see [Microsoft Defender for Endpoint on Linux](/defender-endpoint/microsoft-defender-endpoint-linux).
41
+
Before you get started, see [Prerequisites for Defender for Endpoint on Linux](mde-linux-prerequisites.md) for a description of prerequisites and system requirements.
40
42
41
43
## Download the onboarding package
42
44
@@ -50,8 +52,6 @@ For a description of prerequisites and system requirements, see [Microsoft Defen
50
52
51
53
4. Extract the contents of the archive using the following command:
52
54
53
-
Command:
54
-
55
55
```
56
56
unzip WindowsDefenderATPOnboardingPackage.zip
57
57
```
@@ -81,9 +81,7 @@ mkdir mdatp/files
81
81
82
82
Copy `mdatp_onboard.json` to the `/tmp` folder.
83
83
84
-
On the Chef Workstation, navigate to the **mdatp/recipes** folder, which is automatically created when the cookbook is generated. Use your preferred text editor (like vi or nano) to add the following instructions to the end of the **default.rb** file then save and close the file:
85
-
86
-
- include_recipe '::install_mdatp'
84
+
On the Chef Workstation, navigate to the **mdatp/recipes** folder, which is automatically created when the cookbook is generated. Use your preferred text editor (like vi or nano) to add the following instructions to the end of the **default.rb** file, and then save and close the file: `include_recipe '::install_mdatp'`.
87
85
88
86
## Create a cookbook
89
87
@@ -183,7 +181,7 @@ file "#{mdatp}/mdatp_onboard.json" do
183
181
end
184
182
```
185
183
186
-
>[!NOTE]
184
+
>[!NOTE]
187
185
> You can modify the os distribution, distribution version number, channel (prod/insider-fast, insiders-slow) and repo name to match the version you're deploying to and the channel you'd like to deploy to. Run `chef-client --local-mode --runlist 'recipe[mdatp]'` to test the cookbook on the Chef workstation.
188
186
189
187
## Troubleshoot installation issues
@@ -236,4 +234,16 @@ end
236
234
237
235
To include this step as part of the recipe, add `include_recipe ':: uninstall_mdatp` to your `default.rb` file within the recipe folder. Ensure that you have removed the `include_recipe '::install_mdatp'` from the `default.rb` file.
238
236
237
+
## See also
238
+
239
+
- [Prerequisites for Microsoft Defender for Endpoint on Linux](mde-linux-prerequisites.md)
240
+
- [Use installer script based deployment to deploy Defender for Endpoint on Linux](linux-installer-script.md)
241
+
- [Deploy Defender for Endpoint on Linux with Ansible](linux-install-with-ansible.md)
242
+
- [Deploy Defender for Endpoint on Linux with Puppet](linux-install-with-puppet.md)
243
+
- [Deploy Defender for Endpoint on Linux with Saltstack](linux-install-with-saltack.md)
244
+
- [Deploy Defender for Endpoint on Linux manually](linux-install-manually.md)
245
+
- [Connect your non-Azure machines to Microsoft Defender for Cloud with Defender for Endpoint](/azure/defender-for-cloud/onboard-machines-with-defender-for-endpoint) (direct onboarding using Defender for Cloud)
246
+
- [Defender for Endpoint on Linux for ARM64-based devices (preview)](mde-linux-arm.md)
247
+
- [Deployment guidance for Defender for Endpoint on Linux for SAP](mde-linux-deployment-on-sap.md)
248
+
239
249
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
0 commit comments