From 4c5ee5e6477c2e755769d915be6c1e769f1dd7d7 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Mon, 25 Nov 2019 15:46:35 -0800 Subject: [PATCH] code updates to avoid confusion and address feedback issues --- .../endpoint-detection-response-mac-preview.md | 12 +++++++----- .../microsoft-defender-atp/mac-resources.md | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/endpoint-detection-response-mac-preview.md b/windows/security/threat-protection/microsoft-defender-atp/endpoint-detection-response-mac-preview.md index b4823bcb7d..16dea875b1 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/endpoint-detection-response-mac-preview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/endpoint-detection-response-mac-preview.md @@ -127,22 +127,24 @@ h. Select  **Manage > Assignments**. In the  **Include**  tab, select  * ## Enable the Insider program manually on a single machine -In the command prompt, run: +In terminal, run: ```bash mdatp --edr --early-preview true ``` ->[!NOTE] ->For this command to work, you will need to be at version 100.78.x. ->To get the latest version of the Microsoft Defender ATP for MAC, set the Microsoft AutoUpdate to “Fast Ring”. To get “Microsoft AutoUpdate”, download it from [Release history for Microsoft AutoUpdate (MAU)](https://docs.microsoft.com/officeupdates/release-history-microsoft-autoupdate). - +For versions earlier than 100.78.0, run: +```bash + mdatp --edr --earlyPreview true +``` ## Troubleshooting ### Verify you are running the correct version +To get the latest version of the Microsoft Defender ATP for Mac, set the Microsoft AutoUpdate to “Fast Ring”. To get “Microsoft AutoUpdate”, download it from [Release history for Microsoft AutoUpdate (MAU)](https://docs.microsoft.com/officeupdates/release-history-microsoft-autoupdate). + To verify you are running the correct version, run ‘mdatp --health’ on the machine. * The required version is 100.72.15 or later. diff --git a/windows/security/threat-protection/microsoft-defender-atp/mac-resources.md b/windows/security/threat-protection/microsoft-defender-atp/mac-resources.md index ad4bf7ef53..e35c4b95e5 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/mac-resources.md +++ b/windows/security/threat-protection/microsoft-defender-atp/mac-resources.md @@ -94,7 +94,7 @@ Important tasks, such as controlling product settings and triggering on-demand s |Protection |Do a full scan |`mdatp --scan --full` | |Protection |Cancel an ongoing on-demand scan |`mdatp --scan --cancel` | |Protection |Request a security intelligence update |`mdatp --definition-update` | -|EDR |Turn on/off EDR preview for Mac |`mdatp --edr --early-preview [true/false]` | +|EDR |Turn on/off EDR preview for Mac |`mdatp --edr --early-preview [true/false]` OR `mdatp --edr --earlyPreview [true/false]` for versions earlier than 100.78.0 | |EDR |Add group tag to machine. EDR tags are used for managing machine groups. For more information, please visit https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/machine-groups |`mdatp --edr --set-tag GROUP [name]` | |EDR |Remove group tag from machine |`mdatp --edr --remove-tag [name]` |