In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Openssl passwd-apr1 xxxxx (custom set password, such as 123456)
© 2024 shulou.com SLNews company. All rights reserved.