温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

发布时间:2020-08-11 18:36:09 来源:网络 阅读:615 作者:jialt 栏目:系统运维

5  准备站点Default-Site-Name

5.1 安装域控

域控IP地址通过虚拟网络自动获取。手动配置域控主机名后,使用如下命令安装主域控。

Add-WindowsFeature -Name ad-domain-services –IncludeManagementTools

Install-ADDSDomainController -DomainName itservice.vip -InstallDns -SafeModeAdministratorPassword (ConvertTo-SecureString -String "P@ssw0rd123!" -AsPlainText -Force) -DatabasePath c:\windows\NTDS -LogPath C:\WINDOWS\NTDS -NoRebootOnCompletion:$FALSE -Confirm:$FALSE

5.2 林域架构扩展

需要将Exchange 2016 CU6安装介质

1、域功能扩展

Setup /prepareAD /OrganizationName:"exchange" /IAcceptExchangeServerLicenseTerms

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

2、林功能扩展

Setup /prepareschema /IAcceptExchangeServerLicenseTerms

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

3、域扩展

Setup /preparedomain /IAcceptExchangeServerLicenseTerms

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

5.3 安装Exchange

手动将Exchange服务器重命名后加入域。使用如下命令安装。

5.3.1 Exchange前提条件准备

1、安装Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

2、安装必要组件

Install-WindowsFeature AS-HTTP-Activation,Desktop-Experience,NET-Framework-45-Features,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

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

5.3.2 安装Exchange 2016服务器角色

Setup /mode:install /role:mb /mdbname:DB01 /IAcceptExchangeServerLicenseTerms /InstallWindowsComponents

Azure云端部署Exchange 2016双数据中心—Part3(准备站点一)

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI