Skip to content

Commit 6ca1a99

Browse files
authored
Merge pull request #2369 from dmcwee/docs-editor/live-response-1736368750
Update live-response.md
2 parents a95a785 + b038fc5 commit 6ca1a99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/live-response.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.topic: conceptual
1515
ms.subservice: edr
1616
search.appverid: met150
17-
ms.date: 04/03/2024
17+
ms.date: 01/10/2025
1818
---
1919

2020
# Investigate entities on devices using live response
@@ -229,9 +229,9 @@ Here are some examples:
229229

230230
Live response has a library where you can put files into. The library stores files (such as scripts) that can be run in a live response session at the tenant level.
231231

232-
Live response allows PowerShell scripts to run, however you must first put the files into the library before you can run them.
232+
Live response allows PowerShell and Bash scripts to run; however, you must first put the files into the library before you can run them.
233233

234-
You can have a collection of PowerShell scripts that can run on devices that you initiate live response sessions with.
234+
You can have a collection of PowerShell and Bash scripts that can run on devices that you initiate live response sessions with.
235235

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

@@ -311,7 +311,7 @@ Live response supports table and JSON format output types. For each command, the
311311
312312
## Supported output pipes
313313

314-
Live response supports output piping to CLI and file. CLI is the default output behavior. You can pipe the output to a file using the following command: [command] > [filename].txt.
314+
Live response supports output piping to CLI and file. CLI is the default output behavior. You can pipe the output to a file using the following command: `[command] > [filename].txt`.
315315

316316
Example:
317317

0 commit comments

Comments
 (0)