get-history: add page (#7126)

This commit is contained in:
NoPreserveRoot
2021-10-23 22:25:21 -04:00
committed by GitHub
parent c99cc4e254
commit 9b4ded37e8

View 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}}`