<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BPOSitive : Migration-Onboarding</title><link>http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx</link><description>Tags: Migration-Onboarding</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Migration Webinar Series</title><link>http://blogs.technet.com/bpositive/archive/2009/11/13/migration-webinar-series.aspx</link><pubDate>Fri, 13 Nov 2009 18:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3293741</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3293741.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3293741</wfw:commentRss><description>&lt;P&gt;Wanted to let you know that there will be a new webinar series starting up.&lt;/P&gt;
&lt;P&gt;You will definitly want to attend these to get the latest information on migrating to BPOS.&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://blogs.technet.com/msonline/archive/2009/11/13/announcing-the-migration-webinar-series.aspx"&gt;http://blogs.technet.com/msonline/archive/2009/11/13/announcing-the-migration-webinar-series.aspx&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;-brett&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3293741" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Training/default.aspx">Training</category></item><item><title>Q&amp;A on the new Powershell commands for BPOS Migration</title><link>http://blogs.technet.com/bpositive/archive/2009/10/14/q-a-on-the-new-powershell-commands-for-bpos-migration.aspx</link><pubDate>Wed, 14 Oct 2009 21:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3286992</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3286992.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3286992</wfw:commentRss><description>&lt;P&gt;In the just announced service release, you'll find a mention of the following powershell commands. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;Enable-MSOnlineUser&lt;/LI&gt;
&lt;LI&gt;Get-MSOnlineSubscription &lt;/LI&gt;
&lt;LI&gt;Set-MSOnlineUserPassword &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Q: What do these do?&lt;/P&gt;
&lt;P&gt;These can be used together or sepearlty to&amp;nbsp;help manage a migration or adminster your accounts.&lt;/P&gt;
&lt;P&gt;Typically, you would run Get-MSOnlineSubcrtption to return a a GUID&amp;nbsp;associated with the type of liscneses&amp;nbsp;available. This&amp;nbsp;determines what kinds of services can be activated for&amp;nbsp;users, then you use that GUID do Enable-MSOnlineUser.&amp;nbsp;If you assign &amp;nbsp;an Exchange Online lisence the user will have a mailbox assigned. At the same time, one of the parameters allows you to set the password for the user. In addition, you can set the password later for any user with the Set-MSOnlineUserPassword script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Q: Why are these needed?&lt;/P&gt;
&lt;P&gt;When you use directory synch to create users, users need to be activated before they can use mail or other services. This script provides an automated way of activating users and is faster than usin the admin console. Since it's a script, you can add code to intelligently scope the activation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In addition, when activating uses, you can set the password to a known or generated value and add code to have the user emailed about the activation.&lt;/P&gt;
&lt;P&gt;Finally, the set password script allows a BPOS admin to change a users password from powershell rather than having to login to the admin center. Very handy.&lt;/P&gt;
&lt;P&gt;Q: When can I use them?&lt;/P&gt;
&lt;P&gt;The scripts willl be implemented in a new version of the Migration Tool which is scheduled to be shipped when the deoplyments are completed. This should be by the end of October at the latest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Q: Where can I get details on the syntax and use&lt;/P&gt;
&lt;P&gt;When the migration tool is released, the scripts will have built in help that shows the syntax. We are planning on some demos and the like to be released soon. As a tip, you might want to check the Microsoft Online documentation as that could be udpated any time with details on the scripts.http://www.microsoft.com/resources/Technet/en-us/MSOnline/bpos/html/1843e98e-1c13-409d-8d56-c67f0cb87f5e.htm&lt;/P&gt;
&lt;P&gt;Also, I might add that you can expect more powershell fun in the future.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3286992" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Tip/default.aspx">Tip</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Exchange+Online/default.aspx">Exchange Online</category></item><item><title>Creating restricted distribution lists in BPOS with Dirsynch</title><link>http://blogs.technet.com/bpositive/archive/2009/09/23/creating-restricted-distribution-lists-in-bpos-with-dirsynch.aspx</link><pubDate>Wed, 23 Sep 2009 19:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3282749</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3282749.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3282749</wfw:commentRss><description>&lt;P&gt;Discovered today that the directory synchronization tool copies permissions with distribution lists.&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;DirSync syncs the following AD attributes that control who can and cannot send to a DL:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #1f497d; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;AuthOrig (Authorized Originators: Only these Users can send to the DL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #1f497d; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;UnauthOrig (Unauthorized Originators: Anyone BUT these users can send to the DL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #1f497d; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;dLMemRejectPerms (Unauthorized DLs: Anyone but members of these DLs can send to this DL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #1f497d; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;dLMemSubmitPerms (Authorized DLs: No one but members of these DLs can send to this DL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #1f497d; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;msExchRequireAuthToSendTo (Only Authenticated Senders can send to the DL, blocks External senders, doesn’t work for other CCS customers)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can control this in the Exchange 2007 Message delivery system UI or in AD.&lt;/P&gt;
&lt;P&gt;Thanks to Tarkek Dawoud in BPOS engineering for this detail.&lt;/P&gt;
&lt;P&gt;-brett&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282749" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Tip/default.aspx">Tip</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Exchange+Online/default.aspx">Exchange Online</category></item><item><title>Could be a First for Microsoft! Intneral Technical Wiki now Pushed to Quickstartonlineservices.com. </title><link>http://blogs.technet.com/bpositive/archive/2009/09/02/could-be-a-first-for-microsoft-intneral-technical-wiki-now-pushed-to-quickstartonlineservices-com.aspx</link><pubDate>Wed, 02 Sep 2009 22:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3278782</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3278782.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3278782</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Internally, the Technical Product Management team had a Wiki they were using to keep track of all kind of issues. FAQs that were being asked all the time about things like public folders, mail enabled lists, how to work with proxy servers, when is feature "X" coming , blah blah blah.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;The cool thing about this&amp;nbsp;particular wiki is that it is a living resource that is actively&amp;nbsp;updated, and used to drive&amp;nbsp;meeting agendas, workflows,&amp;nbsp;feature priorities, and other&amp;nbsp;details. In other words, it's an important tool&amp;nbsp;that we use&amp;nbsp;here.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Well, we had that thought that most of this information would be really useful to Partners as well. It's current. It often has details that are difficult to find, and is relatively comprehensive. What if we could find a way to push the internal Wiki into Quickstartservicesonline and flag items we wanted copied so that partners would have access to the same agile resources we have?! So that's what we did. We made this even more useful by adding all the checklist items from the Migration and Discover whitepaper I recently wrote as line items in the wiki making it a great place to go for the latest questions you should ask before tackling a migration plan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG style="WIDTH: 640px; HEIGHT: 369px" title="New WIki" alt="New WIki" align=middle src="http://blogs.technet.com/photos/bpositive/images/3278776/640x369.aspx" width=640 height=369 mce_src="http://blogs.technet.com/photos/bpositive/images/3278776/640x369.aspx"&gt;&lt;/P&gt;
&lt;P&gt;You can of course search for any topic or click on&amp;nbsp;one of the topic&amp;nbsp;of interest. Say you're interested SSO Auth Proxy (Single Sign On Authentication with a Proxy), click on the link and you'll see&amp;nbsp;:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;BPOS-S &lt;SPAN style="COLOR: black"&gt;Single Sign-In Client (SIC as some refer to it) currently does NOT support Outbound Internet Authenticating Proxy Server configurations.&amp;nbsp; Users will receive SIC messages stating …”&lt;I&gt;unable to establish a secure connection..&lt;/I&gt;”.&amp;nbsp; This is typically due to a Connectivity Issues with the BPOS-S Single Sign-On Services (SSO Web Services), which has been seen when connecting over the Internet from an On-Premise Authenticating Proxy Server.&amp;nbsp; &amp;nbsp;These servers can be of any flavor, such as Blue Coat, ISA, Threat Management Gateway (v.Next of ISA), etc., as long as they are configured for Outbound Internet Authentication.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;Resolution/Workaround&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Outbound Authenticating Proxy Servers MUST be using the &lt;B&gt;NTLM Authentication&lt;/B&gt; method for the below to work!!!!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;When the below snippet is placed into the SignIn.exe.config file, this allows the SSO client to pass the logged in users Domain credentials to the Authenticating Proxy Server, allowing Outbound Internet Connectivity:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="COLOR: black"&gt;Caveat:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: black"&gt;&amp;nbsp; The user must be logged into the machine as a Domain User Account and that account must be granted Outbound Internet Connectivity for the below to work.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Browse to the following location to modify the SignIn.exe.config file:&amp;nbsp; x:\Program Files\Microsoft Online Services\Sign In&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Modify the SignIn.exe.config file, using Notepad.exe or other Application of choice:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;3.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Save the File&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Logout and Exit SIC&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black"&gt;&lt;SPAN&gt;4.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;Restart SIC&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0.25in; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt"&gt;&amp;nbsp; &amp;lt;system.net&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0.25in; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy useDefaultCredentials="true"&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0.25in; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxy&amp;nbsp; usesystemdefault="True" /&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0.25in; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3 face=Calibri&gt;This gives the ability to get information out to partners faster and easier than ever before.&amp;nbsp; This is all good news for partners who need ready information without having to wait for formal editing, vetting, and signoff. However, the downside is of course&amp;nbsp; you'll find the content is bit rougher and there will be some inconsistencies. That's the trade off, but we think it's a good one. Hopefully you'll find this useful. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3 face=Calibri&gt;This is only available to Microsoft Partners.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;brett&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3278782" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/News/default.aspx">News</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Tip/default.aspx">Tip</category></item><item><title>Migration Toolkit for Partners</title><link>http://blogs.technet.com/bpositive/archive/2009/07/27/migration-toolkit-for-partners.aspx</link><pubDate>Mon, 27 Jul 2009 23:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3268486</guid><dc:creator>Brett Hill</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3268486.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3268486</wfw:commentRss><description>&lt;TABLE style="BORDER-BOTTOM: #cae7f9 1pt solid; BORDER-LEFT: #cae7f9 1pt solid; WIDTH: 476.25pt; BORDER-TOP: #cae7f9 1pt solid; BORDER-RIGHT: #cae7f9 1pt solid; mso-cellspacing: 0in; mso-border-alt: solid #CAE7F9 .75pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 width=635 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #cae7f9; BORDER-LEFT: #cae7f9; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #cae7f9; BORDER-RIGHT: #cae7f9; PADDING-TOP: 0in" colSpan=2&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: #cae7f9; BORDER-LEFT: #cae7f9; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 0in; WIDTH: 21pt; PADDING-RIGHT: 0in; BORDER-TOP: #cae7f9; BORDER-RIGHT: #cae7f9; PADDING-TOP: 0in" width=28&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #cae7f9; BORDER-LEFT: #cae7f9; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #cae7f9; BORDER-RIGHT: #cae7f9; PADDING-TOP: 0in"&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=4 face=Cambria&gt;&lt;FONT size=2&gt;Below,&amp;nbsp;you'll find&amp;nbsp;links to&amp;nbsp;some previously unavailable materails that&amp;nbsp;will be very useful for Partners&amp;nbsp;as they make plans to migrate a customer to BPOS. Be sure to check out the&amp;nbsp;Discovery Checklist, as we&amp;nbsp;well as the lecture in Migration by the engineering team. In addition, you'll find some documents from Support to help you figure&amp;nbsp;error messages and their meaning when you use the migration tools. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 10pt 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;&lt;/UL&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=4 face=Cambria&gt;Business Productivity Online Suite Migration Toolkit for Partners&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Welcome to the Business Productivity Online Suite Migration Toolkit World Partner Conference Edition. Sign into &lt;/FONT&gt;&lt;A href="http://www.quickstartonlineservices.com/" mce_href="http://www.quickstartonlineservices.com/"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;www.quickstartonlineservices.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt; with your Windows Live ID then click on the below links to access the content.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;H3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=3 face=Cambria&gt;Microsoft Business Productivity Online Suite Migration Planning and Discovery Checklist &lt;/FONT&gt;&lt;/H3&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;A &lt;/FONT&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;detailed listing of tasks and issues to consider when planning a migration to Microsoft Business Productivity Online Suite.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Includes guidance for Trials, Choosing Services, Network Considerations, Workstation Preparation, as well as the individual services and migration. Links to available online resources are provided for each task&lt;/SPAN&gt;&lt;FONT size=3&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/Business%20Productivity%20Online%20Suite%20Discovery%20Checklist.docx" mce_href="https://www.quickstartonlineservices.com/Documents/Business%20Productivity%20Online%20Suite%20Discovery%20Checklist.docx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Microsoft Business Productivity Online Suite Onboarding and Discovery Checklist for Partners&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/CustomerDiscoveryChecklist.xlsx" mce_href="https://www.quickstartonlineservices.com/Documents/CustomerDiscoveryChecklist.xlsx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Customer acceptance testing and checklist sample&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;H3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=3 face=Cambria&gt;Migration Troubleshooting and Implementation Depth Guides&lt;/FONT&gt;&lt;/H3&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;These papers, produced by the Business Productivity Online Suite onboarding and support teams, provide detailed guidance for migration troubleshooting as well as step-by-step guidance for migration from a POP3 environment&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraph&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/Migration%20Depth%20Guides.zip" mce_href="https://www.quickstartonlineservices.com/Documents/Migration%20Depth%20Guides.zip"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Migration Troubleshooting and Implementation Depth Guides&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;H3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=3 face=Cambria&gt;Migration Summit Workshop Recording and Presentations&lt;/FONT&gt;&lt;/H3&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;These are the decks and presentations from the Business Productivity Online Suite Partner Migration Summit held in Redmond in fall of ‘09.&amp;nbsp;&amp;nbsp; Presenters from engineering, support and the product teams created and delivered these lectures packed with highly useful information real world migration experience including migrations from Exchange, POP3, and 3rd party systems&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/Migration%20Process%20Overview.zip" mce_href="https://www.quickstartonlineservices.com/Documents/Migration%20Process%20Overview.zip"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Migration Process Overview&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/Exchange%20Migration.zip" mce_href="https://www.quickstartonlineservices.com/Documents/Exchange%20Migration.zip"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Migration from Exchange to Exchange Online&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/NonExchange%20Migration.zip" mce_href="https://www.quickstartonlineservices.com/Documents/NonExchange%20Migration.zip"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Migrating from 3rd Party Platforms&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/IMAPPop3.zip" mce_href="https://www.quickstartonlineservices.com/Documents/IMAPPop3.zip"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Migrating from POP3 and IMAP&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo2" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.quickstartonlineservices.com/Documents/NonExchangeHostedMigration.pptx" mce_href="https://www.quickstartonlineservices.com/Documents/NonExchangeHostedMigration.pptx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Site Planning and Preparation&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;H3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=3 face=Cambria&gt;Guides and Resources&lt;/FONT&gt;&lt;/H3&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;A listing of valuable Migration and onboarding resources. Includes links to the SharePoint Online Infrastructure Planning Guide, Microsoft Assessment and Planning toolkit, and a Customer Acceptance Test Plan checklist&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo3" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://technet.microsoft.com/en-us/solutionaccelerators/dd537571.aspx" mce_href="http://technet.microsoft.com/en-us/solutionaccelerators/dd537571.aspx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Microsoft Online Planning (MAP) and Discovering Tool&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc196387.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc196387.aspx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Exchange Online Infrastructure Planning Guide&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc196387.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc196387.aspx"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;SharePoint Online Infrastructure Planning Guide&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=b4d668f4-26b0-4b3c-8b13-5e0275948257&amp;amp;displaylang=en&amp;amp;tm" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=b4d668f4-26b0-4b3c-8b13-5e0275948257&amp;amp;displaylang=en&amp;amp;tm"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Business Productivity Online Suite Migration Toolkit&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo3" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="FONT-FAMILY: Symbol; FONT-SIZE: 9pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=25350815-5c57-441a-b7fb-329ff5fe14b3" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=25350815-5c57-441a-b7fb-329ff5fe14b3"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Migration Whitepaper&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="WIDTH: 100%; mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184" class=MsoNormalTable border=0 cellPadding=0 width="100%" class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0.75pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 0.75pt; WIDTH: 6.3in; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0.75pt" width=605&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #cae7f9; BORDER-LEFT: #cae7f9; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #cae7f9; BORDER-RIGHT: #cae7f9; PADDING-TOP: 0in" colSpan=2&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3268486" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Tip/default.aspx">Tip</category></item><item><title>BPOS Discovery and Planning Checklist for Partners - Prelimary Version </title><link>http://blogs.technet.com/bpositive/archive/2009/07/06/bpos-discovery-and-planning-checklist-for-partners-prelimary-version.aspx</link><pubDate>Tue, 07 Jul 2009 01:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3261711</guid><dc:creator>Brett Hill</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3261711.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3261711</wfw:commentRss><description>&lt;P&gt;I've been workng on this document &lt;STRONG&gt;for Partners&lt;/STRONG&gt; to provide guidance on issues you should consider when evaluting a customer's business for a potential move to BPOS. It's pretty comprehensive, but not exhaustive. For those of you attending the WPC coming up, you can get this document &lt;A href="https://www.quickstartonlineservices.com/Documents/Business%20Productivity%20Online%20Suite%20Discovery%20Checklist.docx"&gt;https://www.quickstartonlineservices.com/Documents/Business%20Productivity%20Online%20Suite%20Discovery%20Checklist.docx&lt;/A&gt;&amp;nbsp;and a few more never&amp;nbsp;seen before jewels&amp;nbsp;as part of a Partner Migratin Tookit we built. There are only 400 of these to be distributed on CD at the conference, but have no fear, it will be on the quickstart site soon. I wanted to pre-post this document for partners to get feedback.&lt;/P&gt;
&lt;P&gt;Please note: This particular document is made specfiically for Partners so you have to be a Microsoft Certified Parnter to get to it.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;brett&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3261711" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category></item><item><title>Migrate to Exchange Online with no on premise tools:  Interview with Geeman Yip of BitTitan</title><link>http://blogs.technet.com/bpositive/archive/2009/06/04/migrate-to-exchange-online-with-no-on-premise-tools-interview-with-geeman-yip-of-bittitan.aspx</link><pubDate>Fri, 05 Jun 2009 01:56:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3250533</guid><dc:creator>Brett Hill</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3250533.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3250533</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;Many migration scenarios revolve around moving data from an on-premises server, such as &lt;A href="http://www.microsoft.com/exchange/2007/default.mspx"&gt;Exchange Server&lt;/A&gt; or Lotus Notes, to &lt;A href="http://www.microsoft.com/online/exchange-online.mspx"&gt;Exchange Online&lt;/A&gt;. &lt;/SPAN&gt;&lt;A href="http://www.bittitan.com/public/default.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;BitTitan&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;, the makers of &lt;/SPAN&gt;&lt;A href="http://www.migrationwiz.com/public/default.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;MigrationWiz&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; have another vision: migrating data from one hosted e-mail environment to another. In this installment of the Partner Migration Series, I speak with Geeman Yip of BitTitan about their product and how it works.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;Q: MigrationWiz is focused on what kind of migration scenario?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;A:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; MigrationWiz migrates any IMAP, POP or Exchange e-mail account that is accessible via the Internet. So that includes Hotmail, Gmail, America Online, and Windows Live, in addition to any hosted Exchange provider.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;Q: So basically, you log into your Website, create an account, indicate the number of mailboxes to migrate, point to all the right locations and then I’m done?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;A:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; Correct. The beauty of our service is that there are no tools to install. You use a web browser to access mailboxes on the Internet, and the migration occurs through our highly-secure data center.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;To listen to the entire interview with Geeman Yip, &lt;/SPAN&gt;&lt;A href="http://mediadl.microsoft.com/mediadl/www/o/online/MigrationWizInterview.mp3" mce_href="http://mediadl.microsoft.com/mediadl/www/o/online/MigrationWizInterview.mp3"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;click here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3250533" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category></item><item><title>Partner Migration Series: Interview with Steven Pivnik, Co-CEO  Binary Tree</title><link>http://blogs.technet.com/bpositive/archive/2009/05/27/partner-migration-series-interview-with-steven-pivnik-co-ceo-binary-tree.aspx</link><pubDate>Thu, 28 May 2009 02:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3246420</guid><dc:creator>Brett Hill</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3246420.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3246420</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;A href="http://www.binarytree.com/" mce_href="http://www.binarytree.com/"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;FONT color=#006ff7&gt;Binary Tree&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; has been in the business of developing products and services for cross platform migration since 1993, and they are a migration partner for &lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/online" mce_href="http://www.microsoft.com/online"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;FONT color=#0000ff&gt;Microsoft Online Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;. As a market leader in Notes migration, it's no surprise they are one of the first to offer Notes to &lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/online/exchange-online.mspx" mce_href="http://www.microsoft.com/online/exchange-online.mspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;FONT color=#0000ff&gt;Exchange Online&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; migration services and software. On May 20, I interviewed Steven Pivnik, Co-CEO of Binary Tree, about their solutions for Notes to Exchange Online services migrations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;Q: How did you start making migration tools for Microsoft Online Services? How did you start in the migration business?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;A:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt; We started Binary Tree in 1993 primarily as a Lotus Notes service organization doing a lot of Lotus Notes custom application development. We were hired by JP Morgan at that time to build a migration tool to take them from the mail platform they were on to Lotus Notes. We wrote a utility to do it and soon we were asked by another company to write a tool for migrating data from GroupWise to Lotus Notes. We said "Sure!" And then we had another project to migrate data from Netscape. And from those projects, a migration practice mushroomed into 24 different utilities to migrate to Lotus Notes. IBM licensed those tools and shipped them worldwide with the Notes CD, which gave us overnight worldwide notoriety in the Lotus Notes market space.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana', 'sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Monaco"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;A href="http://blogs.technet.com/bpositive/pages/partner-migration-series-binary-tree.aspx" mce_href="http://blogs.technet.com/bpositive/pages/partner-migration-series-binary-tree.aspx"&gt;Click here for the full interview.&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3246420" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Exchange+Online/default.aspx">Exchange Online</category></item><item><title>TLS on Local Exchange server with BPOS</title><link>http://blogs.technet.com/bpositive/archive/2009/05/22/tls-on-local-exchange-server-with-bpos.aspx</link><pubDate>Sat, 23 May 2009 05:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3244811</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3244811.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3244811</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Wanted to&amp;nbsp;post a&amp;nbsp;message from Ryan Phillips, BPOS Tech&amp;nbsp;guy extrordinare and all around nice guy&amp;nbsp;working on BPOS at Microsoft.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;This is a nice tech summary&amp;nbsp;that you should file under migration&amp;nbsp;and co-existence details.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;-brett&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;----------------------------&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Did you know that BPOS-S provides guidance on how to configure an On-Premise Messaging environment to use Transporter Layer Security (TLS) when sending/receiving messages securely.&amp;nbsp; The &lt;/FONT&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc743445.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc743445.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;documentation&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; states that you must install a certificate in your On-Premise Outbound Mail Server &lt;B&gt;however&lt;/B&gt;, this is ONLY true if this Messaging Server requires &lt;B&gt;Inbound &lt;/B&gt;messages to be securely received.&amp;nbsp; After following the guidance in the document/TechNet article listed above, the On-Premise Mail Server will be able to send/receive secure email via TLS.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;Note:&amp;nbsp; &lt;/B&gt;To receive TLS messages from EHS or any other Messaging Systems, a certificate must be applied to the On-Premise server that receives Internet email messages, which is defined by the SMTP Domain’s MX record.&amp;nbsp; By installing a publicly verifiable (VeriSign, etc.), the sending server will check the On-Premise Message Server’s certificate to make sure:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="mso-fareast-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt;The name being used to connect to the On-Premise Mail Server matches the certificates Common Name (CN)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="mso-fareast-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt;The certificate is not expired (Certificate Revocation List – CRL)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="mso-fareast-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt;The certificate is trusted by the sending server (Trusted Room Certification Authorities)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Once the above has been completed, the On-Premise environment will Send/Receive messages via TLS.&amp;nbsp; Until an On-Premise certificate is applied, the On-Premise server will only be able to Send TLS.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;…and know you know &lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Ryan J. Phillips&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;I&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;BPOS-S Service Account Manager&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3244811" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Exchange+Online/default.aspx">Exchange Online</category></item><item><title>Useful Migration and onboarding references</title><link>http://blogs.technet.com/bpositive/archive/2009/05/08/useful-migration-and-onboarding-references.aspx</link><pubDate>Fri, 08 May 2009 21:43:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3237831</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3237831.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3237831</wfw:commentRss><description>&lt;TABLE dir=None border=0 cellSpacing=0 cellPadding=0 width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=ms-PostTitle class="ms-PostTitle"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;DIV class=ms-PostBody&gt;
&lt;DIV&gt;
&lt;DIV class=ExternalClass1C0960D0B631436C8DB23C5871F27BAF&gt;
&lt;DIV&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Here are some useful links to the latest info on Migration and (and some onboarding) docs and resources. The Migration paper was recently updated and expanded significantly. Also, REALLY worth reviewing are the Infrastructure Planning and Design Guides for Exchange and SharePoint online. These papers provide a roadmap to features that you should identify as potential issues or opportunities when mapping a customer’s existing system and architecture to the features and capabilities of BPOS-S.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Migration White Paper&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://www.microsoft.com/downloads/info.aspx?na=90&amp;amp;p=&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=25350815-5c57-441a-b7fb-329ff5fe14b3&amp;amp;u=http://download.microsoft.com/download/D/F/6/DF6C3D9D-A10B-4245-9909-7A5E660D303C/Migrate+to+Microsoft+Online.doc"&gt;&lt;FONT size=2 face=Calibri&gt;http://www.microsoft.com/downloads/info.aspx?na=90&amp;amp;p=&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=25350815-5c57-441a-b7fb-329ff5fe14b3&amp;amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fD%2fF%2f6%2fDF6C3D9D-A10B-4245-9909-7A5E660D303C%2fMigrate+to+Microsoft+Online.doc&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Online Documentation: &lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://www.microsoft.com/online/help/en-us/bpos/index.html?page=html/d90be1d1-83c4-4f0c-b25b-816fbf321ff3.htm"&gt;&lt;FONT size=2 face=Calibri&gt;http://www.microsoft.com/online/help/en-us/bpos/index.html?page=html%2Fd90be1d1-83c4-4f0c-b25b-816fbf321ff3.htm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Directory Synchronization and Migration Tool Deep Dive Webcast&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="https://www.livemeeting.com/cc/partners1/view?id=35NNMF&amp;amp;role=attend&amp;amp;pw=d33c0a"&gt;&lt;FONT size=2 face=Calibri&gt;https://www.livemeeting.com/cc/partners1/view?id=35NNMF&amp;amp;role=attend&amp;amp;pw=d33c0a&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Engineering Team Blog Posts on Migration&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://blogs.technet.com/msonline/archive/tags/Migration+and+Coexistence/default.aspx"&gt;&lt;FONT size=2 face=Calibri&gt;http://blogs.technet.com/msonline/archive/tags/Migration+and+Coexistence/default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Migration Toolkit&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=b4d668f4-26b0-4b3c-8b13-5e0275948257&amp;amp;displaylang=en&amp;amp;tm"&gt;&lt;FONT size=2 face=Calibri&gt;http://www.microsoft.com/downloads/details.aspx?familyid=b4d668f4-26b0-4b3c-8b13-5e0275948257&amp;amp;displaylang=en&amp;amp;tm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Public Migration Forum&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://social.technet.microsoft.com/forums/en-US/onlineservicesmigrationandcoexistence/threads/"&gt;&lt;FONT size=2 face=Calibri&gt;http://social.technet.microsoft.com/forums/en-US/onlineservicesmigrationandcoexistence/threads/&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Microsoft Online Assessment and Planning Toolkit&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://technet.microsoft.com/en-us/solutionaccelerators/dd537571.aspx"&gt;&lt;FONT size=2 face=Calibri&gt;http://technet.microsoft.com/en-us/solutionaccelerators/dd537571.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd size=2 face=Cambria&gt;Infrastructure Planning and Design Guide for Exchange Online&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="http://services.social.microsoft.com/feeds/FeedItem?feedId=354f0d03-5d74-4af6-9796-30fef164210f&amp;amp;itemId=0cc66008-69b3-4644-9746-26e3bd99c80a&amp;amp;title=Exchange+Online:+Evaluating+Software-plus-Services&amp;amp;uri=http://download.microsoft.com/download/5/B/C/5BC966BC-47D8-41DF-95F2-FA9A2D816258/Exchange+Online+-+Evaluating+Software-plus-Services.zip&amp;amp;k=VlfVUCHipE2NkymGMOWXaW4%2bUXr8uJTZk2TZM/0sBKk%3d"&gt;&lt;FONT size=2 face=Calibri&gt;http://services.social.microsoft.com/feeds/FeedItem?feedId=354f0d03-5d74-4af6-9796-30fef164210f&amp;amp;itemId=0cc66008-69b3-4644-9746-26e3bd99c80a&amp;amp;title=Exchange+Online%3a+Evaluating+Software-plus-Services&amp;amp;uri=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2fB%2fC%2f5BC966BC-47D8-41DF-95F2-FA9A2D816258%2fExchange+Online+-+Evaluating+Software-plus-Services.zip&amp;amp;k=VlfVUCHipE2NkymGMOWXaW4%2bUXr8uJTZk2TZM%2f0sBKk%3d&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Cambria&gt;&lt;FONT size=2&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;Beta &lt;/SPAN&gt;Infrastructure Planning and Design Guide for SharePoint Online&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%"&gt;&lt;A href="https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=14&amp;amp;DownloadID=7925"&gt;&lt;FONT size=2 face=Calibri&gt;https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=14&amp;amp;DownloadID=7925&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3237831" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category></item><item><title>BPOS Migration Webcast and new Lotus Notes Migration options</title><link>http://blogs.technet.com/bpositive/archive/2009/04/29/bpos-migration-webcast-and-new-lotus-notes-migration-options.aspx</link><pubDate>Thu, 30 Apr 2009 06:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3233040</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3233040.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3233040</wfw:commentRss><description>&lt;P&gt;Just a couple of days ago I did a webcast on BPOS Migration. You can find it here:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;STRONG&gt;&amp;nbsp;Microsoft Online Services&amp;nbsp; Infrastructure Planning and Migration&lt;BR&gt;
&lt;TABLE style="WIDTH: 436.4pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class=MsoNormalTable border=0 cellSpacing=0 cellPadding=0 width=582 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 12.75pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 284.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=380&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;WWE REGISTRATION URL:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 70.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=94&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 80.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=108&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt; mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 436.4pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=582 colSpan=3&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407793&amp;amp;Culture=en-US"&gt;&lt;FONT color=#0000ff&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407793&amp;amp;Culture=en-US &lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt; mso-yfti-irow: 2"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 284.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=380&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;LIVE MEETING REPLAY URL:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 70.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=94&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 80.8pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=108&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt; mso-yfti-irow: 3; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 436.4pt; PADDING-RIGHT: 5.4pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0; PADDING-TOP: 0in" vAlign=top width=582 colSpan=3&gt;
&lt;P style="MARGIN: 0in 0in 12pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"&gt;&lt;A href="https://www.livemeeting.com/cc/mseventsbmo/view?id=1032407793&amp;amp;role=attend&amp;amp;pw=633BBEEA"&gt;&lt;FONT color=#0000ff&gt;https://www.livemeeting.com/cc/mseventsbmo/view?id=1032407793&amp;amp;role=attend&amp;amp;pw=633BBEEA&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;AND, binarytree has announced a Lotus Notes migration tool and service:&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;BR&gt;&lt;A href="http://news.prnewswire.com/DisplayReleaseContent.aspx?ACCT=104&amp;amp;STORY=/www/story/04-28-2009/0005014695&amp;amp;EDATE=#linktopagebottom"&gt;&lt;FONT color=#0000ff&gt;http://news.prnewswire.com/DisplayReleaseContent.aspx?ACCT=104&amp;amp;STORY=/www/story/04-28-2009/0005014695&amp;amp;EDATE=#linktopagebottom&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Plus a webinar on Note Migration:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.binarytree.com/website/msg/home.nsf/fnotescompete!OpenForm"&gt;http://www.binarytree.com/website/msg/home.nsf/fnotescompete!OpenForm&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3233040" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category></item><item><title>Microsoft Assessment and Planning Toolkit 3.2 Now Available! </title><link>http://blogs.technet.com/bpositive/archive/2008/11/03/microsoft-assessment-and-planning-toolkit-3-2-now-available.aspx</link><pubDate>Mon, 03 Nov 2008 17:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3146495</guid><dc:creator>Brett Hill</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3146495.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3146495</wfw:commentRss><description>&lt;TABLE class="" dir=None cellSpacing=0 cellPadding=0 width="100%" border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=ms-PostTitle class="ms-PostTitle"&gt;&lt;A href="https://www.discoveronlineservices.com/BrettsBPOSBlog/Lists/Posts/Post.aspx?ID=15"&gt;Microsoft Assessment and Planning Toolkit 3.2 Now Available!&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;DIV class=ms-PostBody&gt;
&lt;DIV&gt;
&lt;DIV class=ExternalClassE6B9CCF772CB4738923B401E0087C958&gt;
&lt;DIV&gt;The MAP toolkit has been updated to include &lt;STRONG&gt;testing for sysetm readiness for BPOS deployment&lt;/STRONG&gt;. This system will inventory online resourcesa and create reports tell you what needs to be done to get ready for deployment. &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Some if it's features include:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;H2&gt;In-Depth Readiness Reporting&lt;/H2&gt;
&lt;P&gt;The Microsoft Assessment and Planning Toolkit (MAP) generates reports containing both summary and detailed assessment results for each migration scenario. The results are provided in both Microsoft Excel and Microsoft Word documents. Reports are generated for the following scenarios:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Identification of currently installed Windows Client operating systems, their hardware, and recommendations for migration to Windows Vista. This tool also reports if desktops have anti-virus and anti-malware programs installed or if the Windows Firewall is turned on.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Identification of currently installed Windows Server operating systems, their hardware, and recommendations for migration to Windows Server 2008. 
&lt;LI&gt;Identification of currently installed Microsoft Office software and recommendations for migration to Microsoft Office 2007. 
&lt;LI&gt;Detailed assessment and reporting of server utilization gathered using the Performance Metrics Wizard. 
&lt;LI&gt;Recommendations for server consolidation and virtual machine placement using Hyper-V or Virtual Server 2005 R2. 
&lt;LI&gt;Assessment of client machines, servers, and the technology environment for the implementation of Microsoft Application Virtualization (formerly SoftGrid). &amp;nbsp; 
&lt;LI&gt;Reporting of SNMP-enabled devices found in the environment during inventory. 
&lt;LI&gt;Security Assessment:&amp;nbsp; Create a report on existing client computers to identify machines where Security Center, antispyware, antivirus or firewall products are not found or are not running correctly. 
&lt;LI&gt;Microsoft SQL Server Assessment:&amp;nbsp; Create a report on existing client and server computers to identify machines where Microsoft SQL Server instances are found. 
&lt;LI&gt;Virtual Machine Inventory:&amp;nbsp; Create reports that identify virtual machines in your computer environment. 
&lt;LI&gt;Power Savings Assessment: Create a proposal to identify server and client machines running in your environment and understand the power management capabilities available. 
&lt;LI&gt;Optimized Desktop Scenario Selection Tool: This tool defines common-usage scenarios to help organizations choose the client computing scenarios that best meet the unique needs of their businesses. Use the Windows Optimized Desktop Scenario Selection Tool to identify one or more Optimized Desktop scenarios that suit your organization’s needs. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; The Microsoft Assessment and Planning Toolkit (MAP) will generate localized reports for Windows Vista migration, Office 2007 migration, and non-Windows devices if the Display Language, configured on the computer generating the reports is set to German, French, Japanese, Korean, Spanish, and Portuguese.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Very nice!&lt;/DIV&gt;
&lt;DIV&gt;Strongly suggested.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://technet.microsoft.com/en-us/library/bb977556.aspx?SA_CE=NOT-MAP-BLOG-MAPBLOG-20081103"&gt;http://technet.microsoft.com/en-us/library/bb977556.aspx?SA_CE=NOT-MAP-BLOG-MAPBLOG-20081103&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3146495" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Annoucements/default.aspx">Annoucements</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/News/default.aspx">News</category></item><item><title>Virtual Airlift BPOS Webcasts Posted !</title><link>http://blogs.technet.com/bpositive/archive/2008/10/07/virtual-airlift-bpos-webcasts-posted.aspx</link><pubDate>Tue, 07 Oct 2008 04:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3133184</guid><dc:creator>Brett Hill</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/bpositive/comments/3133184.aspx</comments><wfw:commentRss>http://blogs.technet.com/bpositive/commentrss.aspx?PostID=3133184</wfw:commentRss><description>&lt;TABLE class="" dir=None cellSpacing=0 cellPadding=0 width="100%" border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=ms-PostTitle class="ms-PostTitle"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;DIV class=ms-PostBody&gt;
&lt;DIV&gt;
&lt;DIV class=ExternalClassE70B0EC2EA0F483CB972064C547041FC&gt;
&lt;DIV&gt;You want details? How about lectures from the people making the services on the latest version of BPOS hitting the web this weekend! I'm super excited to annoucne tha availability of the Virtual Airlift webcasts on the Technical tab of this site.&amp;nbsp; New features for Exchange, the administration console and other parts of the service are all detailed by the PMs at Microsoft in charge of those features.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You want to know about how secure our data centers are? Check out Mike Ziocks highly rated presentation &lt;A href="https://www.discoveronlineservices.com/Documents/Data_Center_Security_And_Reliability_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/Data_Center_Security_And_Reliability_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Interested in SharePoint Online capabilites? See it for yourself &lt;A href="https://www.discoveronlineservices.com/Documents/SharePoint_Online_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/SharePoint_Online_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;How about Exchange Online and the new Conference Room features? See Ed Wu in his psychedlic shirt at &lt;A href="https://www.discoveronlineservices.com/Documents/Exchange_Online_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/Exchange_Online_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Migration and Co-existence details and demo: &lt;A href="https://www.discoveronlineservices.com/Documents/Migration_And_Coexistence_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/Migration_And_Coexistence_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Of course, there's using the Administration Center including how to add a custom domain to BPOS: &lt;A href="https://www.discoveronlineservices.com/Documents/Microsoft_Online_Admin_Center_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/Microsoft_Online_Admin_Center_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;David Wang presents a demo and details about the single sign on tool. Important details are included about how to deploy and configure. &lt;A href="https://www.discoveronlineservices.com/Documents/Accessing_Microsoft_Online_Services_110k.wmv"&gt;https://www.discoveronlineservices.com/Documents/Accessing_Microsoft_Online_Services_110k.wmv&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Check out all the Virtual Airlift content on the Technical Tab!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Also, note there's new Business content too on the Business tab.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3133184" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/bpositive/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Migration-Onboarding/default.aspx">Migration-Onboarding</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Office+Live+Meeting+Online/default.aspx">Office Live Meeting Online</category><category domain="http://blogs.technet.com/bpositive/archive/tags/SharePoint+Online/default.aspx">SharePoint Online</category><category domain="http://blogs.technet.com/bpositive/archive/tags/SSO+Client/default.aspx">SSO Client</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Exchange+Online/default.aspx">Exchange Online</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Admin+Center/default.aspx">Admin Center</category><category domain="http://blogs.technet.com/bpositive/archive/tags/Training/default.aspx">Training</category></item></channel></rss>