Exchange Server 2013预览版近期已经发布,下面先来看看安装Exchange Server 2013预览版的一些条件。
一、Exchange Server 2013支持操作系统
Windows Server 2012
Windows Server 2008 Standard or Enterprise (32-bit or 64-bit)
Windows Server 2008 R2 Standard or Enterprise
Exchange Server 2013支持在Server 2008和Server 2012上安装,本次部署是在Windows 2008 R2 Enterprise SP1环境下部署。
二、补丁和组件安装:
- Microsoft .NET Framework 4.5 RC
- Windows Management Framework 3.0
- Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
- Microsoft Office 2010 Filter Pack 64 bit
- Microsoft Office 2010 Filter Pack SP1 64 bit
- Microsoft Knowledge Base article KB974405 (Windows Identity Foundation)
- Knowledge Base article KB2619234 (Enable the Association Cookie/GUID that is used by RPC over HTTP to also be used at the RPC layer in Windows 7 and in Windows Server 2008 R2)
- Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution)
注意:
NET Framework需要在IIS安装完成后进行安装,否则Framework 4.0无法应用到IIS中。 |
三、扩展架构
1. 安装AD DS 管理单元和命令行工具。
Import-Module ServerManager
Add-WindowsFeature RSAT-ADDS
2.架构准备
./Setup /PrepareSchema /IAcceptExchangeServerLicenseTerms
2.林准备
./Setup /PrepareAD /OrganizationName:contoso /IAcceptExchangeServerLicenseTerms
3.域准备
./setup /PrepareDomain:contoso.local /IAcceptExchangeServerLicenseTerms
四、先决条件准备
1.Mailbox server role or combined Mailbox and Client Access server roles安装的先决条件
- Import-Module ServerManager
- Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, 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-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI
2.将Net.Tcp port Sharing Service服务设为自动,并启动
3.在控制面板,程序和功能中卸载Microsoft Visual C++ 11
- 微软将推出卫星解决方案:可连接到 Azure 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
有1人评论