
get-history
List of commands for get-history:
-
get-history:tldr:2abbe get-history: Display the last N commands.$ Get-History -Count ${10}try on your machineexplain this command
-
get-history:tldr:3c899 get-history: Get PowerShell history item by ID.$ Get-History -Id ${id}try on your machineexplain this command
-
get-history:tldr:b2601 get-history: Display the commands history list with ID.$ Get-Historytry on your machineexplain this command