Note on per-app ring for MDATP for Mac

This commit is contained in:
Tudor Dobrila 2020-03-23 16:10:41 -07:00
parent 5519295dcf
commit b8415aa62e

View File

@ -61,6 +61,13 @@ The `Production` channel contains the most stable version of the product.
| **Data type** | String | | **Data type** | String |
| **Possible values** | InsiderFast <br/> External <br/> Production | | **Possible values** | InsiderFast <br/> External <br/> 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 ### Set update check frequency
Change how often MAU searches for updates. Change how often MAU searches for updates.