When Exchange 2007 in installed with HUB, CAS and Mailbox server roles. Services and their default start up modes are listed in the following table. Service Name Default Startup Mode Microsoft Exchange Active Directory Topology Automatic Microsoft Exchange Anti-Spam Update Automatic Microsoft Exchange EdgeSync Automatic Microsoft Exchange File Distribution Automatic Read more
If you try to move DB on Exchange 2007 CCR you will find that the option is grayed out. And you can’t use Exchange Management Console. You can move your DB’s via powershel, see examples bellow. Suspend-StorageGroupCopy -Identity mailserverSG01-SG Dismount-Database -Identity mailserverSG01-SGDB01 Move-DatabasePath -Identity mailserverSG01-SGDB01 -EdbFilePath "E:DBDB01.edb" -ConfigurationOnly Mount-Database -Identity mailserverSG01-SGDB01 Resume-StorageGroupCopy Read more