从零开始-Exchange和Skype for Business 部署-Exchange 安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从零开始-Exchange和Skype for Business 部署-Exchange 安装相关的知识,希望对你有一定的参考价值。

    软件准备:Exchange服务器必须安装
            NET Framework 4.7.1
            https://www.microsoft.com/zh-CN/download/details.aspx?id=56116
            Visual C++ Redistributable Packages for Visual Studio 2013
            https://www.microsoft.com/zh-CN/download/details.aspx?id=40784
            Microsoft 统一通信托管 API 4.0 核心运行时(64 位)
            https://www.microsoft.com/zh-CN/download/details.aspx?id=34992
    系统准备
            Install-WindowsFeature NET-Framework-45-Features, Server-Media-Foundation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS  -restart
    AD准备:在Exchange服务器中使用安装光盘的路径下
            Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareSchema
            Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName:"Contoso Corp"
            Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAllDomains
    安装Exchange
            注意安装的ISO完整性
    DNS,证书,用户
        DNS:A记录,SRV记录
        证书:注意和Exchange服务有关的DNS名称
        用户:不推荐使用administrator账户,使用Exchange管理组进行配置

技术分享图片

以上是关于从零开始-Exchange和Skype for Business 部署-Exchange 安装的主要内容,如果未能解决你的问题,请参考以下文章

从零开始-Exchange和Skype for Business 部署-部署准备

Exchange2016 & Skype for business 集成之三统一联系人存储

Exchange2016 & Skype for business集成之二 OWA集成IM

Exchange2016 & Skype for business 集成之一配置合作伙伴应用程序

Skype for Business 网页安排会议(无Exchange Server)

PowerShell学习小结——PowerShell从零开始系列之四