From 5c8d3d10a8a4442f80a9c72e38c36ef2dcc941d4 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 17:14:18 -0800 Subject: [PATCH 01/10] Note at top of page --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index 36e0aff59f..a8fab05988 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -22,6 +22,13 @@ ms.topic: conceptual This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. +> [!IMPORTANT] +> **PUBLIC PREVIEW EDITION** +> +> This documentation is for a pre-released solution. The guidelines and the solution are subject to change between now and its general availability. +> +> As with any pre-released solution, remember to exercise caution when determining the target population for your deployments. + > [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4q3yP]

From 5111de269adf4c2f151cb17301f890c4292317d6 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 17:15:14 -0800 Subject: [PATCH 02/10] Move at top --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index a8fab05988..489c3d6a5a 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -20,8 +20,6 @@ ms.topic: conceptual # Microsoft Defender ATP for Linux -This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. - > [!IMPORTANT] > **PUBLIC PREVIEW EDITION** > @@ -29,6 +27,8 @@ This topic describes how to install, configure, update, and use Microsoft Defend > > As with any pre-released solution, remember to exercise caution when determining the target population for your deployments. +This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. + > [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4q3yP]

From 30e446bd477b36f8f68a5cdb2750e404dcb8923e Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 17:45:42 -0800 Subject: [PATCH 03/10] . --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index 489c3d6a5a..69ea545ed3 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -23,9 +23,9 @@ ms.topic: conceptual > [!IMPORTANT] > **PUBLIC PREVIEW EDITION** > -> This documentation is for a pre-released solution. The guidelines and the solution are subject to change between now and its general availability. +> This documentation is for a pre-release solution. The guidelines and the solution are subject to change between now and its general availability. > -> As with any pre-released solution, remember to exercise caution when determining the target population for your deployments. +> As with any pre-release solution, remember to exercise caution when determining the target population for your deployments. This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. From 50455c1d801ceacd0f844d94c2a33215d342fa0f Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 20:55:53 -0800 Subject: [PATCH 04/10] Add note on initial definition downloads --- .../microsoft-defender-atp/linux-install-manually.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 931ca5edf7..60d78ae629 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -241,6 +241,9 @@ Download the onboarding package from Microsoft Defender Security Center: 1 ``` +> [!IMPORTANT] +> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes. During this time the above command returns a value of `0`. + 5. Run a detection test to verify that the machine is properly onboarded and reporting to the service. Perform the following steps on the newly onboarded machine: - Ensure that real-time protection is enabled (denoted by a result of `1` from running the following command): From 9383e70b1a614dffa0d0b05e21c3a5d8a478ea06 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 20:56:38 -0800 Subject: [PATCH 05/10] More --- .../microsoft-defender-atp/linux-install-with-ansible.md | 3 +++ .../microsoft-defender-atp/linux-install-with-puppet.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md index 8eae3591a3..50262cb871 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md @@ -233,6 +233,9 @@ Now run the tasks files under `/etc/ansible/playbooks/`. $ ansible-playbook /etc/ansible/playbooks/install_mdatp.yml -i /etc/ansible/hosts ``` +> [!IMPORTANT] +> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes. + - Validation/configuration: ```bash diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-puppet.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-puppet.md index a27c84b264..2e2db11bae 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-puppet.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-puppet.md @@ -167,6 +167,9 @@ $ mdatp --health healthy The above command prints `1` if the product is onboarded and functioning as expected. +> [!IMPORTANT] +> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes. During this time the above command returns a value of `0`. + If the product is not healthy, the exit code (which can be checked through `echo $?`) indicates the problem: - 1 if the device is not yet onboarded. From f1fe7765f73cb4ae11edf9c3c9c6121bba1db063 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 21:09:31 -0800 Subject: [PATCH 06/10] Indentation --- .../microsoft-defender-atp/linux-install-manually.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 60d78ae629..d78e94da0e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -241,8 +241,8 @@ Download the onboarding package from Microsoft Defender Security Center: 1 ``` -> [!IMPORTANT] -> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes. During this time the above command returns a value of `0`. + > [!IMPORTANT] + > When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes. During this time the above command returns a value of `0`. 5. Run a detection test to verify that the machine is properly onboarded and reporting to the service. Perform the following steps on the newly onboarded machine: From 82cbc86f278ef8c03c497b7a362ed83d615083b7 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 21:31:14 -0800 Subject: [PATCH 07/10] Random grammar fix --- .../microsoft-defender-atp/linux-install-with-ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md index 50262cb871..6dca87169e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md @@ -42,7 +42,7 @@ Before you get started, please see [the main Microsoft Defender ATP for Linux pa - Curl - Unzip -- All host must be listed in the following format in the `/etc/ansible/hosts` file: +- All hosts must be listed in the following format in the `/etc/ansible/hosts` file: ```bash [servers] From 10bb79b85077fa1b4d70dcc6cf50a069a5e76a45 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 22:23:47 -0800 Subject: [PATCH 08/10] Preview steps --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index 69ea545ed3..a3f5f84d66 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -26,6 +26,8 @@ ms.topic: conceptual > This documentation is for a pre-release solution. The guidelines and the solution are subject to change between now and its general availability. > > As with any pre-release solution, remember to exercise caution when determining the target population for your deployments. +> +> If you have preview features turned on in the Microsoft Defender ATP Security Center, you should be able to access the Linux onboarding page immediately. If you have not yet opted into previews, we encourage you to [turn on preview features](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/preview) in the Microsoft Defender ATP Security Center today. This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. From 0046d7ec9bedf085f9f65544a16a69ab775c5882 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 22:34:38 -0800 Subject: [PATCH 09/10] Minor update --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index a3f5f84d66..99476329a0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -27,7 +27,7 @@ ms.topic: conceptual > > As with any pre-release solution, remember to exercise caution when determining the target population for your deployments. > -> If you have preview features turned on in the Microsoft Defender ATP Security Center, you should be able to access the Linux onboarding page immediately. If you have not yet opted into previews, we encourage you to [turn on preview features](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/preview) in the Microsoft Defender ATP Security Center today. +> If you have preview features turned on in the Microsoft Defender Security Center, you should be able to access the Linux onboarding page immediately. If you have not yet opted into previews, we encourage you to [turn on preview features](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/preview) in the Microsoft Defender Security Center today. This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux. From 7355a8ae0f95d611ce78bf2793b6e880beff0564 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 22:54:45 -0800 Subject: [PATCH 10/10] Remove locale --- .../microsoft-defender-atp/microsoft-defender-atp-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index 99476329a0..ad38c483b0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -27,7 +27,7 @@ ms.topic: conceptual > > As with any pre-release solution, remember to exercise caution when determining the target population for your deployments. > -> If you have preview features turned on in the Microsoft Defender Security Center, you should be able to access the Linux onboarding page immediately. If you have not yet opted into previews, we encourage you to [turn on preview features](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/preview) in the Microsoft Defender Security Center today. +> If you have preview features turned on in the Microsoft Defender Security Center, you should be able to access the Linux onboarding page immediately. If you have not yet opted into previews, we encourage you to [turn on preview features](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/preview) in the Microsoft Defender Security Center today. This topic describes how to install, configure, update, and use Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) for Linux.