mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
pencil edits
This commit is contained in:
@ -30,7 +30,7 @@ ms.topic: conceptual
|
|||||||
|
|
||||||
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features.
|
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features.
|
||||||
|
|
||||||
To update Defender for Endpoint for Mac, a program named Microsoft AutoUpdate (MAU) is used. By default, MAU automatically checks for updates daily, but you can change that to weekly, monthly, or manually.
|
To update Microsoft Defender for Endpoint for Mac, a program named Microsoft AutoUpdate (MAU) is used. By default, MAU automatically checks for updates daily, but you can change that to weekly, monthly, or manually.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -40,7 +40,7 @@ If you decide to deploy updates by using your software distribution tools, you s
|
|||||||
|
|
||||||
MAU includes a command-line tool, called *msupdate*, that is designed for IT administrators so that they have more precise control over when updates are applied. Instructions for how to use this tool can be found in [Update Office for Mac by using msupdate](https://docs.microsoft.com/deployoffice/mac/update-office-for-mac-using-msupdate).
|
MAU includes a command-line tool, called *msupdate*, that is designed for IT administrators so that they have more precise control over when updates are applied. Instructions for how to use this tool can be found in [Update Office for Mac by using msupdate](https://docs.microsoft.com/deployoffice/mac/update-office-for-mac-using-msupdate).
|
||||||
|
|
||||||
In MAU, the application identifier for Defender for Endpoint for Mac is *WDAV00*. To download and install the latest updates for Defender for Endpoint for Mac, execute the following command from a Terminal window:
|
In MAU, the application identifier for Microsoft Defender for Endpoint for Mac is *WDAV00*. To download and install the latest updates for Microsoft Defender for Endpoint for Mac, execute the following command from a Terminal window:
|
||||||
|
|
||||||
```
|
```
|
||||||
./msupdate --install --apps wdav00
|
./msupdate --install --apps wdav00
|
||||||
@ -67,7 +67,7 @@ The `Production` channel contains the most stable version of the product.
|
|||||||
| **Possible values** | InsiderFast <br/> External <br/> Production |
|
| **Possible values** | InsiderFast <br/> External <br/> Production |
|
||||||
|
|
||||||
>[!WARNING]
|
>[!WARNING]
|
||||||
>This setting changes the channel for all applications that are updated through Microsoft AutoUpdate. To change the channel only for Defender for Endpoint for Mac, execute the following command after replacing `[channel-name]` with the desired channel:
|
>This setting changes the channel for all applications that are updated through Microsoft AutoUpdate. To change the channel only for Microsoft Defender for Endpoint for Mac, execute the following command after replacing `[channel-name]` with the desired channel:
|
||||||
> ```bash
|
> ```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]' ; }"
|
> 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]' ; }"
|
||||||
> ```
|
> ```
|
||||||
|
Reference in New Issue
Block a user