Skip to content

Commit 05bcc6c

Browse files
authored
Merge pull request #4885 from RNareddy-MSFT/patch-2
(AzureCXP) fixes MicrosoftDocs/defender-docs-pr#484924
2 parents 3865d60 + a3af19b commit 05bcc6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ fileinfo C:\Windows\notepad.exe
9393
findfile test.txt
9494
```
9595

96-
## `getfile`
96+
## `get`
9797

9898
```console
9999
# Download a file from a machine
100-
getfile c:\Users\user\Desktop\work.txt
100+
get c:\Users\user\Desktop\work.txt
101101
```
102102

103103
```console
104104
# Download a file from a machine, automatically run prerequisite commands
105-
getfile c:\Users\user\Desktop\work.txt -auto
105+
get c:\Users\user\Desktop\work.txt -auto
106106
```
107107

108108
> [!NOTE]

0 commit comments

Comments
 (0)