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 ?
↧