You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Virtual files, or files that are not fully present locally
115
+
> - Virtual files, or files that aren't fully present locally
116
116
>
117
117
> These file types *are* supported by [PowerShell](/powershell/scripting/overview).
118
118
>
@@ -200,7 +200,7 @@ remediate list
200
200
```
201
201
202
202
> [!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.
204
204
205
205
## `run`
206
206
@@ -219,7 +219,7 @@ run get-process-by-name.ps1 -parameters "-processName Registry"
219
219
> 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.
220
220
> 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).
221
221
>
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 **'$'**.
0 commit comments