码迷,mamicode.com
首页 > 其他好文 > 详细

安装exchange 2013报错解决方法

时间:2018-12-04 13:03:43      阅读:345      评论:0      收藏:0      [点我收藏+]

标签:node   exchange   方法   net   sda   共享   text   comm   ati   

安装exchange 2013报错解决方法

错误:
运行"$error.Clear();
if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) )
{
Update-RmsSharedIdentity -ServerName $RoleNetBIOSName
}
"时生成以下错误:"RMS 共享标识用户 FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 未找到。"。

解决方法:

To resolve this problem, follow these steps:
Remove the FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 e-mail account by using the ADSIEDIT 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 locate to the CN=Users container.
Locate and then right-click the CN=FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 container. Then, click Delete.
Rerun the Exchange Server 2010 Mailbox role setup application.
Create a new federated e-mail account by using the following command:
New-Mailbox -Arbitration -Name FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 -UserPrincipalName FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042@<Default_Accepted_Domain>

安装exchange 2013报错解决方法

标签:node   exchange   方法   net   sda   共享   text   comm   ati   

原文地址:http://blog.51cto.com/3032439/2325789

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!