From 9383e70b1a614dffa0d0b05e21c3a5d8a478ea06 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 4 Mar 2020 20:56:38 -0800 Subject: [PATCH] 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.