在
安装到检查先决条件时候,安装不下去
三个exe我也安装了,组件也安装了,权限是域管理员
下面是错误描述:
错误:
运行"$error.Clear();
try
{
$Target = $env:COMPUTERNAME
try
{
$exSrv = get-ExchangeServer $Target -ErrorAction SilentlyContinue
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and
server state to inactive. Setup will continue.";
}
if ($exSrv -eq $null)
{
Write-ExchangeSetupLog -Warning "$Target is not an
Exchange Server. Unable to set monitoring and server state to inactive. Setup will continue.";
return
}
Set-ServerComponentState $Target -Component Monitoring -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "Monitoring has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component RecoveryActionsEnabled -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "RecoveryActionsEnabled has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component ServerWideOffline -Requester Functional -State InActive
Write-ExchangeSetupLog -Info "The server state has been set to Inactive while setup is running."
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and server state to inactive. Setup can not continue.";
throw;
}
"时生成以下错误:"无法对此对象设置属性 ComponentStates,因为该操作要求对象的版本为 0.1 (8.0.535.0) 或更高。该对象的当前版本为 0.0 (6.5.6500.0)。"。
错误:
运行"$error.Clear();
try
{
$Target = $env:COMPUTERNAME
try
{
$exSrv = get-ExchangeServer $Target -ErrorAction SilentlyContinue
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and server state to inactive. Setup will continue.";
}
if ($exSrv -eq $null)
{
Write-ExchangeSetupLog -Warning "$Target is not an Exchange Server. Unable to set monitoring and server state to inactive. Setup will continue.";
return
}
Set-ServerComponentState $Target -Component Monitoring -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "Monitoring has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component RecoveryActionsEnabled -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "RecoveryActionsEnabled has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component ServerWideOffline -Requester Functional -State InActive
Write-ExchangeSetupLog -Info "The server state has been set to Inactive while setup is running."
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and server state to inactive. Setup can not continue.";
throw;
}
"时生成以下错误:"无法对此对象设置属性 ComponentStates,因为该操作要求对象的版本为 0.1 (8.0.535.0) 或更高。该对象的当前版本为 0.0 (6.5.6500.0)。"。
错误:
运行"$error.Clear();
try
{
$Target = $env:COMPUTERNAME
try
{
$exSrv = get-ExchangeServer $Target -ErrorAction SilentlyContinue
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and server state to inactive. Setup will continue.";
}
if ($exSrv -eq $null)
{
Write-ExchangeSetupLog -Warning "$Target is not an Exchange Server. Unable to set monitoring and server state to inactive. Setup will continue.";
return
}
Set-ServerComponentState $Target -Component Monitoring -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "Monitoring has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component RecoveryActionsEnabled -Requester Functional -State Inactive
Write-ExchangeSetupLog -Info "RecoveryActionsEnabled has been set to Inactive while setup is running."
Set-ServerComponentState $Target -Component ServerWideOffline -Requester Functional -State InActive
Write-ExchangeSetupLog -Info "The server state has been set to Inactive while setup is running."
}
catch
{
Write-ExchangeSetupLog -Warning "Unable to set monitoring and server state to inactive. Setup can not continue.";
throw;
}
"时生成以下错误:"无法对此对象设置属性 ComponentStates,因为该操作要求对象的版本为 0.1 (8.0.535.0) 或更高。该对象的当前版本为 0.0 (6.5.6500.0)。"。