要在Windows Server 2008上安装Mailbox,必须执行下面的操作:
1、安装Active Directory remote management tools,也可以通过PowerShell:Add-WindowsFeature -name RSAT-ADDS –restart
2、如果在Windows Server 2008 R2上安装,需要Microsoft .NET Framework version 3.5.1, 如果是安装在Windows Server 2008上,需要Microsoft .NET Framework version 3.5.1, Windows PowerShell version 2, WinRM 2.0
3、安装2007 Office System Converter: Microsoft Filter Pack:
http://www.microsoft.com/downloads/details.aspx?FamilyID=60c92a37-719c-4077-b5c6-cac34f4227cc&displaylang=en
4、如果在Windows Server 2008安装,需要Internet Information Services (IIS) components include Web Server, Basic Authentication, Windows Authentication, IIS 6 Metabase Compatibility, and IIS 6 Management Console,也可以使用PowerShell:
Add-Wi ndowsFeature -name Web-Server
Add-Wi ndowsFeature -name Web-Metabase
Add-Wi ndowsFeature -name Web-Lgcy-Mgmt-Console
Add-Wi ndowsFeature -name Web-Basi c-Auth
Add-Wi ndowsFeature -name Web-Windows-Auth
Add-Wi ndowsFeature -name Web-Net-Ext
本文转自跃跃领舞 51CTO博客,原文链接:http://blog.51cto.com/zhangyue1105/274344 ,如需转载请自行联系原作者