我目前正在尝试安装在运行Windows Server 2012 R2标准版 (英语)的域控制器上安装AD FS 3.0。 因此安装程序和安装后configuration向导都在域控制器上运行,以在其自身上安装AD FS。
但是, 安装后configuration向导在“先决条件检查”步骤中失败,出现以下错误消息(两次):
(x) The target computer is not joined to a domain. Only machines that are joined to a domain can be members of a AD FS farm. (x) The target computer is not joined to a domain. Only machines that are joined to a domain can be members of a AD FS farm. (i) Prerequisites Check completed (x) One or more prerequisites failed. Please fix these issues and click "Rerun prerequisite check"
通过计算机检查>属性(系统)或使用服务器pipe理器都显示计算机在域中。
安装用户既是域pipe理员也是企业pipe理员。
————————————————– —
到目前为止,已经尝试了以下内容,部分受到不同的Technetpost的启发:
1.)重新启动两次,然后运行configuration向导 – >问题仍然存在
2.)用。validation域服务器
echo %LOGONSERVER%
和
whoami
其中显示正确的域和域控制器作为login服务器。 在计算机属性>完整计算机名称下,它将域列为FQDN的一部分
3.)检查事件查看器的警告/错误 – >没有发现相关的事件
4.)以具有域pipe理员权限的其他用户身份运行安装后configuration向导 – >同样的错误
5.)以本地pipe理员身份运行安装后configuration向导 – >同样的错误
6.)在PowerShell中运行安装后configuration向导,导致相同的错误消息
Install-AdfsFarm : The target computer is not joined to a domain. Only machines that are joined to a domain can be members of a AD FS farm. At line:1 char:1 + Install-AdfsFarm ` + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-AdfsFarm], PrerequsiteFailedException + FullyQualifiedErrorId : PreCheckTest, Microsoft.IdentityServer.Deployment.Commands.InstallFarmCommand
————————————————– —
如何解决此问题以安装AD FS?
IIRC几个月前,我自己也遇到了这个问题,经过大量search发现我的解决scheme后,实现Microsoft密钥分发服务没有启动: ADFS 3.0服务挂起在域控制器上启动 。 本文build议运行以下命令(pipe理员命令提示符将很好地执行):
sc triggerinfo kdssvc start / networkon