Useful Powershell commands for Exchange
Here’s a few useful commands I regularly use in Powershell for Exchange management.
How can I list all users mailboxes on a given server?
Get-Mailbox –servername SERVER1
How can I list a users mailbox size?
Get-MailboxStatistics –identity “Wayne Small – SBSfaq.com” | select TotalItemSize
How can I list all users mailbox size on a given server?
This is a little more tricky – here’s a site that I grabbed a script from which did it very nicely.
Tags: Exchange 2007, Exchange 2010, Exchange Server, Powershell, Powershell Tips
This entry was posted on Monday, May 7th, 2012 at 10:00 pm and is filed under Blog. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.