Skip to content

Commit

Permalink
Clarify character restrictions and command cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
denisebmsft authored Jan 16, 2025
1 parent 3c1be7c commit 0b29ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defender-endpoint/live-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ You can have a collection of PowerShell scripts that can run on devices that you
#### To upload a file in the library

> [!NOTE]
> There are restrictions on the characters that can be uploaded to the library. Use alphanumeric characters and some symbols(`-`, `_`, or `.`).
> 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**.

Expand All @@ -257,7 +257,7 @@ You can have a collection of PowerShell scripts that can run on devices that you
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 only cancels 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 0b29ac6

Please sign in to comment.