Windows Server 2016 & Microsoft Exchange 2016 Troubleshooting and Server Maintenance Tips

Log into the server using Administrator

Look for Windows Update

[PS] C:\Windows\system32>Get-MailboxDatabaseCopyStatus *

[PS] C:\Windows\system32>Test-ReplicationHealth

Microsoft Exchange Notification Broker

Disable Download Maps and cloudinit process since these are not important


You can run below command to check the status of database in DAG:
(Get-DatabaseAvailabilityGroup) | ForEach {$_.Servers | ForEach {Get-MailboxDatabaseCopyStatus -Server $_}}You can run below command to check the status of database in DAG:
(Get-DatabaseAvailabilityGroup) | ForEach {$_.Servers | ForEach {Get-MailboxDatabaseCopyStatus -Server $_}}


Leave a comment