Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Exchange cross-forest migration Part9 official migration mailbox

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

What to do before migrating your mailbox

Verify that RPC over HTTP Proxy is installed on the source Exchange2010 server

Enable MRSProxyEnabled on the source Exchange2010 server

and modify the web.config configuration file as shown in the figure below

AD account, email attribute assignment

Note: In actual use, it is found that you do not need to execute this command, use.\ Prepare-MoveRequest.ps1

Start migrating mailboxes

Get target domain administrator credentials

$LocalCredentials = Get-Credential

Get Source Domain Administrator credentials

$RemoteCredentials = Get-Credential

Switch to the scripts directory and do the following

.\ Prepare-MoveRequest.ps1 -Identity zhaodongwei -RemoteForestDomainController Ex2010-DC01.demo.com -RemoteForestCredential $RemoteCredentials -LocalForestDomainController Ex2016-DC01.satid.com -LocalForestCredential $LocalCredentials -UseLocalObject

Execute the migration command, the following error appears, you can see from it is a trust problem

New-MoveRequest -Identity zhaodongwei -Remote -TargetDeliveryDomain satid.com -RemoteHostName Ex2010-CAS01.demo.com -TargetDatabase DB2016 -RemoteCredential $RemoteCredentials

According to the above error, install the root and mail certificates on the source domain in the new domain, as shown below

After installing the certificate above, the following command can be executed normally

New-MoveRequest -Identity zhaodongwei -Remote -TargetDeliveryDomain satid.com -RemoteHostName Ex2010-CAS01.demo.com -TargetDatabase DB2016 -RemoteCredential $RemoteCredentials

After logging in, you can see that there are emails in the original domain in the mailbox.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report