Skip to content

Commit a3af19b

Browse files
(AzureCXP) fixes MicrosoftDocs/defender-endpoint-pr#484924
Changed the word in lines 96, 100, 105 From getfile To get
1 parent b380864 commit a3af19b

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)