Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live)

This commit is contained in:
officedocspr
2020-03-05 18:50:00 +00:00
6 changed files with 35 additions and 1 deletions

View File

@ -24,6 +24,21 @@ Please refer to the “[Surface Hub Important Information](https://support.micro
## Windows 10 Team Creators Update 1703 ## Windows 10 Team Creators Update 1703
<details>
<summary>February 28, 2020—update for Surface Hub 2S</summary>
This update is specific to the Surface Hub 2S and provides the driver and firmware updates outlined below:
* Surface Integration driver - 13.46.139.0
* Improves display brightness scenarios.
* Intel(R) Management Engine Interface driver - 1914.12.0.1256
* Improves system stability.
* Surface SMC Firmware update - 1.161.139.0
* Improves pen battery performance.
* Surface UEFI update - 694.2938.768.0
* Improves system stability.
</details>
<details> <details>
<summary>February 11, 2020—update for Team edition based on KB4537765* (OS Build 15063.2284)</summary> <summary>February 11, 2020—update for Team edition based on KB4537765* (OS Build 15063.2284)</summary>

View File

@ -158,6 +158,7 @@ In order to deploy Windows 10 with MDT successfully, you need drivers for the b
- Dell Latitude 7390 - Dell Latitude 7390
- HP EliteBook 8560w - HP EliteBook 8560w
- Microsoft Surface Pro - Microsoft Surface Pro
For boot images, you need to have storage and network drivers; for the operating system, you need to have the full suite of drivers. For boot images, you need to have storage and network drivers; for the operating system, you need to have the full suite of drivers.
>[!NOTE] >[!NOTE]

View File

@ -241,6 +241,9 @@ Download the onboarding package from Microsoft Defender Security Center:
1 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: 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): - Ensure that real-time protection is enabled (denoted by a result of `1` from running the following command):

View File

@ -42,7 +42,7 @@ Before you get started, please see [the main Microsoft Defender ATP for Linux pa
- Curl - Curl
- Unzip - 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 ```bash
[servers] [servers]
@ -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 $ 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: - Validation/configuration:
```bash ```bash

View File

@ -167,6 +167,9 @@ $ mdatp --health healthy
The above command prints `1` if the product is onboarded and functioning as expected. 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: 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. - 1 if the device is not yet onboarded.

View File

@ -20,6 +20,15 @@ ms.topic: conceptual
# Microsoft Defender ATP for Linux # Microsoft Defender ATP for Linux
> [!IMPORTANT]
> **PUBLIC PREVIEW EDITION**
>
> 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 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. 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] > [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4q3yP]