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