TsooRaD

Madness from the other side

  •  

    June 2012
    M T W T F S S
    « Jan    
     123
    45678910
    11121314151617
    18192021222324
    252627282930  
  • Top Posts

    • None

Archive for the ‘Exch’ Category

General Exchange

list email users (E2k7)

Posted by tsoorad on January 30, 2008

<disclaimer – this is not my work – I horked it from somewhere, I am just sharing it>

Do you have a lot of users? Do you wish you could list them by size, name, number of items?

Get-MailboxStatistics | sort-object -descending totalItemSize | select -first 5 | ft DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label=”Mailbox Size(MB)”}, itemcount, lastlogontime

Change the “select -first 5″ to whatever number you like.

Posted in e2k7, Exch | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.