HistoryPx
1.0.0.7
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
Installation Options
Owners
Copyright
Copyright 2014 Kirk Munro
Package Details
Author(s)
- Kirk Munro
Tags
history Clear-History Get-History Out-Default
Cmdlets
Functions
Get-CaptureOutputConfiguration Get-ExtendedHistoryConfiguration Get-History Set-CaptureOutputConfiguration Set-ExtendedHistoryConfiguration
Dependencies
This module has no 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
- Content\Deployment\Module References\HistoryPx\format.ps1xml
- Content\Deployment\Module References\HistoryPx\HistoryPx.dll
- Content\Deployment\Module References\HistoryPx\HistoryPx.psd1
- Content\Deployment\Module References\HistoryPx\HistoryPx.psm1
- Content\Deployment\Module References\HistoryPx\LICENSE
- Content\Deployment\Module References\HistoryPx\NOTICE
- Content\Deployment\Module References\HistoryPx\types.ps1xml
- Content\Deployment\Module References\HistoryPx\functions\Get-CaptureOutputConfiguration.ps1
- Content\Deployment\Module References\HistoryPx\functions\Get-ExtendedHistoryConfiguration.ps1
- Content\Deployment\Module References\HistoryPx\functions\Get-History.ps1
- Content\Deployment\Module References\HistoryPx\functions\Set-CaptureOutputConfiguration.ps1
- Content\Deployment\Module References\HistoryPx\functions\Set-ExtendedHistoryConfiguration.ps1
- Content\Deployment\Module References\HistoryPx\helpers\Add-ExtendedHistoryInformation.ps1
- Content\Deployment\Module References\HistoryPx\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 | 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 (current version) | 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 |