We have Exchange 2007 running on Windows Server 2008 R2 SP1.
We have implemented CCR within Exchange 2007.
How do I find out which Exchange node is running Active or Passive mode?
Thank you
Dan
Technology Tips and News
We have Exchange 2007 running on Windows Server 2008 R2 SP1.
We have implemented CCR within Exchange 2007.
How do I find out which Exchange node is running Active or Passive mode?
Thank you
Dan
A number of ways. You can look in cluster manager
or from a command line:
"cluster group"
The online server is the active node
In Powershell:
Get-ClusterGroup
will show the cluster owner.