boss44 发表于 2019-2-19 10:12:27

Installing Exchange 2007 SP3 on Windows Server 200-Kangl

  https://social.technet.microsoft.com/wiki/contents/articles/13914.installing-exchange-2007-sp3-on-windows-server-2008-r2.aspx
  Hope Everyone know that Exchange 2007 SP3 can be installed on a Windows Server 2008 R2
  Lets see how to do a typical Installation
  Prerequisites for Hub , CAS , Mailbox – Typical Installation
  ———————————
  Open Window Power Shell
  Import-Module ServerManager
  Add-WindowsFeature RSAT-ADDS,Web-Server,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Dyn-Compression,Web-Windows-Auth,Web-Basic-Auth,Web-Digest-Auth,RPC-Over-HTTP-Proxy;
  image
  Good to know
  —————
  For Hub
  Add-WindowsFeature RSAT-ADDS,Web-Metabase,Web-Lgcy-Mgmt-Console
  For CAS
  Add-WindowsFeature RSAT-ADDS,Web-Server,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Dyn-Compression,Web-Windows-Auth,Web-Basic-Auth,Web-Digest-Auth,RPC-Over-HTTP-Proxy
  For Mailbox
  Add-WindowsFeature RSAT-ADDS,Web-Server,Web-ISAPI-Ext,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Basic-Auth,Web-Windows-Auth;
  For unified Messaging
  Add-WindowsFeature RSAT-ADDS,Web-Metabase,Web-Lgcy-Mgmt-Console,Desktop-Experience;
  For Edge
  Add-WindowsFeature RSAT-ADDS,ADLDS;
  For CAS and HUB
  Add-WindowsFeature RSAT-ADDS,Web-Server,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Dyn-Compression,Web-Windows-Auth,Web-Basic-Auth,Web-Digest-Auth,RPC-Over-HTTP-Proxy;
  —————————————————————————-
  Exchange Server 2007 Service Pack 3
  -
  Extract it – Run the Setup
  image
  Choose the Organization Name :
  image
  Choose Yes , If you have Outlook 2003 , Cause Here where we decide PF database to be created or not.
  But anyways if you choose No. It can be created later .
  image
  Click Install -
  image
  Great !!
  You Installed Exchange 2007 SP3 in W2k8R2

页: [1]
查看完整版本: Installing Exchange 2007 SP3 on Windows Server 200-Kangl