Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

progress bar/ group of aliases

$
0
0

I wrote a script that imports a list of user alias' s, each alias then runs through the pipe and begins a new mailbox move to a specific server and database. What I want is a script that queries just the aliases on the csv file that are being moved and gives a progress bar with a percent complete as a whole. This would allow me to give updates to the higher ups of a percentage of users that have completed. I have made a progress bar for a single user but not a group of users and percentage of completed. I need powershell to auto count each user that comes across the pipe then divide that number by each one that completes. Any ideas ?


Viewing all articles
Browse latest Browse all 6937

Trending Articles