Powershell - Get-History Cmdlet



Cmdlet

Get-History cmdlet is used to get commands run in current session.

In these example, we're see the Get-History cmdlet in action.

Example

In this example, we'll get commands run in current history.

> get-history
  Id CommandLine                                                                         
  -- -----------                                                                         
  13 clear-history                                                                       
  14 get-history                                                                         
  15 dir                                                                                 
  16 dir                                                                                 
  17 dir                                                                                 
  18 dir                                                                                 
powershell_advanced_cmdlets.htm
Advertisements