Get-StorageGroupCopyStatus doesn’t work on Exchange 2007 SP1
Issue
You have deployed Exchange 2007 with CCR in your environment. You upgrade your Exchange 2007 platform to SP1 and now when you run the Get-StorageGroupCopyStatus command you get an RPC error.
Get-StorageGroupCopyStatus : Microsoft Exchange Replication service RPC failed: Microsoft.Exchange.Rpc.RpcException: Error e0434f4d from cli_GetCopyStatusEx at Microsoft.Exchange.Rpc.Cluster.ReplayRpcClient.GetCopyStatusEx(Guid[] sgGuids, RpcStorageGroupCopyStatus[]& sgStatuses)
atMicrosoft.Exchange.Cluster.Replay.ReplayRpcClientWrapper.
InternalGetCopyStatus(String serverName, Guid[] sgGuids, RpcStorageGroupCopyStatus[]&
sgStatuses, Int32 serverVersion) At line:1 char:26+ Get-StorageGroupCopyStatus
Resolution
Add the -standbymachine parameter to your command:
- Get-StorageGroupCopyStatus -standbymachine <computername>



































