84366992 发表于 2018-7-7 09:30:20

Windows server2008 R2下安装Exchange Server 2013-Professor哥

  Windows server2008 R2下安装Exchange Server 2013
  在CMD 下准备域架构(setup /IAcceptExchangeServerLicenseTerms /ps)的时候出现了以下错误:
     Prerequisite Analysis                                     FAILED
      The Active Directory schema isn't up-to-date and the Active Directory manag
  ement tools aren't installed on this computer. To install the tools, install the
  'RSAT-ADDS' Windows feature.>
  domain controller.
      For more information, visit: http://technet.microsoft.com/library(EXCHG.150
  )/ms.exch.setupreadiness.W2K8R2PrepareSchemaLdifdeNotInstalled.aspx
  按照提示
  安装AD远程管理工具命令 : ServerManagerCmd -i RSAT-ADDS
  之后可进行以下准备
  setup /IAcceptExchangeServerLicenseTerms /ps(/IAcceptExchangeServerLicenseTerms 为接受协议)
  setup /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName: test
  setup /IAcceptExchangeServerLicenseTerms /pd
  setup
  开始安装时候按照界面提示可以一步步操作,如果有错误会在最后的install界面之前列出,并列出了解决方法,按照提示的站点下载更新安装然后重启Windows Server 2008 R2 在重新运行setup 进行安装即可完成安装过程。
页: [1]
查看完整版本: Windows server2008 R2下安装Exchange Server 2013-Professor哥