2. Raise domain function to windows 2003 native level;
3. Raise Exchange 2003 mode to native mode;
4. Install basic operation system;
5. Install .NET framework 3.5;
6. Install windows remote management 2.0;
7. Install Microsoft Filer Pack version 2.0;
8. Run ServerManagerCmd –i RSAT-ADDS in Powershell, then restart server to allow remotely manage Forest and Domain scheme from this server;
9. Run setup /pl to prepare legacy exchange server (optional, setup /ps includes setup /pl);
10. Run setup /ps to prepare Scheme from installation disk;
11. Run setup /p to prepare AD from installation disk;
12. Install required features:
a. Import-Module ServerManager
b. 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
c. Set-Service NetTcpPortSharing -StartupType Automatic
13. Install exchange client access role;
14. Set up legacy OWA access for users whose mailboxes are still in exchange 2003:
Set-OWAVirtualDirectory
15. Install exchange hub transport role and mailbox role;
16. Configure default receive connector to allow anonymous users;
17. Configure send connector in Exchange 2010 EMC or EMS, delete outbound connector and smarthost in virtual smtp server, in exchange 2003 if there is any;
18. Change port forwarding for SMTP in firewall to exchange 2010 server;
19. Move mailboxes from exchange 2003 to exchange 2010 via EMC;
20. Move public folders from exchange 2003 to exchange 2010 via EMC
C:Program FilesMicrosoftExchange ServerV14Scripts>.AddReplicaToPFRecursive.ps1 -TopPublicFolder "" -ServerToAdd
C:Program FilesMicrosoftExchange ServerV14ScriptsMoveAllReplicas.ps1 -Server
21. Configure offline addressbook distribution to generate in new exchange 2010 server via EMC;
22. Update offline addressbook
Set-AddressList "All Users" -IncludedRecipients MailboxUsers
Set-AddressList "All Groups" -IncludedRecipients MailGroups
Set-AddressList "All Contacts" -IncludedRecipients MailContacts
Set-AddressList "PublicFolders" -RecipientFilter { RecipientType -eq 'PublicFolder' }
Set-GlobalAddressList "
23. Delete mailbox and public folders in exchange 2003;
24. Uninstall exchange 2003 with installation disk.
No comments:
Post a Comment