Skip to content

Commit

Permalink
Merge pull request #163 from MinoruHattori/patch-1
Browse files Browse the repository at this point in the history
Update live-response.md
  • Loading branch information
denisebmsft authored Jan 17, 2025
2 parents 4f87fc9 + 23179e4 commit d5064db
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions defender-endpoint/live-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ The dashboard also gives you access to:
> [!NOTE]
> Live response actions initiated from the Device page are not available in the machineactions API.
1. Sign in to Microsoft Defender portal.
1. Sign in to [Microsoft Defender portal](https://security.microsoft.com).

2. Navigate to **Endpoints > Device inventory** and select a device to investigate. The devices page opens.
2. Navigate to **Endpoints** > **Device inventory** and select a device to investigate. The devices page opens.

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.

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

#### To upload a file in the library

1. Click **Upload file to library**.
> [!NOTE]
> There are restrictions on the characters that can be uploaded to the library. Use alphanumeric characters and some symbols (specifically, `-`, `_`, or `.`).
1. Select **Upload file to library**.

2. Click **Browse** and select the file.
2. Select **Browse** and select the file.

3. Provide a brief description.

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

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.

6. Click **Confirm**.
6. Select **Confirm**.

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

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

> [!WARNING]
> 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.
> 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.
## Run a script

Expand Down

0 comments on commit d5064db

Please sign in to comment.