Add top-level progress information to Invoke-Command calls
Votes from Connect: 14
Original Date Submitted: 8/11/2010 2:47:58 AM
Description:
Contact Information
Handle: Kirk Munro (Quest Software)
Site Name: PowerShell
Feedback ID: 585227
Frequency: Always Happens
Regression: No, this is new to the most recent version
Problem Description:
Invoke-Command should handle top-level progress reporting (for example: throttling 5 active operations, 9 complete, 123 machines/sessons to go) and have nested progress bars for individual machines that originate from remote machines so that Write-Progress calls from inside the script block continue to work as expected.
Product Studio item created by Connect Synchronizer due to creation of feedback ID 585227 (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=585227).
Repro Steps:
Call Invoke-Command with 1000 computer names and try to monitor the progress. You can't.
Expected Results:
You should be able to see the progress for a remote command that you are running against many machines.
Internal BugId: 2653
