Exchange PowerShell Command Line

Check the free space available in the database

Get-MailboxDatabase -Status | select Name, DatabaseSize, AvailableNewMailboxSpace

Check for the stopped Exchange Server services

Get-Service | Where-Object {$_.Name -Like ‘MSExchange*’ -and $_.Status -eq ‘Stopped’}

Check mail flow –> Get-Queue

About Damon Luong

San Jose, California
This entry was posted in Exchange, PowerShell. Bookmark the permalink.