Dear All,
I am performing cross forest migration. I Have performed the below tasks already:
1. Created the two way trust
2. Export and import of certificates. Both Source and Destination domain has the same Certificate.
3. Ran prepare move mailbox script
4. Moved Users using ADMT
5. MRS Proxy enabled
Now trying to perform the move Mailbox, both source and Destination have 4 Exchange 2013 Servers . 2 MBX and 2 CAS servers
I am using the below command to perform the move mailbox:
New-MoveRequest
–Identity
'Mailbox1@careexchange.in'
–Remote
–Remotehostname
'sourceExchange.CareExchange.in'
-RemoteCredential
$RemoteCredentials
–TargetDeliverydomain
'targetexchange.in'
I
am gettimng the Below Error
"
The
call to ‘https://mail.irm.com/EWS/mrsproxy.svc’ failed. Error details: Could not establish trust relationship for the SSL/TLS secure channel with authority ‘mail.irm.com’. –> The underlying connection was closed: Could not establish trust relationship for
the SSL/TLS secure channel. –> The remote certificate is invalid according to the validation procedure.."
It look like Something related with certificate. I researched and found that it asking to export import the root Certificate as well,like import Root Certificate of source Exchange CAS server to Destination Exchange CAS Servers and Vice versa
exactly Which cert we need export import I am not getting an idea on this can anybody make it clear, below is the article for the reference:
"http://msexchangeguru.com/2013/11/03/e2013crossforestmigration/"