Skip to content

Commit 902c86c

Browse files
committed
Update linux-install-with-ansible.md
1 parent 3433021 commit 902c86c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/linux-install-with-ansible.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Download the onboarding package from Microsoft Defender portal.
8080

8181
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.
8282

83-
3. Select **Download onboarding package**. Save the file as WindowsDefenderATPOnboardingPackage.zip.
83+
3. Select **Download onboarding package**. Save the file as `WindowsDefenderATPOnboardingPackage.zip`.
8484

8585
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The Download onboarding package option" lightbox="media/portal-onboarding-linux-2.png":::
8686

@@ -101,9 +101,9 @@ Download the onboarding package from Microsoft Defender portal.
101101
inflating: mdatp_onboard.json
102102
```
103103

104-
## Deploy MDE using mde_installer.sh with Ansible
104+
## Deploy Defender for Endpoint using mde_installer.sh with Ansible
105105

106-
Follow the steps below after [downloading the onboarding package]() and completing [pre-requisites]() to deploy MDE using installer bash script
106+
Follow the steps below after [downloading the onboarding package]() and completing [pre-requisites]() to deploy Defender for Endpoint using installer bash script
107107

108108
### Download the installer bash script
109109

@@ -147,7 +147,7 @@ Create installation YAML file
147147
148148
```
149149
150-
### Deploy MDE using the above playbook using the command
150+
### Deploy Defender for Endpoint using the playbook and command
151151
152152
Replace the corresponding paths and channel in the below command as per your requirement
153153
@@ -159,9 +159,9 @@ ansible-playbook -i /etc/ansible/hosts /etc/ansible/playbooks/install_mdatp.yml
159159
160160
### Verify deployment
161161
162-
a.     Go to __[Microsoft Defender Security Portal]()__ inventory. It might take 5-20 mins for the device to show up on the portal.
162+
1. In the [Microsoft Defender portal](https://security.microsoft.com), open the device inventory. It might take 5-20 mins for the device to show up in the portal.
163163
164-
b.    Perform the below post-installation checks which includes checks like health, connectivity, AV/EDR detection tests to ensure successful deployment and working of MDE
164+
2. Perform the following post-installation checks which includes checks like health, connectivity, antivirus, and EDR detection tests to ensure successful deployment and working of Defender for Endpoint.
165165
166166
```bash
167167

0 commit comments

Comments
 (0)