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

Get-Mailbox Progress Bar

$
0
0

Good Evening,

I am using Powershell Studio and I have a progress bar control on my form, I use the following command to get all of our mailboxes in our Office 365 tenant:

Get-Mailbox -Resultsize Unlimited

The trouble is, this command takes a while to run, how can I use the progress bar control to measure the time it takes this command to run?

Thanks for any help.

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles