Well, this problem does not occur when you install the Mailbox role, the Client Access role, or the Hub Transport role. It's just when you add a passive node to a CMS… what happen in the background is the computer account for the passive node take full control over the CMS object in active directory.
Symptom:
The nature of the problem is visible when you go to organization configuration in the EMC and a yellow line comes up in the top and stating that a certain computer account (which is the secondly added node to the cluster-passive-) is not member of exchange view only administrator, of when you open EMS (powershell) and type Get-ExchangeAdministrator you will find the same warning indication there..
Resolution:
- Open the AdsiEdit.msc tool that is included in Windows Support Tools.
- Connect to the domain.
- Locate the following object:
- CN=Clustered Mailbox server,CN=Servers,CN= Exchange Administrative Group (code),CN= Administrative Groups,CN=OrganizationName,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com
- Right-click this object, and then click Properties, go to security tab
- Find the computer account for the passive node
- Remove all permissions for that node except read permission
- Click advanced and add the following permission for the passive node account (Apply to: This Object Only)
- Write property msExchEdgeSyncCred
- Write property msExchServerSite
- Write property msExchEdgeSyncCred
- In the advanced window add the following permissions for the passive node account ( Apply to: This object and all child objects)
- List Contents
- In the properties tab, check all properties that's start with (Read)
- List Contents
Get-ExchangeAdministrator
And viola, no more, it's done J