Beginner's article:
650) this.width=650; "title=" clip_image001 "style=" border-left-0px; border-right-width:0px; Background-image:none; border-bottom-width:0px; padding-top:0px; padding-left:0px; padding-right:0px; border-top-width:0px "border=" 0 "alt=" clip_image001 "src=" http://s3.51cto.com/wyfs02/M01/71/00/ Wkiol1xdmlnbbdz6aai8dryafge740.jpg "width=" 634 "height=" 346 "/>
650) this.width=650; "title=" clip_image002 "style=" border-left-0px; border-right-width:0px; Background-image:none; border-bottom-width:0px; padding-top:0px; padding-left:0px; padding-right:0px; border-top-width:0px "border=" 0 "alt=" clip_image002 "src=" http://s3.51cto.com/wyfs02/M01/71/04/ Wkiom1xdltzsil3maah2utdkwys253.jpg "width=" 627 "height=" 344 "/>
In the original environment, reset the previous Exchange Server computer account,
Redeploy an Exchange server that is the same as the original, and install Exchange.
ESEUTIL/MH "F:\Program files\microsoft\exchange server\v14\mailbox\db1\db1.edb" perform database file and log file consistency checks
New-mailboxdatabase-name db03-server Exchange2010-edbfilepath "C:\db03\db03.edb"-logfolderp
Ath "C:\DB03" creates a new database
Mount-database db03 Loading Database
Dismount-database db03 Unload Database
Set-mailboxdatabase "DB03"-allowfilerestore $true setting up a database restore can be overridden or set in the EMC
Replace the database file of the failed device with the name of the new database file instead of the new database. EDB file
ESEUTIL/MH c:\xxx Perform disk-to-log file consistency checks
eseutil/p c:\xx Force database files to remain consistent with log files
Get-mailbox-database <SourceDatabase> |where {$_. Objectclass-notmatch ' (systemattendantmailbox| Exoledbsystemmailbox) '}| Set-mailbox-database <TargetDatabase> set up the relationship between the mail user and the new database.
Note: If the database file has spaces that need to be "mail box 195125225", there will be no error.
Intermediate version:
How to get rid of a hung Exchange Server The following method: In fact, the exchange in the ad registration information is artificially removed
In the domain control-"open run-" adsiedit.msc--"configuration-" cn=configuration,dc=xxxx,dc=xxxx--"cn=services--" Cn=microsoft exchange--" Administrative groups--"Exchange administrative Group (FYDIBOHF23SPDLT)--" cn=services
The old Exchange Server was removed under this! Don't erase the wrong!
There are also cn=databases under the old Exchange database, deleted!
Synchronize the ad
Ultimate Edition:
You need to reset and confirm the Send connector to achieve normal internal and external delivery
Whether the receive connector is set to allow anonymous users to receive.
Change the mapped address of the firewall
Note: This error can also occur:
650) this.width=650; "title=" clip_image003 "style=" border-left-0px; border-right-width:0px; Background-image:none; border-bottom-width:0px; padding-top:0px; padding-left:0px; padding-right:0px; border-top-width:0px "border=" 0 "alt=" clip_image003 "src=" http://s3.51cto.com/wyfs02/M02/71/04/ Wkiom1xdlt-juioqaadrqvutd0k025.jpg "width=" 547 "height=" 497 "/>
Workaround: https://support.microsoft.com/zh-cn/kb/978776
Solution Solutions
To resolve this issue, follow these steps:
- Remove the federatedemail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 e-mail account by using the ADSI Edit tool. To do this, follow these steps:
- Click Start, click Run, type Adsiedit.msc, and then click OK.
- Locate the default naming context node, and then navigate to the CN = User container.
- Locate and right-click the cn=federatedemail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 container. Then, click Delete.
- Re-run the Exchange Server 2010 Mailbox Role installation application.
- Create a new federated e-mail account by using the following command:
New-mailbox-arbitration-name Federatedemail.4c1f4d8b-8179-4148-93bf-00a95fa1e042-userprincipalname [Email Protected]<default_accepted_domain>
From