Exchange 2013 Troubleshooting
Will display all the commands Test
Test-ServiceHealth to Verify Required Services
Test-MAPIConnectivity to Test Mailbox Databases
Test-ReplicationHealth to Test DAG Members
Test-Mailflow to Verify Mail Delivery
Test-Mailflow -AutoDiscoverTargetMailboxServer | ConvertTo-Csv > “C:\yshvili\mailflow.csv”
Test-Mailflow -TargetEmailAddress [email protected]
Test-OutlookWebServices – Verify Web Services Functionality
Test-MRSHealth – Verify the Mailbox Replication Service
Test-ActiveSyncConnectivity- Verify Exchange ActiveSync
Test-ServiceHealth | ft role,req*,servicesnotrunning
Test-PowerShellConnectivity – Verify PowerShell Remoting
Analyse ServerComponents
Get-ServerComponentState $env:computername
:-):-)