BinaryTree

Blog-Header--Gray_Short-(2).jpg


Active Directory Synchronization Made Simple
Pete Caldecourt, Director of Product Management

There’s no getting around the need for Cross-Forest, or Inter-Org, email migrations. They just happen. And in some cases an IT group has only a few days to plan out the transition. They are brought about by different events such as mergers & acquisitions, company divestitures, or just plain company partnerships when organizations want to combine their email environments onto a single platform. Whatever the reason for your migration project, you will need to address the same issues every time.  
Exchange Migration
 
The cross-forest migration process is quite complex and the Binary Tree E2E Complete product can assist you to simplify and streamline the mailbox migration process. However, to begin with, you will need to synchronize the Active Directory (AD) forests, establish bi-directional data flow between the domains, and prepare the environment for the mailbox migration process. 
 
What options are available? Are there solutions which can ensure the success of the AD transition? 
 
READ MORE >>

Posted on 7/9/2012 9:00:00 AM | with 0 comments


Exchange 2010 Migrations Made Easy for Binary Tree Partners

Posted by Karl Sand, Business Development Manager


As Binary Tree’s Business Development Manager, one of my main responsibilities is to meet with System Integrators (SI’s) to identify what tools we can provide to help them be more efficient and productive on their customer engagements. The folks I have the liveliest discussions with are the Service Delivery Managers and their Technical Architects. What stresses them out the most, you ask?  Well it comes down to controlling the risks involved to ensure a successful project and a happy customer. A lot of those risks come from the possibility of human error while managing the project. This is especially true when it comes to an email migration project. So, SI’s feverishly try to implement standard processes and procedures for the manual tasks involved, and hope for the best. 

This discussion has come up quite a bit the past year on my travels. A common request among the SI’s that I’ve talked to has emerged. They want a reliable and easy-to-use toolset to help them manage and automate their
Exchange 2003 to 2010 migration projects. Unfortunately, there’s no automated mailbox migration tool available from Microsoft, so most delivery teams have used the Microsoft PowerShell scripting language to cobble together a semi-automated approach to manage the migration events. But they still have to manually run the scripts, monitor their progress, troll through logs, and then manually update a migration tracking spreadsheet. And of course they need to do this on nights and weekends so they don't migrate end-users during business hours.Exchange 2010 Upgrade

Multiply these manual tasks by the 1,000’s of mailboxes to move, with some of them located in different time zones, and you get a sense of the inherent risks involved in these projects. Want to know just how stressful and time consuming the manual approach can be? Check out this 4-part series from
Neil Hobson on MSExchange.org titled, “Moving Mailboxes in Exchange 2010” for a very in-depth explanation on how mailboxes are moved from Exchange 2003 to 2010. For those of you who like to stay at the office late and go in on the weekends, this is quite the page-turner ☺

BUT, there is a light at the end of the
Exchange 2010 migration tunnel …

READ MORE >>

Posted on 5/26/2011 10:00:00 AM | with 0 comments


Using Remote PowerShell to Provision Exchange 2010 Users
By Robert Phillips, Senior Architect


This is a re-post from Rob's personal blog where he publishes valuable information to assist individuals and organizations who are migrating their Lotus Notes email platforms to Microsoft Exchange.


Provisioning Exchange 2010 Users with Remote Powershell in Windows XP/2003

Exchange 2010 provides us with some new PowerShell features in order to run commands remotely to a CAS server. However, there are a few prerequisites you need to know in order to do this. First of all, Windows 2003 or XP, out of the box, does not provide this feature. You'll have to download the "WINRM" update patch that installs Windows PowerShell. Here is the URL for the download:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F002462B-C8F2-417A-92A3-287F5F81407E

Also, you need to enable remote PowerShell on your Exchange 2010 CAS server with the following PS command:

'Enable-PSRemoting'Email Migration Tip

Then choose "YES" to configure Firewall ports if necessary and then ensure that the 'WINRM' service is running on the CAS Server. There is a command to verify that you have the necessary authority to run the commands. The command is:

'get-user (username) | fl'

READ MORE >>

Posted on 4/15/2011 9:00:00 AM | with 0 comments