邮件服务器-邮件系统-邮件技术论坛(BBS)
标题:
安装 exchange 2010 sp1 时出错
[打印本页]
作者:
tiannan
时间:
2010-10-27 23:39
标题:
安装 exchange 2010 sp1 时出错
出错信息:
邮箱角色
失败
错误:
运行"$error.Clear();
$name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]:
iscoveryMailboxUniqueName;
$dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]:
iscoveryMailboxDisplayName;
$dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1;
if( $dismbx -ne $null)
{
$srvname = $dismbx.ServerName;
if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" )
{
Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.";
$mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
if( $mountedMdb -eq $null )
{
Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission...";
mount-database $dismbx.Database;
}
$mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
if( $mountedMdb -ne $null )
{
$dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]:
iscoveryManagementWkGuid;
$dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
if( $dmRoleGroup -ne $null )
{
Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
}
}
}
}
"时生成以下错误:"无法解析用户或组My domain/Microsoft Exchange Security Groups/Discovery Management。如果用户或组是外部林主体,则必须拥有双向信任或传出信任。"。
无法解析用户或组My domain/Microsoft Exchange Security Groups/Discovery Management。如果用户或组是外部林主体,则必须拥有双向信任或传出信任。
主域和受信域间的信任关系失败。
单击此处以获取帮助...
http://technet.microsoft.com
/zh-CN/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex88D115&l=0&cl=cp
已用时间: 00:04:00
Microsoft Exchange Security Groups/Discovery Management不是外部林主体
作者:
tiannan
时间:
2010-10-27 23:42
标题:
再问
Microsoft Exchange Security Groups/Discovery Management 能删除吗? 删除后能解决问题吗?它是作何用途的?
欢迎光临 邮件服务器-邮件系统-邮件技术论坛(BBS) (http://bbs.5dmail.cn/)
Powered by Discuz! X3.2