<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Mitch Prince&amp;#39;s Blog</title><subtitle type="html">Microsoft SharePoint Products and Technologies &amp;amp; Content Management Server</subtitle><id>http://blogs.msdn.com/b/mitchp/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/mitchp/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2006-06-11T17:33:00Z</updated><entry><title>XPS and OXPS file support in Windows 7 and Windows 8</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/archive/2012/09/25/xps-and-oxps-file-support-in-windows-7-and-windows-8.aspx" /><id>http://blogs.msdn.com/b/mitchp/archive/2012/09/25/xps-and-oxps-file-support-in-windows-7-and-windows-8.aspx</id><published>2012-09-25T15:52:58Z</published><updated>2012-09-25T15:52:58Z</updated><content type="html">&lt;p&gt;The &lt;a href="http://msdn.microsoft.com/en-us/library/windows/hardware/gg463373.aspx"&gt;XMLPaper Specification (XPS)&lt;/a&gt; was originally created by Microsoft and then adopted by ECMA TC46 as &lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;a href="http://www.ecma-international.org/publications/standards/Ecma-388.htm"&gt;ECMA-388, the Open XML Paper Specification&lt;/a&gt;&lt;/span&gt;.&amp;nbsp; This is also referred to as OpenXPS.&amp;nbsp; XPS has the file extension of XPS and OpenXPS uses the OXPS file extension.&amp;nbsp;These two file formats aren&amp;rsquo;t the same.&amp;nbsp;Windows Vista and Windows 7 both contain support to view and create XPS files.&amp;nbsp; You can choose to print to the &amp;ldquo;Microsoft XPS Document Writer&amp;rdquo; &amp;nbsp;(MXDW) to create an XPS file and use the &lt;a href="http://windows.microsoft.com/en-US/windows7/what-is-the-xps-viewer"&gt;XPS&lt;br /&gt;Viewer&lt;/a&gt; to view them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Windows 8 can view and create both XPS and OXPS files.&amp;nbsp;&amp;nbsp; See &lt;a href="http://msdn.microsoft.com/library/windows/hardware/br259130"&gt;OpenXPS Support in Windows&lt;/a&gt;.&amp;nbsp; The &amp;ldquo;Microsoft XPS Document Writer&amp;rdquo;&amp;nbsp; defaults to creating an OXPS file.&amp;nbsp; When creating a document, you can choose which file type to create when you are prompted for the filename.&amp;nbsp; You can change this default using the group policy editor or use PowerShell as described in &lt;a href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx/Changing%20the%20Default%20Format%20for%20Microsoft%20XPS%20Document%20Writer"&gt;Changing the Default Format for Microsoft XPS Document Writer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can&amp;rsquo;t view an OXPS file on earlier versions of Windows (i.e Windows 7, Vista, or WinXP) because, these operating systems only support XPS.&amp;nbsp; If you try and open an OXPS file in the XPS Viewer, you will get the error &amp;ldquo;The XPS Viewer cannot open this&lt;br /&gt;document&amp;rdquo;.&amp;nbsp; You can&amp;rsquo;t simply rename the OXPS file to XPS because, these formats aren&amp;rsquo;t exactly the same.&amp;nbsp; If you try this, you will get the same error.&amp;nbsp;&amp;nbsp;&amp;nbsp;These formats are compared in the &lt;a href="http://download.microsoft.com/download/C/2/7/C27C657B-3BF1-4A83-B96B-E927798653A2/openxps-document-comparison-result.docx"&gt;OpenXPS Document Comparison Result (Open XPS Format) &lt;/a&gt;paper.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx/details.aspx?id=11816" bi:title="item" bi:index="0"&gt;Microsoft XML Paper Specification Essentials Pack&lt;/a&gt;&amp;nbsp;(version 1.2) provides support for Vista and Windows XP to view and create XPS files but, not OXPS files.&lt;/p&gt;
&lt;p&gt;However, you can use the &lt;a href="http://msdn.microsoft.com/en-us/library/windows/hardware/Hh846189(v=vs.85).aspx"&gt;XpsConverter&lt;/a&gt;&amp;nbsp;utility to convert OXPS files to the XPS file format.&amp;nbsp; The &lt;a href="http://msdn.microsoft.com/en-us/windows/hardware/hh852362"&gt;Windows Driver Kit 8&lt;/a&gt; (WDK) which used to be called the DDK, describes the &lt;a href="http://msdn.microsoft.com/en-us/library/windows/hardware/Hh846189(v=vs.85).aspx"&gt;XpsConverter&lt;/a&gt;&amp;nbsp;tool.&amp;nbsp; This tool isn&amp;rsquo;t included in WDK 7.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;XPS Converter (XpsConverter.exe) is a command-line tool for converting XML Paper Specification (XPS) documents from Microsoft XPS (MSXPS) to standardized OpenXPS, and from OpenXPS to Microsoft XPS (MSXPS). &amp;nbsp;&amp;nbsp;When you install the WDK, the&lt;br /&gt;XPSConverter.exe file is placed in the %programfiles%\Windows Kits\8.0\bin\&lt;em&gt;&amp;lt;arch&amp;gt;&lt;/em&gt; or %programfiles(86)%\Windows Kits\8.0\bin\&lt;em&gt;&amp;lt;arch&amp;gt; &lt;/em&gt;directories.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s the syntax to convert an OXPS file to the XPS format:&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="638"&gt;
&lt;p&gt;XpsConverter /XPS /InputFile=sample.oxps&amp;nbsp; /OutputFile=sample.xps&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10353073" width="1" height="1"&gt;</content><author><name>Mitch Prince _MSFT_</name><uri>http://blogs.msdn.com/mitchprince_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author><category term="OXPS" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/OXPS/" /><category term="Windows 8" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/Windows+8/" /></entry><entry><title>SharePoint 2013 - Training and Published Resources</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/archive/2012/08/14/sharepoint-2013-training-and-published-resources.aspx" /><id>http://blogs.msdn.com/b/mitchp/archive/2012/08/14/sharepoint-2013-training-and-published-resources.aspx</id><published>2012-08-14T15:08:00Z</published><updated>2012-08-14T15:08:00Z</updated><content type="html">&lt;p&gt;For those of you that are interested in getting up to speed on SharePoint 2013, you maybe interested in the following collection of technical resources that we have published recently when we released SharePoint 2013 Preview.&amp;nbsp; Rather than having to dig around looking for all of these, I have collected these together for you to help you start your SharePoint 2013 training roadmap:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Training&lt;/li&gt;
&lt;li&gt;Information on TechNet and MSDN&lt;/li&gt;
&lt;li&gt;Software and SDK downloads&lt;/li&gt;
&lt;li&gt;Visio diagrams&lt;/li&gt;
&lt;li&gt;Key articles that will be of interest to ITPros and Developers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align="center"&gt;&lt;b&gt;SharePoint 2013 Preview Technical Resources&lt;/b&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Now available on MSDN: deep training on SharePoint Server 2013! These multi-module, comprehensive training sessions are available for IT pros and developers.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SharePoint 2013 training for IT pros&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bit.ly/PigeB8"&gt;http://bit.ly/PigeB8&lt;/a&gt;&amp;nbsp;or &lt;a href="http://msdn.microsoft.com/en-us/sharepoint/Fp123606"&gt;http://msdn.microsoft.com/en-us/sharepoint/Fp123606&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are the videos of all sessions for this training course.&amp;nbsp; These were based on information a little before Beta 2 shipped.&amp;nbsp; Learn to deliver collaborative capabilities with the new&amp;nbsp;SharePoint, Project, and Visio. Also learn how to efficiently share,&amp;nbsp;build, and organize project work within your team.&lt;/p&gt;
&lt;p&gt;For background on this class see the following blog post by one of my fellow course instructors:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/vesku/archive/2012/07/17/sharepoint-2013-it-pro-and-developer-training-materials-released.aspx"&gt;http://blogs.msdn.com/b/vesku/archive/2012/07/17/sharepoint-2013-it-pro-and-developer-training-materials-released.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Developer training&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;a href="http://bit.ly/MXe9Lm"&gt;http://bit.ly/MXe9Lm&lt;/a&gt; or &lt;/span&gt;&lt;/i&gt;&lt;a href="http://msdn.microsoft.com/en-US/office/apps/fp123626"&gt;http://msdn.microsoft.com/en-US/office/apps/fp123626&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Developer-focused how to training and walkthrough videos about Office 2013 and SharePoint 2013 including changes and new features for search, social, ECM, WCM, and REST. Learn about apps for Office and SharePoint.&amp;nbsp; Learn how to use the new Office and SharePoint development scenarios to efficiently build solutions. These modules are designed for Office and SharePoint developers experienced in developing, deploying, and supporting Office and SharePoint customizations&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;MSDN&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Apps for Office and SharePoint&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The new cloud app model gives you maximum choice and&amp;nbsp;flexibility to build a new class of apps for Office and SharePoint using familiar languages, tools, and hosting services. Find out more at the &lt;a href="http://msdn.microsoft.com/en-us/office/apps"&gt;Apps for Office and SharePoint Developer Center.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/jj162979(v=office.15)"&gt;&lt;b&gt;SharePoint 2013&lt;/b&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;br /&gt;Find developer documentation and SDKs, reference content, how-tos, and walkthroughs for the most recent version of SharePoint including:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/jj164084(v=office.15)"&gt;SharePoint 2013 development overview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/jj163091(v=office.15)"&gt;What's new for developers in SharePoint 2013&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Related products located in other&lt;br /&gt;sections of the MSDN library:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee330921(v=vs.110).aspx"&gt;SharePoint Development in Visual Studio 11 Beta&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;What's new for developers in SharePoint 2013&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Learn about new features and functionality in SharePoint 2013 Preview, including the new Cloud App Model, development tools, platform enhancements, mobile apps, and more.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/jj163091(v=office.15)"&gt;http://msdn.microsoft.com/en-us/library/jj163091(v=office.15)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Apps for SharePoint overview&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/office/apps/fp179930(v=office.15"&gt;http://msdn.microsoft.com/en-us/library/office/apps/fp179930(v=office.15&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Learn what apps for SharePoint are, why you should build them, and the concepts that are fundamental to building them in SharePoint 2013 Preview.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee554869(v=office.15)"&gt;Start: Set up the development environment for SharePoint 2013&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Learn the steps to set up a SharePoint 2013 Preview development environment by installing SharePoint 2013 Preview and Visual Studio&lt;br /&gt;2012.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/office/apps/fp179924(v=office.15)"&gt;&lt;b&gt;Sign up for an Office 365 Developer Site&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Learn how to sign up for an Office 365 Developer Site to&lt;br /&gt;develop, test, and deploy apps for Office and SharePoint.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SharePoint Development in Visual Studio&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee330921(v=vs.110).aspx"&gt;http://msdn.microsoft.com/en-us/library/ee330921(v=vs.110).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Technet&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/sharepoint/fp142366"&gt;&lt;b&gt;SharePoint 2013 for IT pros&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Get the IT pro resources you need to try SharePoint Foundation 2013 and SharePoint Server 2013 on-premises including details about installation, upgrade, migration, and services.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TechNet evaluation articles for SharePoint 2013 Preview&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The following articles about how to evaluate SharePoint 2013 Preview are available to view online. Writers update articles on a continuing basis as new information becomes available and as users provide feedback.&amp;nbsp; Each of these documents provides a good&lt;br /&gt;overview of these topics.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj219758(v=office.15)"&gt;What's new in authentication for SharePoint 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fp161238(v=office.15)"&gt;What's new for Business Connectivity Services in SharePoint 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fp161513(v=office.15)"&gt;What's new in eDiscovery in SharePoint Server 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fp161352(v=office.15)"&gt;What's new for mobile devices in SharePoint 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fp161517(v=office.15)"&gt;What's new in records management and compliance in SharePoint Server 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj542395(v=office.15)"&gt;What's new in business intelligence in SharePoint Server 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj219766(v=office.15)"&gt;What's new in social computing in SharePoint Server 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj219688(v=office.15)"&gt;What's new in web content management for SharePoint 2013 Preview publishing sites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff607742(v=office.15)"&gt;Changes from SharePoint 2010 to SharePoint 2013 Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh872914(v=office.15)"&gt;Test lab guides for SharePoint Server 2013&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc262788(v=office.15)"&gt;Downloadable content for SharePoint 2013 Preview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download the preliminary content in the SharePoint 2013 Preview TechNet library for offline viewing.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Downloads&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30382"&gt;&lt;b&gt;SharePoint 2013 Technical Library in Compiled Help&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Downloadable&lt;br /&gt;CHM version of SharePoint 2013 content on TechNet.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30384"&gt;&lt;b&gt;Downloadable eBook: Deployment guide for SharePoint 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Download this free ebook to learn how to install and configure SharePoint Server and SharePoint Foundation.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30398"&gt;&lt;b&gt;Solution:&amp;nbsp; Surface external data from AdventureWorks in SharePoint 2013 Preview and Office 2013 Preview (white paper)&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Learn how to use a customer view in an external data source, configure &lt;b&gt;SharePoint&lt;/b&gt; &lt;b&gt;2013 &lt;/b&gt;Preview services and accounts, choose and implement an authentication mode, define an external content type, create and authorize...&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30361"&gt;&lt;b&gt;SharePoint 2013: presentation: IT pro training&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Download walkthroughs, training, and reviews of new features, changes and options in Office 2013 for ITPros.&amp;nbsp;&lt;br /&gt;(The zip file at the bottom of the list of downloads contains all of the presentations).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Visio Diagrams:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30368"&gt;&lt;b&gt;Design Sample: Extranet with Dedicated Zones for Authentication for SharePoint 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This &lt;b&gt;design&lt;/b&gt; &lt;b&gt;sample &lt;/b&gt;illustrates many top-level project sites with vanity URLs by using host-named sites for each project site (instead of organizing project sites underneath a top-level site collection).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30362"&gt;&lt;b&gt;Design Sample: Corporate Portal with Host-named Sites for SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This &lt;b&gt;design&lt;/b&gt; &lt;b&gt;sample &lt;/b&gt;illustrates the use of host-named site collections with all sites deployed in a single web application on the farm. This method is highly scalable and is flexible in managing URLs.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30378"&gt;&lt;b&gt;Design Sample: Corporate Portal with Path-based Sites for SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This &lt;b&gt;design&lt;/b&gt; &lt;b&gt;sample &lt;/b&gt;illustrates the use of path-based site collections with sites organized into dedicated web applications and a single top-level site collection per web&lt;br /&gt;application.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30383"&gt;&lt;b&gt;Enterprise search architectures for SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This &lt;b&gt;design&lt;/b&gt; &lt;b&gt;sample &lt;/b&gt;shows the search architecture for a variety of sizes of server farms.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30374"&gt;&lt;b&gt;Search architectures for SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This &lt;b&gt;design&lt;/b&gt; &lt;b&gt;sample &lt;/b&gt;shows the search architecture for a medium size server farm.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30371"&gt;&lt;b&gt;SharePoint 2013 Preview Upgrade Process&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This model explains the process that you use when you upgrade from SharePoint Foundation 2010 or SharePoint Server 2010 to SharePoint Foundation 2013 Preview or SharePoint&lt;br /&gt;Server 2013 Preview.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30366"&gt;&lt;b&gt;SharePoint 2013 Preview: How to Test Upgrade&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This model explains how to create a test environment to use when you upgrade from SharePoint Server 2010 or SharePoint Foundation 2010 to &lt;b&gt;SharePoint &lt;/b&gt;&lt;b&gt;2013&lt;/b&gt; Products Preview.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30365"&gt;&lt;b&gt;Back up and restore: SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This model illustrates various ways that you can back up and restore a SharePoint environment.&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30402"&gt;&lt;b&gt;Services in SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This illustration provides information about services that are available in SharePoint Server 2013 Preview.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Test Lab Guides&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30379"&gt;&lt;b&gt;Test Lab Guide:&amp;nbsp; Demonstrate Intranet Collaboration with SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This paper helps you configure an environment to demonstrate the intranet collaboration features of SharePoint Server 2013 Preview.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30386"&gt;&lt;b&gt;Test Lab Guide:&amp;nbsp; Configure SharePoint Server 2013 Preview in a Three-Tier Farm&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This paper provides a brief introduction to SharePoint Server 2013 Preview and illustrates how to create a three-tier test lab.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30385"&gt;&lt;b&gt;Test Lab Guide: Demonstrate SAML-based Claims Authentication with SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This paper provides a brief introduction to SharePoint Server 2013 Preview and illustrates how to create a three-tier test lab that uses SAML-based claims authentication.&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;SDKs&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30355"&gt;&lt;b&gt;SharePoint Server 2013 Client Components SDK&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The SharePoint Server 2013 Client Components SDK can be used to enable remote and local development with SharePoint Server 2013&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=28768"&gt;&lt;b&gt;SharePoint 15 Technical Preview Interoperability API Documentation&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This download provides documentation of APIs related to Interoperability with &lt;b&gt;SharePoint&lt;/b&gt; 15.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-US/office/apps/fp123627"&gt;SharePoint 2013 SDK - (coming soon)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-US/office/apps/fp123627"&gt;Downloads&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download the tools, products, and resources you need to create apps for Office and SharePoint.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Software Downloads&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30358"&gt;&lt;b&gt;Microsoft Office Web Apps Server Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;...PowerPoint, Excel, and OneNote. A single Office Web Apps Server farm can support users who access Office files through SharePoint 2013 Preview, Lync Server 2013 Preview, Exchange Server 2013 Preview, shared folders, and web sites.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30345"&gt;&lt;b&gt;SharePoint Foundation 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SharePoint Foundation 2013 is the essential solution for organizations that need a secure, manageable, web-based collaboration platform.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/hh973397"&gt;&lt;b&gt;Download Microsoft SharePoint Server&lt;br /&gt;2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SharePoint Server 2013 Preview is designed to bring people together to get work done. Whether you&amp;rsquo;re using it to manage your enterprise content, make it easy for business end users to share ideas and information, or help developers build innovative new applications, SharePoint Server 2013&amp;rsquo;s improvements in scale, security, and flexibility have you covered.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30346"&gt;&lt;b&gt;SharePoint Designer 2013&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SharePoint Designer 2013 is the tool of choice for the rapid development of SharePoint applications.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30343"&gt;&lt;b&gt;Language Packs for SharePoint Foundation 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Language packs enable creation of sites and site collections in multiple languages without requiring separate installations of SharePoint Foundation 2013 Preview&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30347"&gt;&lt;b&gt;Language Packs for SharePoint Server 2013 Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Language packs enable creation of sites and site collections in multiple languages without requiring separate installations of SharePoint Server 2013 Preview&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30359"&gt;&lt;b&gt;SharePoint Online Management Shell Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The SharePoint Online Management Shell is a tool that contains a Windows &lt;b&gt;PowerShell&lt;/b&gt; Module to manage your SharePoint Online subscription in the Office 365 Preview.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30354"&gt;&lt;b&gt;Microsoft Office 2013 Preview Language Pack&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Microsoft Office Language Interface Pack 2013 Preview &amp;ndash; provides a user interface for many Microsoft Office 2013 Preview programs.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30356"&gt;&lt;b&gt;Language Packs for Microsoft Office Web Apps Server Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Language Packs enable the installation of additional interface languages to Office Web Apps Server Preview.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30375"&gt;&lt;b&gt;MICROSOFT&amp;reg; SQL SERVER&amp;reg; 2012 SERVICE PACK 1 (SP1), COMMUNITY TECHNOLOGY PREVIEW 3 (CTP3)&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;...intended ONLY for those customers who are testing Business Intelligence capabilities available in Office 2013 and &lt;b&gt;SharePoint&lt;/b&gt; &lt;b&gt;2013&lt;/b&gt; public preview program. DO NOT install this early CTP3 release for general SQL Server 2012 patches and bug fixes...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30353"&gt;&lt;b&gt;Microsoft Office 2013 Audit and Control Management Server&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Microsoft Audit and Control Management Server provides powerful change management features for Excel and Access files.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10339496" width="1" height="1"&gt;</content><author><name>Mitch Prince _MSFT_</name><uri>http://blogs.msdn.com/mitchprince_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author><category term="Training" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/Training/" /><category term="SharePoint_2013" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/SharePoint_5F00_2013/" /></entry><entry><title>Migrating Woodgrove to MOSS 2007</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/archive/2006/06/14/630743.aspx" /><id>http://blogs.msdn.com/b/mitchp/archive/2006/06/14/630743.aspx</id><published>2006-06-14T14:02:00Z</published><updated>2006-06-14T14:02:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;In the CMS migration guidance that we have delivered so far, we talk about what to look for in your existing apps, how some concepts change, and then about changes in the API.&amp;nbsp; But, we never show you actually how to migrate a site.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We are working on a whitepaper that will walk through how to migrate the Woodgrove (sample that shipped with CMS 2002) to MOSS 2007.&amp;nbsp; This is the "Hello, World" sample for CMS.&amp;nbsp; We will start off using the CMS Assessment Tool, then we will show how to use the content migration feature in MOSS, and then how to use Sharepoint Designer and VS.Net 2005 to migrate the code.&amp;nbsp; At the end of the paper will be a working example of Woodgrove on MOSS.&amp;nbsp; We will include the sample code with the paper.&amp;nbsp; From this paper you will be able to see where the different artifacts exist and some of the design decisions we made.&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=630743" width="1" height="1"&gt;</content><author><name>Mitch Prince _MSFT_</name><uri>http://blogs.msdn.com/mitchprince_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>CMS Assessment tool Known Bugs</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/archive/2006/06/12/627967.aspx" /><id>http://blogs.msdn.com/b/mitchp/archive/2006/06/12/627967.aspx</id><published>2006-06-12T13:27:00Z</published><updated>2006-06-12T13:27:00Z</updated><content type="html">&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;&lt;FONT size=2&gt;Since, the CMS Assessment tool was released two bugs have been reported.&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 class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;&lt;FONT size=2&gt;The first, is a bug in the Excel spreadsheet used to display the results.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;There's an error when running on non-English versions of Excel.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;After hitting the “Load Analysis Results” button, you get this error.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Below is an example of what this error looks like in German:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas&gt;Laufzeitfehler '1004':&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas&gt;Die PivotItems-Eigentschaft des PivotField-Objektes kann nicht &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas&gt;zugeordnet werden.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;A simple workaround is to switch to the language Excel is using to English.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;&lt;FONT size=2&gt;The 2nd bug is a timeout error when running an analysis of the large CMS repositories on .Net 1.1.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;&lt;FONT size=2&gt;We are testing fixes to both of these now and will release an update in a few weeks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; 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;FONT face=Tahoma size=2&gt;I'll continue to watch the newsgroups looking for any other reports of errors.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;But you can post comments here too.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=627967" width="1" height="1"&gt;</content><author><name>Mitch Prince _MSFT_</name><uri>http://blogs.msdn.com/mitchprince_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author><category term="CMS Migration" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/CMS+Migration/" /></entry><entry><title>CMS Migration Materials are available and TechEd</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/mitchp/archive/2006/06/11/626857.aspx" /><id>http://blogs.msdn.com/b/mitchp/archive/2006/06/11/626857.aspx</id><published>2006-06-12T00:33:00Z</published><updated>2006-06-12T00:33:00Z</updated><content type="html">&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;Microsoft office Sharepoint Server 2007 (MOSS 2007) is now in Beta.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Customers of Microsoft Content Management Server 2002 (CMS 2002) maybe wondering where CMS is.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The technology in CMS has been integrated into MOSS in the Web Publishing Features.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;We have written several whitepapers that discuss CMS migration to MOSS.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The start out very high level and end with an API comparision between CMS and MOSS for common tasks performed in PAPI.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;In addition to these papers, we have also created a tool called the "CMS Assessment Tool".&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This tool will create an inventory of every place in your application code where you are calling PAPI.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;In additon to anlayzing your code, it will collect statistics from the repository, and run a pre-migration analyzer against the content to let you know of any potential content migration issues.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;I placed links to all of these papers and the tool in the "CMS Migration" section on this blog.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT face=Tahoma&gt;Today, is the first keynote for TechEd.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I will be at the conference.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I will be leading a Birds of a Feather session on Thurday afternoon with Andrew Connell (MVP) on CMS Migration and you will find me at Arpan's CMS Migration talk too.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=626857" width="1" height="1"&gt;</content><author><name>Mitch Prince _MSFT_</name><uri>http://blogs.msdn.com/mitchprince_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author><category term="CMS Migration" scheme="http://blogs.msdn.com/b/mitchp/archive/tags/CMS+Migration/" /></entry></feed>