40 C
Dubai
Tuesday, April 29, 2025
Home Blog Page 112

Installing Exchange 2010 SP1 in hosting mode (Multi-Tenant Organization)

If you are Planning to implement on your organization please go through this blog first as Microsoft dropped hosting mode.

http://blogs.technet.com/b/exchange/archive/2011/10/13/future-of-hosting-mode.aspx

Let us learn installing Exchange 2010 Sp1 in Hosting mode on Windows Server 2008 R2 Sp1

Step 1.

I installed Service pack 1 on Windows Server 2008 R2 where I can overcome without installing hotfixes for Exchange 2010

Prerequisites Differs with the operating Systems

This Technet article would provide you for other versions of operating systems

http://technet.microsoft.com/en-us/library/bb691354.aspx

Step 2.

Download and Install “Microsoft Filter Pack” (64bit Version)

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=20109

Step 3.

On the Start menu, navigate to All Programs > Accessories > Windows PowerShell. Open an elevated Windows PowerShell console (Right Click – Run as administrator), and run the following command.

Import-Module ServerManager

And Running this command for typical installation where all the roles will be installed HUB , CAS and Mailbox Servers

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,Web-Asp-Net,Web-Client-Auth,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Http-Redirect,Web-Http-Tracing,Web-ISAPI-Filter,Web-Request-Monitor,Web-Static-Content,Web-WMI,RPC-Over-HTTP-Proxy -Restart

Step 4.

We Won’t be able to use to GUI to Install Exchange 2010 sp1 in Hosting Mode

setup.com /mode:install /role:m,ca,ht /hosting /OrganizationName:CareExchange-ORG

Step 5.

Reboot the Server

Great  !! Installation Is Successful !!

Additional Information —

Step 6.

You have Service plans where you can allocate for users

Like only OWA users or only Outlook users or Only Active Sync Users or All Type or Users

You can Edit your Services plan as you wish .

Default Service plans will be in this location

C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\ServicePlans”

Step 7.

Creating Organizations

New-organization -name CareExchangeOrg1 -DomainName CareExchangeorg1.com -ProgramId HostingSample -OfferId 2 -location en-US

Step 8.

Creating Mailboxes inside Mulit Tenant Organizations

New-Mailbox "Care10" -Organization CareExchangeOrg1 -UserPrincipalName CareExchangeOrg1.com

** No Exchange Management Console is available for Exchange 2010 Sp1 in Hosting Mode

**Active Directory “Microsoft Exchange Hosted Organizations”

Creating Send Connector in Exchange 2010

By Default Exchange 2010 Won’t have Send Connectors Created after installing the Setup

Send Connector is required to Send Emails over the internet

If send connectors are not created , Emails to the Internet won’t work for Exchange 2010

Step 1.

Click on Organization Configuration -> Hub Transport -> Send Connectors ,

Right Click on the Screen – New Send Connector

 

Setup 2.

you can type a friendly name

Setup 4.

Click on add type “*” in address space , This is by Default

Setup 5.

By Default Type – Use Domain Name System (DNS)

If your using a smart host “Route Mail through the following smart hosts”

Add the ip . and Configure your smart host for the same

Setup 6.

If you have multiple Exchange 2010 you can configure the source server as per your Requirement

Setup 7.

Great you have configured Send Connector For your Exchange 2010 Server

Installing Exchange 2010 Sp2 on Windows Server 2008 R2 Sp1

Let us learn installing Exchange 2010 Sp2 on Windows Server 2008 R2 Sp1 it covers the same steps on installing Exchange 2010 Sp3 on Windows Server 2008 R2 Sp1

I would install the Exchange 2010 Sp2 in a Environment where Exchange 2003 Server is already there .

Its as similar . where we need to prepare the legacy Exchange permission to get that installed and working properly

Step 1.

I have installed Service pack 1 on Windows Server 2008 R2 where I can overcome without installing hotfixes for Exchange 2010

Prerequisites Differs with the operating Systems

This Technet article would provide you for other versions of operating systems

http://technet.microsoft.com/en-us/library/bb691354.aspx

Step 2.

Download and Install “Microsoft Filter Pack” (64bit Version)

http://www.microsoft.com/en-in/download/details.aspx?id=17062

Step 3.

On the Start menu, navigate to All Programs > Accessories > Windows PowerShell. Open an elevated Windows PowerShell console (Right Click – Run as administrator), and run the following command.

Import-Module ServerManager

And Running this command for typical installation where all the roles will be installed HUB , CAS and Mailbox Servers

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,Web-Asp-Net,Web-Client-Auth,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Http-Redirect,Web-Http-Tracing,Web-ISAPI-Filter,Web-Request-Monitor,Web-Static-Content,Web-WMI,RPC-Over-HTTP-Proxy -Restart

 

Step 4.

Reboot the Server

Now Prerequisites Installed successfully

Step 5.

Now open Command Prompt “Browse the Command prompt into the setup location”

and Run

setup /PrepareLegacyExchangePermissions

or

setup /pl

We run this as we prepare the legacy (Exchange 2003) Server permissions,

Running this command won’t harm your environment .

Befor Running this command make sure your Domain Function Level and Forest Functional level in Windows Server 2003 is in native mode and your Exchange 2003 is in native mode,

Otherwise , It won’t allow you to install Exchange 2010

Refer link :

http://technet.microsoft.com/en-us/library/bb125224.aspx

Step 6.

Preparing the Schema

Setup.com /PrepareSchema

Step 7.

Preparing Active Directory

Setup.com /preparead /OrganizationName:"First Organization"

This Switch can be removed if you have an Exchange Server already in your Organization

/OrganizationName:"First Organization"

Or if you want to change the organization name . you can use this switch

Step 8.

Now prepare the domain

Setup.com /Preparedomain

If you have multiple domains run

Setup.com /preparealldomains

Step 9.

Now Run the Setup

Step 10.

Choose Typical to Install HUB,CAS and Mailbox

Give a Check mark for Automatically install Windows Server roles

Step 12.

If this is my internet facing server , Give the external domain name

Step 13.

If Exchange 2003 Exists in your Environment , you will get this option to configure mail flow between these Servers

Step 14.

Now Setup will Run for some time

Step 15.

Reboot your Server

Great !!

You Learnt how to install Exchange 2010 now !!

How to Raise Forest Functional Level

Step 1.

Open Active Directory Domains and Trusts – Raise Forest Functional Level

 

Step 2.

Choose Windows Server 2003

Step 3.

Click on Raise

Great  !!

Now you raised your Forest Function Level

How to change Exchange 2003 Server to Native mode

Step 1 .

Open Exchange System Manager – Right Click on your Organization – Properties

Step 2.

Now you can see Exchange 2003 is in Mixed Mode

Click on Change Mode where you can change to native mode

 

Click on Yes

Great !!

Now your Exchange 2003 is in Native Mode

How to raise Domain Functional Level

Open Active Directory Users and Computer – Right Click on Domain name – Raise Domain Functional Level

You can See Window Server 2003 is in Mixed mode

Now Change to “Windows Server 2003”

Now Click on Raise

Caution ** This cannot be reversed at any point of time

Great !!

Now you Raised your Domain Functional Level to Windows Server 2003 native

 

× How can I help you?