in

Microsoft Experts

Memoirs of a goldfish

Browse by Tags

  • Find your 10 top largest mailboxes with Powershell

    Heres a quick powershell script to find your ten biggest mailboxes via powershell : Get-MailboxStatistics -server SERVERNAME |sort-object -Property totalitemsize -des |select-object Displayname, ItemCount, totalItemSize -first 10 Just replace SERVERNAME with your server, and away you go.
    Posted to Mark Rhodes (Weblog) by Mark Rhodes on 09-12-2008
Page 1 of 1 (1 items)