Archive

Posts Tagged ‘Migration’

Exchange 2010 – Move-Mailbox maxthread removed…use New-MoveReQuest

October 28th, 2010 No comments

One of my favorite Exchange 2007 powershell migration cmdlets was the move-mailbox cmdlet in conjunction with the maxthreat parameter. Microsoft has removed the move-mailbox command from Exchange Server 2010. The new command is New-MoveRequest. A lot of people on the internet are complaining because there is no maxthread option when using the New-MoveRequest cmdlet.

The complete move process within Exchange 2010 has changed. The New-MoveRequest can move 5 mailboxes at the same time while Exchange 2007 without the maxthread option only moves one mailbox at a time. If you are responsible for the migration of mailboxes from Exchange 2003 or 2007 to 2010 you would definitely want a solution to move more mailboxes at the same time.

You should update the following file: MSExchangeMailboxReplication.exe.config. This file can be found within the bin folder of your Exchange installation path.

Use the following procedure to improve the performance of you migration/move commands:

  1. Make a backup of MSExchangeMailboxReplication.exe.config.
  2. Open notepad and edit the MSExchangeMailboxReplication.exe.config file.
  3. Change the MaxActiveMovesPerSourceMDB entry to 25.
  4. Change the MaxActiveMovesPerTargetMDB entry to 25.
  5. Change the MaxActiveMovesPerTargetServer entry to 25.
  6. Save the file.
  7. Restart the Microsoft Exchange Mailbox Replication service.

That should be it. If you have any questions regarding this article please feel free to contact me.

Upgrading SharePoint 2007 to SharePoint 2010

October 20th, 2009 No comments

New Picture

Microsoft releases some posters that should help you with planning and updating/migrating your SharePoint 2007 environment to SharePoint Server 2010.

Upgrade approaches poster.

This model helps you understand the in-place, database attach, and hybrid approaches to upgrading from Office SharePoint Server 2007 to SharePoint Server 2010. It illustrates farm topologies before, during, and after upgrade, and compares the advantages of each type of upgrade approach.

Microsoft SharePoint Server 2010 Upgrade Planning

This model covers planning for an upgrade from Microsoft Office SharePoint Server 2007 to SharePoint Server 2010. It includes information about the following: Upgrade requirements: Hardware, operating system, and database Upgrade process: specific steps to follow before, during, and after the upgrade.
 

This model covers upgrading services from Office SharePoint Server 2007 to SharePoint Server 2010. It covers considerations for specific services from Office SharePoint Server 2007: Personalization, Search, InfoPath Forms, Excel, Business Data Catalog, Single Sign-on. The unique issues of upgrading services by using either the in-place or database attach approach are discussed.
 
This model explains the methodology for testing the upgrade process before upgrading from Office SharePoint Server 2007 to SharePoint Server 2010. It will help you understand the goals for testing your upgrade process: customizations, hardware, timing, and planning. It also illustrates specific steps to follow for testing your upgrade process.

How to upgrade Windows Server 2008 systems that have the Hyper-V role installed to Windows Server 2008 R2

October 9th, 2009 No comments

windows-server-2008-hyper-v-logo-v_2

Microsoft has officially published documentation on upgrading Hyper-V clusters to Hyper-V R2.

Read more at the source.