码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-11-08 15:59:18      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:azure exchange 2016

 

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 "P@ssw0rd" -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

技术分享

技术分享

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

技术分享

6.2.2 安装Exchange 2016服务器角色

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

技术分享

本文出自 “jialt的博客” 博客,转载请与作者联系!

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

标签:azure exchange 2016

原文地址:http://jialt.blog.51cto.com/4660749/1979951

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!