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



