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/live-response.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ The dashboard also gives you access to:
124
124
> [!NOTE]
125
125
> Live response actions initiated from the Device page are not available in the machineactions API.
126
126
127
-
1. Sign in to Microsoft Defender portal.
127
+
1. Sign in to [Microsoft Defender portal](https://security.microsoft.com).
128
128
129
-
2. Navigate to **Endpoints > Device inventory** and select a device to investigate. The devices page opens.
129
+
2. Navigate to **Endpoints** > **Device inventory** and select a device to investigate. The devices page opens.
130
130
131
131
3. Launch the live response session by selecting **Initiate live response session**. A command console is displayed. Wait while the session connects to the device.
132
132
@@ -235,17 +235,20 @@ You can have a collection of PowerShell and Bash scripts that can run on devices
235
235
236
236
#### To upload a file in the library
237
237
238
-
1. Click **Upload file to library**.
238
+
> [!NOTE]
239
+
> There are restrictions on the characters that can be uploaded to the library. Use alphanumeric characters and some symbols (specifically, `-`, `_`, or `.`).
240
+
241
+
1. Select **Upload file to library**.
239
242
240
-
2.Click**Browse** and select the file.
243
+
2.Select**Browse** and select the file.
241
244
242
245
3. Provide a brief description.
243
246
244
247
4. Specify if you'd like to overwrite a file with the same name.
245
248
246
249
5. If you'd like to be, know what parameters are needed for the script, select the script parameters check box. In the text field, enter an example and a description.
247
250
248
-
6.Click**Confirm**.
251
+
6.Select**Confirm**.
249
252
250
253
7. (Optional) To verify that the file was uploaded to the library, run the `library` command.
251
254
@@ -254,7 +257,7 @@ You can have a collection of PowerShell and Bash scripts that can run on devices
254
257
Anytime during a session, you can cancel a command by pressing CTRL + C.
255
258
256
259
> [!WARNING]
257
-
> Using this shortcut will not stop the command in the agent side. It will only cancel the command in the portal. So, changing operations such as "remediate" may continue, while the command is canceled.
260
+
> Using this shortcut doesn't stop the command in the agent side. It only cancels the command in the Microsoft Defender portal. So, changing operations such as "remediate" may continue, even if the command is canceled.
0 commit comments