HistoryPx

1.0.0.4

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 contains the output from the last command, even if the last command did not generate any output.  Lastly, HistoryPx includes commands to manage the memory footprint that is used by extended history information.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HistoryPx -RequiredVersion 1.0.0.4

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HistoryPx -Version 1.0.0.4

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2014 Kirk Munro

Package Details

Author(s)

  • Kirk Munro

Tags

history Clear-History Get-History Out-Default

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

Version History

Version Downloads Last updated
1.0.6.15 6,534 4/4/2016
1.0.5.14 30 3/31/2016
1.0.4.13 129 1/23/2016
1.0.3.12 40 1/7/2016
1.0.1.10 229 4/24/2015
1.0.1.9 29 4/23/2015
1.0.0.8 110 12/10/2014
1.0.0.7 33 11/26/2014
1.0.0.6 26 11/17/2014
1.0.0.5 25 11/17/2014
1.0.0.4 (current version) 27 11/8/2014
1.0.0.3 30 11/3/2014
1.0.0.2 28 10/30/2014
1.0.0.1 32 10/30/2014
Show less