From b8415aa62ecc61369702eaf13062eb2f98e11a10 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Mon, 23 Mar 2020 16:10:41 -0700 Subject: [PATCH] Note on per-app ring for MDATP for Mac --- .../microsoft-defender-atp/mac-updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/mac-updates.md b/windows/security/threat-protection/microsoft-defender-atp/mac-updates.md index 7770111d6d..eaa963fa6d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/mac-updates.md +++ b/windows/security/threat-protection/microsoft-defender-atp/mac-updates.md @@ -61,6 +61,13 @@ The `Production` channel contains the most stable version of the product. | **Data type** | String | | **Possible values** | InsiderFast
External
Production | +>[!WARNING] +>This setting changes the channel for all applications that are updated through Microsoft AutoUpdate. To change the channel only for Microsoft Defender ATP for Mac, execute the following command after replacing `[channel-name]` with the desired channel: +> ```bash +> $ defaults write com.microsoft.autoupdate2 Applications -dict-add "/Applications/Microsoft Defender ATP.app" " { 'Application ID' = 'WDAV00' ; 'App Domain' = 'com.microsoft.wdav' ; LCID = 1033 ; ChannelName = '[channel-name]' ; }" +> ``` + + ### Set update check frequency Change how often MAU searches for updates.