Tuesday, February 5, 2013

Exchange 2010 view database info powershell commands

Get some info on database in particular size of it:
Get-MailboxDatabase -status | select Servername,name,databasesize

Get whole bunch of info for particular database
Get-MailboxDatabase -identity | fl

No comments:

Post a Comment