Thursday, January 2, 2014

How to find Exchange Server 2013 Database File Size


How to find Exchange Server 2013 Database File Size

The below powershell command provide easier way to find each database .edb file size located in the server and also it provides additional information regarding the backup and onlinemaintenance status of the exchange 2013 database file

Get-MailboxDatabase -Status | Sort-Object DatabaseSize -Descending | ft Name, DatabaseSize, AvailableNewMailboxSpace, Mounted, BackupInProgress, OnlineMaintenanceInProgress



No comments:

Post a Comment

The blog is written to the share the knowledge mainly on Microsoft Exchange Server and other Microsoft product that experienced on day-to-day life.