Skip to content

Commit d5064db

Browse files
authored
Merge pull request #163 from MinoruHattori/patch-1
Update live-response.md
2 parents 4f87fc9 + 23179e4 commit d5064db

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

defender-endpoint/live-response.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ The dashboard also gives you access to:
124124
> [!NOTE]
125125
> Live response actions initiated from the Device page are not available in the machineactions API.
126126
127-
1. Sign in to Microsoft Defender portal.
127+
1. Sign in to [Microsoft Defender portal](https://security.microsoft.com).
128128

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.
130130

131131
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.
132132

@@ -235,17 +235,20 @@ You can have a collection of PowerShell and Bash scripts that can run on devices
235235

236236
#### To upload a file in the library
237237

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**.
239242

240-
2. Click **Browse** and select the file.
243+
2. Select **Browse** and select the file.
241244

242245
3. Provide a brief description.
243246

244247
4. Specify if you'd like to overwrite a file with the same name.
245248

246249
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.
247250

248-
6. Click **Confirm**.
251+
6. Select **Confirm**.
249252

250253
7. (Optional) To verify that the file was uploaded to the library, run the `library` command.
251254

@@ -254,7 +257,7 @@ You can have a collection of PowerShell and Bash scripts that can run on devices
254257
Anytime during a session, you can cancel a command by pressing CTRL + C.
255258

256259
> [!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.
258261
259262
## Run a script
260263

0 commit comments

Comments
 (0)