Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Write-Progress Help

$
0
0

Put a line like this just before each of your 5 steps, but use 99 for the percent at the last item:

Write-Progress -Activity “Processing Catch Actions” -CurrentOperation “What I’m Doing Now” -PercentComplete 20

Put a line like this at the end of the catch block:

Write-Progress -Activity “Processing Catch Actions” -Completed

Viewing all articles
Browse latest Browse all 13067

Trending Articles