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
Copy file name to clipboardExpand all lines: defender-endpoint/enable-controlled-folders.md
+5-5Lines changed: 5 additions & 5 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
- tier3
16
16
- mde-asr
17
17
search.appverid: met150
18
-
ms.date: 06/11/2024
18
+
ms.date: 07/17/2024
19
19
---
20
20
21
21
# Enable controlled folder access
@@ -47,10 +47,10 @@ You can enable controlled folder access by using any of these methods:
47
47
> [!TIP]
48
48
> Try using [audit mode](evaluate-controlled-folder-access.md) at first so you can see how the feature works and review events without impacting normal device usage in your organization.
49
49
50
-
Group Policy settings that disable local administrator list merging will override controlled folder access settings. They also override protected folders and allowed apps set by the local administrator through controlled folder access. These policies include:
51
-
52
-
- Microsoft Defender Antivirus **Configure local administrator merge behavior for lists**
53
-
- System Center Endpoint Protection **Allow users to add exclusions and overrides**
50
+
> [!NOTE]
51
+
> If you add Microsoft Defender Antivirus exclusions (process or path) for the binary in question, controlled folder access trusts it, and doesn't block the process or path. Group Policy settings that disable local administrator list merging override controlled folder access settings. They also override protected folders and allowed apps set by the local administrator through controlled folder access. These policies include:
52
+
> - Microsoft Defender Antivirus **Configure local administrator merge behavior for lists**
53
+
> - System Center Endpoint Protection **Allow users to add exclusions and overrides**
54
54
55
55
For more information about disabling local list merging, see [Prevent or allow users to locally modify Microsoft Defender Antivirus policy settings](/windows/security/threat-protection/microsoft-defender-antivirus/configure-local-policy-overrides-microsoft-defender-antivirus).
-[Microsoft Defender for Endpoint Plan 1](microsoft-defender-endpoint.md)
@@ -129,11 +128,17 @@ Create a subtask or role files that contribute to a playbook or task.
129
128
130
129
- Add the Defender for Endpoint repository and key, `add_apt_repo.yml`:
131
130
132
-
Defender for Endpoint on Linux can be deployed from one of the following channels (denoted below as *[channel]*): *insiders-fast*, *insiders-slow*, or *prod*. Each of these channels corresponds to a Linux software repository.
131
+
Defender for Endpoint on Linux can be deployed from one of the following channels:
132
+
- *insiders-fast*, denoted as `[channel]`
133
+
- *insiders-slow*, denoted as `[channel]`
134
+
- *prod*, denoted as `[channel]` using the version name (see [Linux Software Repository for Microsoft Products](/linux/packages))
135
+
136
+
Each channel corresponds to a Linux software repository.
137
+
138
+
The choice of the channel determines the type and frequency of updates that are offered to your device. Devices in*insiders-fast* are the first ones to receive updates and new features, followed later by *insiders-slow*, and lastly by *prod*.
133
139
134
-
The choice of the channel determines the type and frequency of updates that are offered to your device. Devices in*insiders-fast* are the first ones to receive updates and new features, followed later by *insiders-slow* and lastly by *prod*.
135
140
136
-
In order to preview new features and provide early feedback, it is recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
141
+
In order to preview new features and provide early feedback, it's recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
137
142
138
143
> [!WARNING]
139
144
> Switching the channel after the initial installation requires the product to be reinstalled. To switch the product channel: uninstall the existing package, re-configure your device to use the new channel, and follow the steps in this document to install the package from the new location.
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-with-puppet.md
+45-32Lines changed: 45 additions & 32 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: 05/01/2024
18
+
ms.date: 07/15/2024
19
19
---
20
20
21
21
# Deploy Microsoft Defender for Endpoint on Linux with Puppet
@@ -53,9 +53,11 @@ Download the onboarding package from Microsoft Defender portal.
53
53
54
54
[!INCLUDE [Defender for Endpoint repackaging warning](../includes/repackaging-warning.md)]
55
55
56
-
1. In Microsoft Defender portal, go to **Settings > Endpoints > Device management > Onboarding**.
56
+
1. In Microsoft Defender portal, go to **Settings** > **Endpoints** > **Device management** > **Onboarding**.
57
+
57
58
2. In the first drop-down menu, select **Linux Server** as the operating system. In the second drop-down menu, select **Your preferred Linux configuration management tool** as the deployment method.
58
-
3. Select **Download onboarding package**. Save the file as WindowsDefenderATPOnboardingPackage.zip.
59
+
60
+
3. Select **Download onboarding package**. Save the file as `WindowsDefenderATPOnboardingPackage.zip`.
59
61
60
62
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The option to download the onboarded package" lightbox="media/portal-onboarding-linux-2.png":::
61
63
@@ -83,37 +85,47 @@ Download the onboarding package from Microsoft Defender portal.
83
85
84
86
## Create a Puppet manifest
85
87
86
-
You need to create a Puppet manifest for deploying Defender for Endpoint on Linux to devices managed by a Puppet server. This example makes use of the *apt* and *yumrepo* modules available from puppetlabs, and assumes that the modules have been installed on your Puppet server.
87
-
88
-
Create the folders *install_mdatp/files* and *install_mdatp/manifests* under the modules folder of your Puppet installation. This folder is typically located in*/etc/puppetlabs/code/environments/production/modules* on your Puppet server. Copy the mdatp_onboard.json file created above to the *install_mdatp/files* folder. Create an *init.pp* file that contains the deployment instructions:
You need to create a Puppet manifest for deploying Defender for Endpoint on Linux to devices managed by a Puppet server. This example makes use of the `apt` and `yumrepo` modules available from puppetlabs, and assumes that the modules have been installed on your Puppet server.
89
+
90
+
1. Create the folders `install_mdatp/files` and `install_mdatp/manifests` under the modules folder of your Puppet installation. This folder is typically located in`/etc/puppetlabs/code/environments/production/modules` on your Puppet server.
91
+
92
+
2. Copy the `mdatp_onboard.json` file created earlier to the `install_mdatp/files` folder.
93
+
94
+
3. Create an `init.pp` file that contains the deployment instructions:
Defender for Endpoint on Linux can be deployed from one of the following channels:
109
119
110
-
### Contents of `install_mdatp/manifests/init.pp`
120
+
- *insiders-fast*, denoted as `[channel]`
121
+
- *insiders-slow*, denoted as `[channel]`
122
+
- *prod*, denoted as `[channel]` using the version name (see [Linux Software Repository for Microsoft Products](/linux/packages))
111
123
112
-
Defender for Endpoint on Linux can be deployed from one of the following channels (denoted below as *[channel]*): *insiders-fast*, *insiders-slow*, or *prod*. Each of these channels corresponds to a Linux software repository.
124
+
Each channel corresponds to a Linux software repository.
113
125
114
-
The choice of the channel determines the type and frequency of updates that are offered to your device. Devices in*insiders-fast* are the first ones to receive updates and new features, followed later by *insiders-slow* and lastly by *prod*.
126
+
The choice of the channel determines the type and frequency of updates that are offered to your device. Devices in*insiders-fast* are the first ones to receive updates and new features, followed later by *insiders-slow*, and lastly by *prod*.
115
127
116
-
In order to preview new features and provide early feedback, it is recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
128
+
In order to preview new features and provide early feedback, it's recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
117
129
118
130
> [!WARNING]
119
131
> Switching the channel after the initial installation requires the product to be reinstalled. To switch the product channel: uninstall the existing package, re-configure your device to use the new channel, and follow the steps in this document to install the package from the new location.
@@ -194,7 +206,7 @@ class install_mdatp (
194
206
195
207
## Deployment
196
208
197
-
Include the above manifest in your site.pp file:
209
+
Include the above manifest in your `site.pp` file:
0 commit comments