get-history: add page (#7126)
This commit is contained in:
16
pages/windows/get-history.md
Normal file
16
pages/windows/get-history.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Get-History
|
||||
|
||||
> Display PowerShell command history.
|
||||
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.core/get-history>.
|
||||
|
||||
- Display the commands history list with ID:
|
||||
|
||||
`Get-History`
|
||||
|
||||
- Get PowerShell history item by ID:
|
||||
|
||||
`Get-History -Id {{id}}`
|
||||
|
||||
- Display the last N commands:
|
||||
|
||||
`Get-History -Count {{count}}`
|
Reference in New Issue
Block a user