Write-ProgressEx

0.20

Write-ProgressEx extends the functionality of the standard cmdlet. Write-ProgressEx is a powershell native cmdlet that provide a simple way to show ProgressBars, PercentComplete and SecondsRemaining.

Minimum PowerShell version

3.0

Installation Options

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

Install-Module -Name Write-ProgressEx -RequiredVersion 0.20

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

Install-PSResource -Name Write-ProgressEx -Version 0.20

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 (c) 2017 Sergey Mazurkin, licensed under MIT License.

Package Details

Author(s)

  • Sergey Mazurkin <mazzy@mazzy.ru>

Tags

Progress ProgressBar Write-Progress

Cmdlets

Write-ProgressEx Get-ProgressEx Set-ProgressEx

Functions

Write-ProgressEx Get-ProgressEx Set-ProgressEx

Dependencies

This module has no dependencies.

Release Notes

## v0.20

* [System.Diagnostics.Stopwatch]$Stopwatch replaced on [DateTime]$StartDateTime and [TimeSpan]$Elapsed
* parameters added: paShowProgressBar, StartDateTime, ProgressDateTime, Elapsed, UpdateDateTime, UpdateInterval
* parameter removed: NoProgressBar
* fixed due changed parameters: cmdlets Get-ProgressEx, Set-ProgressEx, Write-ProgressEx cmdlets, examples and messages
* reamde and comments updated

FileList

Version History

Version Downloads Last updated
0.22 25,171 4/26/2020
0.21 5,095 4/7/2019
0.20 (current version) 317 5/13/2018
0.19 35 5/6/2018
0.18 20 5/5/2018
0.17 110 11/6/2017
0.16 32 10/27/2017
0.15 28 10/22/2017
Show more