windows/get-*: add PowerShell-only notice (#7402)
This commit is contained in:

committed by
GitHub

parent
6a48a5a31a
commit
19302554fb
@@ -1,6 +1,7 @@
|
|||||||
# Get-ChildItem
|
# Get-ChildItem
|
||||||
|
|
||||||
> List items in a directory.
|
> List items in a directory.
|
||||||
|
> This command can only be used through PowerShell.
|
||||||
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem>.
|
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem>.
|
||||||
|
|
||||||
- List all non-hidden items in the current directory:
|
- List all non-hidden items in the current directory:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# Get-Content
|
# Get-Content
|
||||||
|
|
||||||
> Get the content of the item at the specified location.
|
> Get the content of the item at the specified location.
|
||||||
|
> This command can only be used through PowerShell.
|
||||||
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.management/get-content>.
|
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.management/get-content>.
|
||||||
|
|
||||||
- Display the content of a file:
|
- Display the content of a file:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# Get-FileHash
|
# Get-FileHash
|
||||||
|
|
||||||
> Calculate a hash for a file.
|
> Calculate a hash for a file.
|
||||||
|
> This command can only be used through PowerShell.
|
||||||
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>.
|
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>.
|
||||||
|
|
||||||
- Calculate a hash for a specified file using the SHA256 algorithm:
|
- Calculate a hash for a specified file using the SHA256 algorithm:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# Get-History
|
# Get-History
|
||||||
|
|
||||||
> Display PowerShell command history.
|
> Display PowerShell command history.
|
||||||
|
> This command can only be used through PowerShell.
|
||||||
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.core/get-history>.
|
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.core/get-history>.
|
||||||
|
|
||||||
- Display the commands history list with ID:
|
- Display the commands history list with ID:
|
||||||
|
Reference in New Issue
Block a user