You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-with-defender-deployment-tool.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,19 +67,19 @@ The Defender deployment tool enforces the following set of prerequisites checks,
67
67
68
68
```console
69
69
Archive: WindowsDefenderATPOnboardingPackage.zip
70
-
inflating: defender-deployment-tool.sh
70
+
inflating: defender_deployment_tool.sh
71
71
```
72
72
73
73
1. Grant executable permissions to the script.
74
74
75
75
```bash
76
-
chmod +x defender-deployment-tool.sh
76
+
chmod +x defender_deployment_tool.sh
77
77
```
78
78
79
79
1. Run the script using the following command to install and onboard Microsoft Defender for Endpoint on your endpoint.
80
80
81
81
```bash
82
-
sudo bash defender-deployment-tool.sh
82
+
sudo bash defender_deployment_tool.sh
83
83
```
84
84
85
85
This command installs the latest agent version from the production channel and onboards the device to Defender portal. It might take 5-20 minutes for the device to show up in the [Device Inventory](https://security.microsoft.com/machines?category=all-devices).
@@ -90,7 +90,7 @@ The Defender deployment tool enforces the following set of prerequisites checks,
90
90
1. You can further customize deployment by passing parameters to the tool based on your requirements. Use the option `--help` to see all the available options:
91
91
92
92
```bash
93
-
./defender-deployment-tool.sh --help
93
+
./defender_deployment_tool.sh --help
94
94
```
95
95
96
96
:::image type="content" source="./media/linux-install-with-defender-deployment-tool/deployment-tool-help.png" alt-text="Screenshot showing the help command output." lightbox="./media/linux-install-with-defender-deployment-tool/deployment-tool-help.png":::
@@ -99,17 +99,17 @@ The following table provides examples of commands for useful scenarios.
99
99
100
100
|**Scenario**|**Command**|
101
101
|:-------------|:------------|
102
-
| Check for unmet non-blocking prerequisites |`sudo ./defender-deployment-tool.sh --pre-req-non-blocking`|
103
-
| Run the connectivity test |`sudo ./defender-deployment-tool.sh --connectivity-test`|
104
-
| Deploy to a custom location |`sudo ./defender-deployment-tool.sh --install-path /usr/microsoft/`|
105
-
| Deploy from the insider-slow channel |`sudo ./defender-deployment-tool.sh --channel insiders-slow`|
106
-
| Deploy using a proxy |`sudo ./defender-deployment-tool.sh --http-proxy <http://username:password@proxy_host:proxy_port>`|
107
-
| Deploy a specific agent version |`sudo ./defender-deployment-tool.sh --mdatp 101.25042.0003 --channel prod`|
108
-
| Upgrade to a specific agent version |`sudo ./defender-deployment-tool.sh --upgrade --mdatp 101.24082.0004`|
109
-
| Downgrade to a specific agent version |`sudo ./defender-deployment-tool.sh --downgrade --mdatp 101.24082.0004`|
| Only onboard if Defender is already installed |`sudo ./defender-deployment-tool.sh --only-onboard`|
112
-
| Offboard Defender |`sudo ./defender-deployment-tool.sh --offboard MicrosoftDefenderATPOffboardingLinuxServer.py`<br>*(Note: The latest offboarding file can be downloaded from the Microsoft Defender portal)*|
102
+
| Check for unmet non-blocking prerequisites |`sudo ./defender_deployment_tool.sh --pre-req-non-blocking`|
103
+
| Run the connectivity test |`sudo ./defender_deployment_tool.sh --connectivity-test`|
104
+
| Deploy to a custom location |`sudo ./defender_deployment_tool.sh --install-path /usr/microsoft/`|
105
+
| Deploy from the insider-slow channel |`sudo ./defender_deployment_tool.sh --channel insiders-slow`|
106
+
| Deploy using a proxy |`sudo ./defender_deployment_tool.sh --http-proxy <http://username:password@proxy_host:proxy_port>`|
107
+
| Deploy a specific agent version |`sudo ./defender_deployment_tool.sh --mdatp 101.25042.0003 --channel prod`|
108
+
| Upgrade to a specific agent version |`sudo ./defender_deployment_tool.sh --upgrade --mdatp 101.24082.0004`|
109
+
| Downgrade to a specific agent version |`sudo ./defender_deployment_tool.sh --downgrade --mdatp 101.24082.0004`|
| Only onboard if Defender is already installed |`sudo ./defender_deployment_tool.sh --only-onboard`|
112
+
| Offboard Defender |`sudo ./defender_deployment_tool.sh --offboard MicrosoftDefenderATPOffboardingLinuxServer.py`<br>*(Note: The latest offboarding file can be downloaded from the Microsoft Defender portal)*|
113
113
114
114
## Verify deployment status
115
115
@@ -173,7 +173,7 @@ The following table provides examples of commands for useful scenarios.
173
173
If you're experiencing any connectivity issues, run this command to perform a connectivity test:
This test might take some time to run as it performs checks for every URL needed by mdatp and find any issues if present. If the issue persists, refer to the troubleshooting guide.
@@ -213,19 +213,19 @@ To preview new features and provide early feedback, it's recommended that you co
213
213
1. Remove the insiders-fast channel version of Defender for Endpoint on Linux..
- Support phase: **Security and Critical Updates**
84
+
85
+
#### What's new
86
+
87
+
-**Fixed Network Inspection Service stability issue**: The service now correctly restarts when memory usage exceeds the threshold, which prevents the service from getting stuck in a faulty or pending state.
88
+
-**Reduced startup delay for Antimalware Service**: Improved Defender service startup time by removing its dependency on Core Service startup. This change improves overall system startup performance.
89
+
-**Fixed crash in Defender settings on x86 devices**: Corrected an issue that caused the system to crash when applying Defender configuration settings on 32-bit machines.
90
+
-**Fixed Defender startup issue**: The platform no longer crashes when processing invalid Attack Surface Reduction rule exclusions.
91
+
-**Reduced system resource usage**: Defender no longer generates excessive Data Loss Prevention (DLP) logs that caused high disk activity, improving overall performance and stability.
0 commit comments