Skip to content

Commit 5691276

Browse files
acro fix
1 parent 8d65e40 commit 5691276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/live-response-command-examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ getfile c:\Users\user\Desktop\work.txt -auto
107107

108108
> [!NOTE]
109109
>
110-
> The following file types *cannot* be downloaded using this command from within Live Response:
110+
> The following file types *can't* be downloaded using this command from within Live Response:
111111
>
112112
> - [Reparse point files](/windows-hardware/drivers/ifs/reparse-points)
113113
> - [Sparse files](/windows-server/administration/windows-commands/fsutil-sparse)
114114
> - Empty files
115-
> - Virtual files, or files that are not fully present locally
115+
> - Virtual files, or files that aren't fully present locally
116116
>
117117
> These file types *are* supported by [PowerShell](/powershell/scripting/overview).
118118
>
@@ -200,7 +200,7 @@ remediate list
200200
```
201201

202202
> [!NOTE]
203-
> Currently, `HKEY_USERS` reg hive is not supported for `remediate`. This is a known issue, and we're looking into it.
203+
> Currently, `HKEY_USERS` reg hive isn't supported for `remediate`. This is a known issue, and we're looking into it.
204204
205205
## `run`
206206

@@ -219,7 +219,7 @@ run get-process-by-name.ps1 -parameters "-processName Registry"
219219
> For long running commands such as '**run**' or '**getfile**', you may want to use the '**&**' symbol at the end of the command to perform that action in the background.
220220
> This will allow you to continue investigating the machine and return to the background command when done using '**fg**' [basic command](live-response.md#basic-commands).
221221
>
222-
> When passing parameters to a live response script, do not include the following forbidden characters: **';'**, **'&'**, **'|'**, **'!'**, and **'$'**.
222+
> When passing parameters to a live response script, don't include the following forbidden characters: **';'**, **'&'**, **'|'**, **'!'**, and **'$'**.
223223
224224
## `scheduledtask`
225225

0 commit comments

Comments
 (0)