mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
.
This commit is contained in:
@ -25,6 +25,7 @@ This topic describes how to install, configure, update, and use Microsoft Defend
|
|||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> Running other third-party endpoint protection products alongside Microsoft Defender ATP for Linux is likely to lead to performance problems and unpredictable side effects.
|
> Running other third-party endpoint protection products alongside Microsoft Defender ATP for Linux is likely to lead to performance problems and unpredictable side effects.
|
||||||
|
|
||||||
|
|
||||||
## How to install Microsoft Defender ATP for Linux
|
## How to install Microsoft Defender ATP for Linux
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
@ -33,6 +34,15 @@ This topic describes how to install, configure, update, and use Microsoft Defend
|
|||||||
- Beginner-level experience in Linux and BASH scripting
|
- Beginner-level experience in Linux and BASH scripting
|
||||||
- Administrative privileges on the device (in case of manual deployment)
|
- Administrative privileges on the device (in case of manual deployment)
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
|
||||||
|
- Logged on users do not appear in the ATP portal
|
||||||
|
- In SUSE distributions, if installation of *libatomic1* fails, validate that your OS is registered:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo SUSEConnect --status-text
|
||||||
|
```
|
||||||
|
|
||||||
### Installation instructions
|
### Installation instructions
|
||||||
|
|
||||||
There are several methods and deployment tools that you can use to install and configure Microsoft Defender ATP for Linux.
|
There are several methods and deployment tools that you can use to install and configure Microsoft Defender ATP for Linux.
|
||||||
@ -109,15 +119,6 @@ Microsoft regularly publishes software updates to improve performance, security,
|
|||||||
|
|
||||||
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md).
|
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md).
|
||||||
|
|
||||||
## Known Issues
|
|
||||||
|
|
||||||
- Logged on users do not appear in the ATP portal
|
|
||||||
- In SUSE distributions, if installation of *libatomic1* fails, validate that your OS is registered:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ sudo SUSEConnect --status-text
|
|
||||||
```
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.
|
- For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.
|
||||||
|
Reference in New Issue
Block a user