mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
added note on limitations of getfile
This commit is contained in:
@ -95,6 +95,15 @@ getfile c:\Users\user\Desktop\work.txt
|
|||||||
getfile c:\Users\user\Desktop\work.txt -auto
|
getfile c:\Users\user\Desktop\work.txt -auto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
>[!NOTE]
|
||||||
|
>
|
||||||
|
> The following file types are **not** supported:
|
||||||
|
>
|
||||||
|
> 1. [Reparse point files](/windows/desktop/fileio/reparse-points/)
|
||||||
|
> 1. [Sparse files](/windows/desktop/fileio/sparse-files/)
|
||||||
|
> 1. Empty files
|
||||||
|
> 1. Virtual files, or files that are not fully present locally
|
||||||
|
|
||||||
## processes
|
## processes
|
||||||
```
|
```
|
||||||
# Show all processes
|
# Show all processes
|
||||||
|
Reference in New Issue
Block a user