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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,21 +95,21 @@ The Defender deployment tool enforces the following set of prerequisites checks,
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":::
97
97
98
-
The following table provides examples of commands for useful scenarios.
99
-
100
-
|**Scenario**|**Command**|
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)*|
98
+
The following table provides examples of commands for useful scenarios.
99
+
100
+
|**Scenario**|**Command**|
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)*|
113
113
114
114
## Verify deployment status
115
115
@@ -204,11 +204,11 @@ Defender for Endpoint on Linux can be deployed from one of the following channel
204
204
- insiders-slow
205
205
- prod (production)
206
206
207
-
Each of these channels corresponds to a Linux software repository. The channel determines the type and frequency of updates that are offered to your device. Devices ininsiders-fastare the first to receive updates and new features, followed later byinsiders-slowand lastly byprod.
207
+
Each of these channels corresponds to a Linux software repository. The channel determines the type and frequency of updates that are offered to your device. Devices ininsiders-fastare the first to receive updates and new features, followed later byinsiders-slowand lastly byprod.
208
208
209
209
By default, the deployment tool configures your device to use the prod channel. You can use the configuration options described in this document to deploy from a different channel.
210
210
211
-
To preview new features and provide early feedback, it's recommended that you configure some devices in your enterprise to use eitherinsiders-fast or insiders-slow. If you've already deployed Defender forEndpoint on Linux from a channel and want to switch to a different channel (from prod to insiders-fast, for example), you must first remove the current channel, then delete the current channel repo, and then finally install Defender from the new channel, as illustratedin the following example, where the channel is changed from insiders-fast to prod:
211
+
To preview new features and provide early feedback, it's recommended that you configure some devices in your enterprise to use eitherinsiders-fast or insiders-slow. If you've already deployed Defender forEndpoint on Linux from a channel and want to switch to a different channel (from prod to insiders-fast, for example), you must first remove the current channel, then delete the current channel repo, and then finally install Defender from the new channel, as illustratedin the following example, where the channel is changed from insiders-fast to prod:
212
212
213
213
1. Remove the insiders-fast channel version of Defender for Endpoint on Linux..
0 commit comments