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: , , , ,

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.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>