mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Merge pull request #4721 from MicrosoftDocs/master
Publish 2/9/2021 10:30 AM PT
This commit is contained in:
commit
1adfd050dd
@ -41,6 +41,7 @@ This article describes how to deploy Microsoft Defender for Endpoint for Linux m
|
|||||||
- [Application installation](#application-installation)
|
- [Application installation](#application-installation)
|
||||||
- [Download the onboarding package](#download-the-onboarding-package)
|
- [Download the onboarding package](#download-the-onboarding-package)
|
||||||
- [Client configuration](#client-configuration)
|
- [Client configuration](#client-configuration)
|
||||||
|
- [Installer script](#installer-script)
|
||||||
- [Log installation issues](#log-installation-issues)
|
- [Log installation issues](#log-installation-issues)
|
||||||
- [Operating system upgrades](#operating-system-upgrades)
|
- [Operating system upgrades](#operating-system-upgrades)
|
||||||
- [Uninstallation](#uninstallation)
|
- [Uninstallation](#uninstallation)
|
||||||
@ -343,6 +344,31 @@ Download the onboarding package from Microsoft Defender Security Center:
|
|||||||
mdatp threat list
|
mdatp threat list
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Installer script
|
||||||
|
|
||||||
|
Alternatively, you can use an automated [installer bash script](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh) provided in our [public GitHub repository](https://github.com/microsoft/mdatp-xplat/).
|
||||||
|
The script identifies the distribution and version, and sets up the device to pull the latest package and install it.
|
||||||
|
You can also onboard with a provided script.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
❯ ./mde_installer.sh --help
|
||||||
|
usage: basename ./mde_installer.sh [OPTIONS]
|
||||||
|
Options:
|
||||||
|
-c|--channel specify the channel from which you want to install. Default: insiders-fast
|
||||||
|
-i|--install install the product
|
||||||
|
-r|--remove remove the product
|
||||||
|
-u|--upgrade upgrade the existing product
|
||||||
|
-o|--onboard onboard/offboard the product with <onboarding_script>
|
||||||
|
-p|--passive-mode set EPP to passive mode
|
||||||
|
-t|--tag set a tag by declaring <name> and <value>. ex: -t GROUP Coders
|
||||||
|
-m|--min_req enforce minimum requirements
|
||||||
|
-w|--clean remove repo from package manager for a specific channel
|
||||||
|
-v|--version print out script version
|
||||||
|
-h|--help display help
|
||||||
|
```
|
||||||
|
|
||||||
|
Read more [here](https://github.com/microsoft/mdatp-xplat/tree/master/linux/installation).
|
||||||
|
|
||||||
## Log installation issues
|
## Log installation issues
|
||||||
|
|
||||||
See [Log installation issues](linux-resources.md#log-installation-issues) for more information on how to find the automatically generated log that is created by the installer when an error occurs.
|
See [Log installation issues](linux-resources.md#log-installation-issues) for more information on how to find the automatically generated log that is created by the installer when an error occurs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user