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/linux-install-with-ansible.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Pull the [installer bash script](https://github.com/microsoft/mdatp-xplat/tree/m
115
115
116
116
### Create Ansible YAML files
117
117
118
-
Create installation YAML file
118
+
Create installation YAML file. You can also download the file directly from [GitHub](https://learn.microsoft.com/en-us/defender-endpoint/linux-support-events)
### How to uninstall Microsoft Defender for Endpoint on Linux Servers
226
223
227
-
Create uninstallation YAML file (eg: /etc/ansible/playbooks/uninstall_mdatp.yml) which uses mde_installer.sh
224
+
Create uninstallation YAML file (eg: /etc/ansible/playbooks/uninstall_mdatp.yml) which uses mde_installer.sh. You can also download the file directly from [GitHub](https://learn.microsoft.com/en-us/defender-endpoint/linux-support-events)
228
225
229
226
```bash
230
227
@@ -442,7 +439,6 @@ Now run the tasks files under `/etc/ansible/playbooks/` or relevant directory.
442
439
```
443
440
444
441
## Troubleshoot installation issues
445
-
-For log installation issues, see for more information on
446
442
For self-troubleshooting, do the following
447
443
1. Refer to [Log installation issues](linux-resources.md#log-installation-issues) for more information on how to find the automatically generated log that is created by the installer when an error occurs.
448
444
2. Refer to [Installation issues](https://learn.microsoft.com/en-us/defender-endpoint/linux-support-install) for more information on commonly occurring installation issues
@@ -452,6 +448,11 @@ For self-troubleshooting, do the following
452
448
453
449
To get support from Microsoft, raise a support ticket and provide log dump by [running client analyser](https://learn.microsoft.com/en-us/defender-endpoint/run-analyzer-macos-linux)
454
450
451
+
## How to configure policies for Microsoft Defender on Linux
452
+
You can configure AV/EDR settings on your endpoints using following methods
453
+
3. Refer to [set preferences](https://learn.microsoft.com/en-us/defender-endpoint/linux-preferences) to learn more about the available settings
454
+
4. Refer to [security settings management](https://learn.microsoft.com/en-us/mem/intune/protect/mde-security-integration) to configure settings via Microsoft Defender Portal
0 commit comments