HistoryPx
1.0.4.13
HistoryPx uses proxy commands to add extended history information to PowerShell. This includes the duration of a command, a flag indicating whether a command was successful or not, the output generated by a command (limited to a configurable maximum value), the error generated by a command, and the actual number of objects returned as output and as error records. His
HistoryPx uses proxy commands to add extended history information to PowerShell. This includes the duration of a command, a flag indicating whether a command was successful or not, the output generated by a command (limited to a configurable maximum value), the error generated by a command, and the actual number of objects returned as output and as error records. HistoryPx also adds a "__" variable to PowerShell that captures the last output that you may have wanted to capture, and includes commands to configure how it decides when output should be captured. Lastly, HistoryPx includes commands to manage the memory footprint that is used by extended history information.
Show more
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Copyright 2016 Kirk Munro
Package Details
Author(s)
- Kirk Munro
Tags
historyClear-HistoryGet-HistoryOut-Default
Cmdlets
Clear-History Get-History Out-Default
Functions
Get-CaptureOutputConfiguration Get-ExtendedHistoryConfiguration Set-CaptureOutputConfiguration Set-ExtendedHistoryConfiguration
Dependencies
Release Notes
This module will not automatically load by invoking a *-History command because the native *-History cmdlets are loaded first in PowerShell. To start using HistoryPx, you should explicitly import the module either at the command line or as part of your profile by invoking "Import-Module HistoryPx".
FileList
- HistoryPx.nuspec
- format.ps1xml
- HistoryPx.dll
- HistoryPx.psd1
- HistoryPx.psm1
- LICENSE
- NOTICE
- types.ps1xml
- en-us\HistoryPx.dll-Help.xml
- functions\Get-CaptureOutputConfiguration.ps1
- functions\Get-ExtendedHistoryConfiguration.ps1
- functions\Set-CaptureOutputConfiguration.ps1
- functions\Set-ExtendedHistoryConfiguration.ps1
- scripts\Export-BinaryModule.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.6.15 | 12,386 | 4/4/2016 |
1.0.5.14 | 33 | 3/31/2016 |
1.0.4.13 (current version) | 132 | 1/23/2016 |
1.0.3.12 | 43 | 1/7/2016 |
1.0.1.10 | 232 | 4/24/2015 |
1.0.1.9 | 33 | 4/23/2015 |
1.0.0.8 | 113 | 12/10/2014 |
1.0.0.7 | 36 | 11/26/2014 |
1.0.0.6 | 29 | 11/17/2014 |
1.0.0.5 | 28 | 11/17/2014 |
1.0.0.4 | 30 | 11/8/2014 |
1.0.0.3 | 33 | 11/3/2014 |
1.0.0.2 | 31 | 10/30/2014 |
1.0.0.1 | 35 | 10/30/2014 |