xProgress

0.0.11

xProgress module provides functions to enable progress display in Powershell functions, modules, and scripts where progress intervals are used to write progress for intervals other than every record (for performance reasons as Write-Progress is expensive to performance) and to automatically provide counter and timer functionality for percentage complete and seconds re
xProgress module provides functions to enable progress display in Powershell functions, modules, and scripts where progress intervals are used to write progress for intervals other than every record (for performance reasons as Write-Progress is expensive to performance) and to automatically provide counter and timer functionality for percentage complete and seconds remaining calculations.
Show more

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name xProgress

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

Install-PSResource -Name xProgress

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

2022

Package Details

Author(s)

  • Mike Campbell (thatexactmike)

Tags

Progress Write-Progress

Functions

New-xProgress Write-xProgress Complete-xProgress Get-xProgress Set-xProgress

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.0.11 (current version) 36 10/11/2023
0.0.10 7 10/11/2023
0.0.9 33 4/25/2023
0.0.8 51 12/6/2022
0.0.7 17 11/4/2022
0.0.6 11 11/4/2022
0.0.5 11 11/4/2022
0.0.4 12 11/3/2022
0.0.3 11 11/3/2022
0.0.2 14 10/29/2022
0.0.1 11 10/29/2022
Show more