Featured Posts

Remote Infrastructure Management Services (RIMs) – More to Offer than Cost SavingsRemote Infrastructure Management Services (RIMs) –... Remote Infrastructure Management (RIM) services will be the next growth engine for the offshore service industry as reported by leading consulting agencies and media. In fact, the global RIM industry has...

Readmore

Xobni – Search and Relationship Toolbar for OutlookXobni – Search and Relationship Toolbar for Outlook This is the best Outlook add-in so far from a company called Xobni located in San Francisco. “Xobni” is basically “Inbox” spelled backwards. The main idea behind the development of this plug-in...

Readmore

Open Source versus Open StandardsOpen Source versus Open Standards Everyone’s talking about open source and open standards now-a-days but hardly have I come across any who knows what exactly it contains and what the importance is. I’m putting this post in my blog...

Readmore

Installing Exchange Server 2007 SP1 on Windows Server 2008 for coexistence with Exchange Server 2003Installing Exchange Server 2007 SP1 on Windows Server... In this article I've tried to explain how to install or upgrade an organization running on Exchange Server 2003 to Exchange Server 2007 SP1 on a Windows 2008 Server. In the next post I'll be talking about...

Readmore

Basic Search Engine Optimization TipsBasic Search Engine Optimization Tips For all those who have a web site but do not have a budget to hire professional SEO/SEM companies, I've compiled a list of some basic items which can help to get your sites listed and show up in the search...

Readmore

  • Prev
  • Next

Moving Mail Box Server in Exchange 2007

Posted on : 29-03-2009 | By : Vishal Vasu | In : Exchange Server

Tags:

0

Moving mailboxes or mailbox store is a piece of cake in Exchange 2007. Recently, I had to go through a task where the mailboxes need to be moved from one server to another in different datacenter. All that was required to do is copy the EDB files after checking for a Clean Shut Down state. Created same store names on the new server, marked the DB so that I could be overwritten with a restore, copied the old EDB files over the new DB’s in new server and mounted the database on the new server.

There it was. All mailboxes along with data moved to new server. The only thing left there after was to update the configuration of the mailboxes using Powershell to point to the new server. Thank you to the team at Microsoft for making this less painful compared to Exchange 2003.

Migrating to Exchange 2007 in an existing Exchange 2003 organization

Posted on : 10-03-2009 | By : Vishal Vasu | In : Exchange Server

Tags:

0

Currently, I’m working on a project doing a migration from Exchange 2003 to Exchange 2007 which has approximately 1500 users. The goal is not only to upgrade or migrate to the Exchange 2007 organization but also to shift the entire organization to a new datacenter all the while keeping in mind to minimize downtime. This post does not talk about the migration plan, but about a small trick that was deployed.

When migrating to Exchange 2007 from an exisiting organization, Exchange remains in a coexistence mode unless all mailboxes are migrated to 2007 and the 2003 servers are taken out. This means that during the migration process some users would be having their mailboxes on 2007 while some may be having their mailboxes on 2003. Users accessing their email via OWA, Outlook Anywhere, ActiveSync, Blackberry or RPC/HTTP should not be affected during this transition.

To overcome this, I setup the CAS role on a Virtual while keeping the HUB and Mailbox role on a physical machine. Isolating the CAS allows Exchange 2007 to proxy the requests to the Exchange 2003 organisation. Users who have their mailboxes on 2007 are presented with the new 2007 OWA login from https://yourdomain.com/owa while users with their mailboxes on 2003 still need to go to https://yourdomain.com/exchange. In order to ensure things worked right for RPC/HTTP, webmail, etc. I wrote a script and put it under the Default Site. Here is the script:

  

Now accessing the URL which the users originally used to access Outlook Web Access presented the users with a new interface of OWA from Exchange 2007. Users who had their mailboxes on Exchange 2007 were given the OWA 2007 experience while those who were having their mailboxes on Exchange 2003 – the request was automatically proxied to the Backend Server and they were presented with the experience of OWA 2003.

Presentation at DD University – Nadiad

Posted on : 09-03-2009 | By : Vishal Vasu | In : General

4

Last week I had a lecture at DD University – Nadiad on Registry Editor and Tweaking Windows Registry.

Here is the link for the presentation file: Windows XP Registry Tips

Note: I’ve updated the download link after complaints that the PPT was not downloading.