6 准备站点EXCHANGE-数据中心2

6.1 安装域控

在第二个数据中心中安装辅助域控。

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

Install-ADDSDomainController -DomainName itservice.vip -DatabasePath c:\windows\NTDS -LogPath c:\windows\NTDS -InstallDns -ReplicationSourceDC AD01.itservice.vip -SiteName "Datacenter2" -SafeModeAdministratorPassword (ConvertTo-SecureString "[email protected]" -AsPlainText -Force) -Confirm:$false -NoRebootOnCompletion:$false -Credential (Get-Credential itservice\administrator)

6.2 安装Exchange

6.2.1 Exchange前提条件准备

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

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

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

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双数据中心—Part4(准备站点二)

6.2.2 安装Exchange 2016服务器角色

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

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



本文转自 jialt 51CTO博客,原文链接:http://blog.51cto.com/jialt/1979951

相关文章:

  • 2021-08-26
  • 2021-04-08
  • 2021-05-17
  • 2021-10-08
  • 2021-10-30
  • 2021-09-11
  • 2021-08-07
  • 2021-08-03
猜你喜欢
  • 2021-04-12
  • 2021-07-14
  • 2021-12-24
  • 2021-12-06
  • 2021-05-07
  • 2021-05-31
  • 2021-07-25
相关资源
相似解决方案