91863
Goto Top

Hinweise Migration Exchange 2007 nach Exchange 2010, was in der Powershell noch ausgeführt werden muss

EXCHANGE 2010 PREREQUISITES

Für die Installation Exchange 2010 auf Server 2008R2 müssen Vorarbeiten in der Windowspowershell ausgeführt werden. Abhängig jeweils von den Rollen die der Exchange Server ausführen wird. Mehr dazu unter http://technet.microsoft.com/en-us/library/bb691354(EXCHG.140).aspx
Zusätzlich muss auch das 2007 Office System Converter Filter Pack installiert werden

Beispiele Rollen Exchange, das muss in der Powershell ausgeführt werden

WindowsPowershell (Für Client Access und Hub Transport Rolle) :
1. Import-Module ServerManager

2. Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart

3. Set-Service NetTcpPortSharing -StartupType Automatic

WindowsPowershell (Für Hub oder Mailbox Rolle):

1. Import-Module ServerManager

2. Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server –Restart

Es muss auf jeden Server Netframework installiert werden, dieses über Features zuweisen.

UPDATE EXCHANGE 2010 AUF SP2
Benötigt Microsoft Office 2010 Filter Packs
http://www.microsoft.com/en-us/download/details.aspx?id=17062

Betriebssystem Windows2008 per Systemupdates auf SP1 updaten, alle Critical Updates mit installieren !
IIS6 WMI Compatibilility über Server Manager installieren. (IIS 6 WMI Compatibility component is required) , über Server Manager oder Windows Power Shell
Windows Power Shell:
Import-Module ServerManager
Add-WindowsFeature Web-WMI

Content-Key: 185516

Url: https://administrator.de/contentid/185516

Printed on: April 27, 2024 at 00:04 o'clock