Wednesday 18 February 2015

Common troubleshooting and health checks for Exchange 2013

Check the service status of roles of Exchange:
Test-ServiceHealth
Check whether the current mailboxes have been mounted correctly:
Get-MailboxDatabase
Test MAPI connecivity to databases:
Test-MapiConnectivity
Check the status of replication for a Mailbox server within a DAG:
Test-ReplicationHealth
Check the current state of the mailbox database files for a specific mailbox server:
Get-MailboxDatabaseCopyStatus
 Repair a mailbox database:
New-MailboxRepairRequest
 Test the status of the edge syncronization:
Test-EdgeSynchronization
 Test the mailflow from the current mailbox server to an external email:
Test-Mailflow -TargetEmailAddress user@test.com

0 comments:

Post a Comment