This PowerShell script queries the defined Exchange 2007 server and emails in HTML format the top 25 biggest mailboxes to the defined receipents. Simply create a scheduled task and you can have a automated weekly report: # Name: top25.ps1 # Purpose: Report on the 25 largest mailboxes on an Exchange server and email this report [...]