PowerShell – How to view command history?
Whenever you enter commands at PowerShell command prompt, internally PowerShell maintains session history; the commands we entered during the current session. We can retrieve these commands through PowerShell cmdlets. We are going to discuss these commands through this Article. The Get-History command This command is used to display the command history information which is stored […]