<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">The Sean Blog</title><subtitle type="html" /><id>http://blogs.technet.com/seanearp/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/seanearp/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-05-22T19:08:31Z</updated><entry><title>Content Query Web Part on SharePoint 2010 supports multi-value lookup fields</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/11/17/content-query-web-part-on-sharepoint-2010-supports-multi-value-lookup-fields.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/11/17/content-query-web-part-on-sharepoint-2010-supports-multi-value-lookup-fields.aspx</id><published>2009-11-17T20:16:34Z</published><updated>2009-11-17T20:16:34Z</updated><content type="html">That is probably the geekiest blog title I have ever written.&amp;#160; Sorry.&amp;#160; This is just a very cool change between 2007 and 2010 that will probably never make it to a marketing slide, but which solves a frustration that I experienced with 2007.   &lt;p&gt;Why is this important?&amp;#160; Let me walk you through an applied example.&amp;#160; Out of the box on SharePoint 2007, Blogs allow for only a single category.&amp;#160; This, of course, sucks.&amp;#160; If I write a post about installing SharePoint 2010 on Windows 7, I would like to categorize it as “SharePoint 2010” and “Windows 7”.&amp;#160; The workaround is simple and documented (in a video no less) by &lt;a href="http://communityzenmaster.com/members/LLiu/default.aspx" target="_blank"&gt;Lawrence Liu&lt;/a&gt; (who has since moved on to Telligent) here: &lt;a href="http://communityclips.officelabs.com/Video.aspx?videoId=903f79cd-1131-499e-b7df-c5383ff51341" target="_blank"&gt;Configuring SharePoint to allow multiple categories per blog post&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;This works great, but let’s say that the Sales, Legal, and Marketing teams at Contoso have all established blogs (with multiple categories) on their own web sites, and we would now like to aggregate some of their posts (any posts with a category of Foo) on the front page of our Intranet portal.&amp;#160; To do so, we add a Content Query Web Part to the front page, set the scope to our site collection, and filter to show items when Category is equal to Foo.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb.png" width="254" height="327" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;While this works fine with blogs that only allow a single category, here’s what we get if the Marketing blog has a category of “Foo” and “Bar”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_1.png" width="544" height="47" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Frustrating.&amp;#160; Waldek Mastykarz (a SharePoint Server MVP out of the Netherlands) has &lt;a href="http://blog.mastykarz.nl/inconvenient-content-query-web-part-lookup-fields-multiple-values/" target="_blank"&gt;some workarounds&lt;/a&gt; to this problem that include custom multi lookup fields or custom XSLT functions.&lt;/p&gt;  &lt;p&gt;Enter… SharePoint 2010.&amp;#160; First of all, right out of the box you can add multiple categories to a post.&amp;#160; The UI below is what you get when creating a post through the web interface, but I still prefer using &lt;a href="http://download.live.com/writer" target="_blank"&gt;Windows Live Writer&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_2.png" width="544" height="610" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;What does this do to content queries? Let’s add a content query web part to our front page.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_3.png" width="420" height="232" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;As with 2007, set our source scope to the site collection, with a list type of “Posts”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_4.png" width="345" height="279" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;We’ll filter to only show blog posts where the category is equal to foo (as before), and we’ll also filter out those “Welcome to your Blog!” posts that nobody remembers to delete.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_5.png" width="244" height="141" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Voila!&amp;#160; The content query (which is being run against a multi-value lookup field) successfully completes.&amp;#160; Sweet!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_6.png" width="178" height="125" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;* Disclaimer: SharePoint 2010 is in beta.&amp;#160; I’m not on the product team, and for all I know this capability may or may not make it to RTM. This functionality qualifies for Jeff Atwood’s “&lt;a href="http://www.codinghorror.com/blog/archives/000818.html" target="_blank"&gt;works on my machine&lt;/a&gt;” certification.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_18.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ContentQueryWebPartonSharePoint2010suppo_ABE3/image_thumb_8.png" width="204" height="196" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294522" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="SharePoint" scheme="http://blogs.technet.com/seanearp/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://blogs.technet.com/seanearp/archive/tags/SharePoint+2010/default.aspx" /></entry><entry><title>SharePoint 2010 Beta available on TechNet Plus and MSDN</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/11/16/sharepoint-2010-beta-available-on-technet-plus-and-msdn.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/11/16/sharepoint-2010-beta-available-on-technet-plus-and-msdn.aspx</id><published>2009-11-16T19:16:30Z</published><updated>2009-11-16T19:16:30Z</updated><content type="html">&lt;p&gt;The subject line says it all!&amp;#160; I just logged into my TechNet Plus subscription, and Office SharePoint Foundation Server (formerly Windows SharePoint Services), Office SharePoint Server 2010, Project Server 2010, Search Search Server 2010, and Web Applications Server 2010 are all available for download.&amp;#160; If you do not have a TechNet Plus subscription… GET ONE.&amp;#160; There is a link on the front page of &lt;a href="http://technet.microsoft.com" target="_blank"&gt;TechNet&lt;/a&gt; to sign up.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/SharePoint2010BetaavailableonTechNetPlus_9E8D/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/SharePoint2010BetaavailableonTechNetPlus_9E8D/image_thumb.png" width="544" height="203" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Get downloading!&amp;#160; Keep in mind that these are all 64-bit only, so if you are virtualizing your test platform, you’ll need to use Hyper-V (or a comparable virtualization platform that supports 64-bit guests).&amp;#160; The rest of the system requirements can be found here (&lt;a title="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx" href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx"&gt;http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx&lt;/a&gt;).&amp;#160; &lt;/p&gt;  &lt;p&gt;Visit the &lt;a href="http://technet.microsoft.com/en-us/sharepoint/ee263917.aspx" target="_blank"&gt;SharePoint 2010 TechCenter&lt;/a&gt; on Technet for all the documentation you need.&amp;#160;&amp;#160; There are 4 things I have run into on several test installations over the last few weeks that you will want to be aware of:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Use the prerequisites installer to install the prerequisites.&amp;#160; Don’t try to set things up manually, as you will forget a step, install a wrong version, forget to install a particular prerequisite, or otherwise mess up the installation.&amp;#160; I speak from experience here. &lt;/li&gt;    &lt;li&gt;SQL must be running the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=165748"&gt;Cumulative update package 3 for SQL Server 2005 Service Pack 3&lt;/a&gt;, or &lt;a href="http://go.microsoft.com/fwlink/?LinkId=165962"&gt;Cumulative update package 2 for SQL Server 2008 Service Pack 1&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Setup will not run unless you have previously installed the following hotfix (this should be automatically installed with a future version of the prerequisites installer)      &lt;ol&gt;       &lt;li&gt;For Windows Server 2008 with SP2, see &lt;a href="http://go.microsoft.com/fwlink/?linkID=160770"&gt;FIX: A hotfix that provides a method to support the token authentication without transport security or message encryption in WCF is available for the .NET Framework 3.5 SP1&lt;/a&gt; (http://go.microsoft.com/fwlink/?LinkID=160770). &lt;/li&gt;        &lt;li&gt;For Windows Server 2008 R2, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=166231"&gt;FIX: A hotfix that provides a method to support the token authentication without transport security or message encryption in WCF is available for the .NET Framework 3.5 SP1&lt;/a&gt; (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=166231"&gt;http://go.microsoft.com/fwlink/?LinkID=166231&lt;/a&gt;) &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;If you plan on running Access Web Services, it requires SQL Reporting Services to be installed, and it is MUCH easier to set up SQL Reporting Services integration with SharePoint if you install it BEFORE installing SharePoint (otherwise you’ll have to run through some manual configuration) &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;I have some vacation coming up, which should free up some time to start posting screenshots and walkthroughs of the features that I most like about SharePoint 2010 (there are a TON of them).&amp;#160; Stay tuned :)&lt;/p&gt;  &lt;p&gt;Final note:&amp;#160; This is a beta.&amp;#160; As stable and awesome as it is, it is NOT the RTM version.&amp;#160; Use it in a lab, use it in a test environment, do not use it in production.&amp;#160; It is very unlikely that you will be able to upgrade it to the RTM version once it is released next year.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294192" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="SharePoint" scheme="http://blogs.technet.com/seanearp/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://blogs.technet.com/seanearp/archive/tags/SharePoint+2010/default.aspx" /></entry><entry><title>P2V Baby</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/10/08/p2v-baby.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/10/08/p2v-baby.aspx</id><published>2009-10-08T03:11:56Z</published><updated>2009-10-08T03:11:56Z</updated><content type="html">&lt;p&gt;It just does not get any easier than this.&amp;#160; Mark Russinovich and Bryce Cogswell (Sysinternals gurus extraordinaire) have just published another amazingly useful (and free!) tool: Disk2vhd, which uses the power of &lt;a href="http://en.wikipedia.org/wiki/Shadow_Copy" target="_blank"&gt;Volume Shadow Copy Service(VSS)&lt;/a&gt; to turn your running version of Windows into a .vhd file for use with &lt;a href="http://www.microsoft.com/windows/virtual-pc/default.aspx" target="_blank"&gt;Virtual PC&lt;/a&gt; or &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx" target="_blank"&gt;Hyper-V&lt;/a&gt;.&amp;#160; Just start up the tool, tell it which drives you want to convert, give it a destination (which can even be on a network share), and hit “Create”.&lt;/p&gt;  &lt;p&gt;Boom.&amp;#160; You have a VHD that you can throw at Virtual PC or Hyper-V, load up the integration components, and you have a virtual machine up and running.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/P2VBaby_F1D9/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/P2VBaby_F1D9/image_thumb_1.png" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;You can download it here: &lt;a title="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx"&gt;http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Description of the tool from the site:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Disk2vhd is a utility that creates VHD (Virtual Hard Disk - Microsoft’s Virtual Machine disk format) versions of physical disks for use in Microsoft Virtual PC or Microsoft Hyper-V virtual machines (VMs). The difference between Disk2vhd and other physical-to-virtual tools is that you can run Disk2vhd on a system that’s online. Disk2vhd uses Windows’ Volume Snapshot capability, introduced in Windows XP, to create consistent point-in-time snapshots of the volumes you want to include in a conversion. You can even have Disk2vhd create the VHDs on local volumes, even ones being converted (though performance is better when the VHD is on a disk different than ones being converted).&lt;/p&gt;    &lt;p&gt;It will create one VHD for each disk on which selected volumes reside. It preserves the partitioning information of the disk, but only copies the data contents for volumes on the disk that are selected. This enables you to capture just system volumes and exclude data volumes, for example.&lt;/p&gt;    &lt;blockquote&gt;     &lt;p&gt;&lt;em&gt;Note: Virtual PC supports a maximum virtual disk size of 127GB. If you create a VHD from a larger disk it will not be accessible from a Virtual PC VM.&lt;/em&gt;&lt;/p&gt;   &lt;/blockquote&gt;    &lt;p&gt;To use VHDs produced by Disk2vhd, create a VM with the desired characteristics and add the VHDs to the VM’s configuration as IDE disks. On first boot, a VM booting a captured copy of Windows will detect the VM’s hardware and automatically install drivers, if present in the image. If the required drivers are not present, install them via the Virtual PC or Hyper-V integration components. You can also attach to VHDs using the Windows 7 or Windows Server 2008 R2 Disk Management or Diskpart utilities.&lt;/p&gt;    &lt;blockquote&gt;     &lt;p&gt;&lt;em&gt;Note: do not attach to VHDs on the same system on which you created them if you plan on booting from them. If you do so, Windows will assign the VHD a new disk signature to avoid a collision with the signature of the VHD’s source disk. Windows references disks in the boot configuration database (BCD) by disk signature, so when that happens Windows booted in a VM will fail to locate the boot disk.&lt;/em&gt;&lt;/p&gt;   &lt;/blockquote&gt;    &lt;p&gt;Disk2vhd runs Windows XP SP2, Windows Server 2003 SP1, and higher, including x64 systems.&lt;/p&gt;    &lt;p&gt;Here’s a screenshot of a copy of a Windows Server 2008 R2 Hyper-V system running in a virtual machine on top of the system it was made from:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/P2VBaby_F1D9/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/P2VBaby_F1D9/image_thumb_2.png" width="544" height="342" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3285383" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="TechNet" scheme="http://blogs.technet.com/seanearp/archive/tags/TechNet/default.aspx" /><category term="Virtualization" scheme="http://blogs.technet.com/seanearp/archive/tags/Virtualization/default.aspx" /><category term="Server" scheme="http://blogs.technet.com/seanearp/archive/tags/Server/default.aspx" /><category term="Windows" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows/default.aspx" /><category term="Hyper-V" scheme="http://blogs.technet.com/seanearp/archive/tags/Hyper-V/default.aspx" /><category term="Windows 7" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows+7/default.aspx" /></entry><entry><title>Windows 7 About Face</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/10/05/windows-7-about-face.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/10/05/windows-7-about-face.aspx</id><published>2009-10-05T06:33:05Z</published><updated>2009-10-05T06:33:05Z</updated><content type="html">&lt;p&gt;The story from June 2008: &lt;a href="http://bits.blogs.nytimes.com/2008/06/25/et-tu-intel/"&gt;http://bits.blogs.nytimes.com/2008/06/25/et-tu-intel/&lt;/a&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;Intel, the giant chip maker and longtime partner of Microsoft, has decided against upgrading the computers of its own 80,000 employees to Microsoft’s Vista operating system, a person with direct knowledge of the company’s plans said.&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7AboutFace_120F6/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7AboutFace_120F6/image_thumb.png" width="230" height="130" /&gt;&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;The person, who has been briefed on the situation but requested anonymity because of the sensitivity of Intel’s relationship with Microsoft, said the company made its decision after a lengthy analysis by its internal technology staff of the costs and potential benefits of moving to Windows Vista, which has drawn fire from many customers as a buggy, bloated program that requires costly hardware upgrades to run smoothly.&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;“This isn’t a matter of dissing Microsoft, but Intel information technology staff just found no compelling case for adopting Vista,” the person said.&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The story today: &lt;a href="http://arstechnica.com/microsoft/news/2009/10/97-percent-of-intel-testers-recommend-windows-7.ars"&gt;http://arstechnica.com/microsoft/news/2009/10/97-percent-of-intel-testers-recommend-windows-7.ars&lt;/a&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;Following participation in Microsoft's Technical Adopter Program (TAP), Intel IT found that Windows 7 running on PCs with Intel vPro technology delivers the best productivity for our employees &amp;amp; the best managed solution for IT. After three months of trial with over 300 users, 97 percent of our test users would recommend the new OS to peers and Intel IT sees the potential to save $11M over the next three years. Because of improved employee productivity, reduced costs, ease of deployment and enhanced security, Intel IT is rolling out Windows 7 to early adopters this year and enterprise deployments starting early 2010. Authored by John Gonzalez (OS Product Line Manager, Intel IT), &lt;a href="http://communities.intel.com/servlet/JiveServlet/download/4123-1-2750/The%20Value%20of%20PC%20Refresh%20with%20Microsoft%20Windows%207.pdf"&gt;this paper&lt;/a&gt; describes these benefits and results of Intel's participation in the Windows 7 TAP. &lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;In addition to the 97 percent statistic, Intel listed four other key results: &lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;•Performance: More responsive for key tasks such as booting and launching productivity applications.&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;•Stability: Fewer users experienced blue screens.&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;•Application Readiness: No remediation required during evaluation; application readiness does not appear to be a roadblock to adoption.&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;&lt;i&gt;•Total Cost of Ownership: Initial estimate of potential USD 11 million net present value.&lt;/i&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3284771" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /><category term="Windows 7" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows+7/default.aspx" /></entry><entry><title>Windows 7 – Customize your notification area</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/09/01/windows-7-customize-your-notification-area.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/09/01/windows-7-customize-your-notification-area.aspx</id><published>2009-09-01T18:46:52Z</published><updated>2009-09-01T18:46:52Z</updated><content type="html">&lt;p&gt;Windows 7 does an excellent job of hiding the various notification icons that vendors (yes, even us) seem heck-bent on using to grab your attention in XP/Vista.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_thumb.png" width="169" height="43" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;However, there may be some icons (perhaps Communicator or Windows Live Messenger) that you’d like to see all the time.&amp;#160; You can change what shows up in this area the hard way (right-clicking on the taskbar, choosing properties, and then hitting the “Customize…” button),&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_8.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_thumb_3.png" width="418" height="465" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;or you can do it the easy way.&amp;#160; Hit the little arrow to expand your notification area, and then just drag down the icon you’d like to show up all the time.&amp;#160; It will even remember its position after a reboot&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Windows7Customizeyournotificationarea_7B75/image_thumb_2.png" width="234" height="233" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3278504" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /><category term="Windows 7" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows+7/default.aspx" /></entry><entry><title>SQL Server 2008 Migration White Papers</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/08/25/sql-server-2008-migration-white-papers.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/08/25/sql-server-2008-migration-white-papers.aspx</id><published>2009-08-25T04:50:14Z</published><updated>2009-08-25T04:50:14Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/SQLServer2008MigrationWhitePapers_108E3/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/SQLServer2008MigrationWhitePapers_108E3/image_thumb.png" width="363" height="75" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Just noticed these pop up on the Microsoft Download Center… some guides on migrating from various databases to &lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx" target="_blank"&gt;SQL Server 2008&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Guide to Migrating from MySQL to SQL Server 2008&lt;/b&gt;    &lt;br /&gt;In this migration guide you will learn the differences between the MySQL and SQL Server 2008 database platforms, and the steps necessary to convert a MySQL database to SQL Server.     &lt;br /&gt;&lt;b&gt;Guide to Migrating from Oracle to SQL Server 2008&lt;/b&gt;    &lt;br /&gt;This white paper explores challenges that arise when you migrate from an Oracle 7.3 database or later to SQL Server 2008. It describes the implementation differences of database objects, SQL dialects, and procedural code between the two platforms. The entire migration process using SQL Server Migration Assistant (SSMA) 2008 for Oracle is explained in depth, with a special focus on converting database objects and PL/SQL code.     &lt;br /&gt;&lt;b&gt;Guide to Migrating from Informix to SQL Server 2008&lt;/b&gt;    &lt;br /&gt;This white paper explores challenges that arise when you migrate from an Informix 11 database to SQL Server 2008. It describes the implementation differences of database objects and procedural code between the two platforms. Emulation of system functions is also discussed.     &lt;br /&gt;&lt;b&gt;Guide to Migrating from Sybase ASA to SQL Server 2008&lt;/b&gt;    &lt;br /&gt;This white paper explores challenges that arise when you migrate from a Sybase Adaptive Server Anywhere (ASA) database of version 9 or later to SQL Server 2008. It describes the implementation differences of database objects, SQL dialects, and procedural code between the two platforms.     &lt;br /&gt;&lt;b&gt;Guide to Migrating from Sybase ASE to SQL Server 2008&lt;/b&gt;    &lt;br /&gt;This white paper covers known issues for migrating Sybase Adaptive Server Enterprise database to SQL Server 2008. Instructions for handling the differences between the two platforms are included. The paper describes how SQL Server Migration Assistant, the best tool for this type of migration, can help resolve various migration issues.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c7933d3e-b7b9-43a6-ade3-f8e37c8cb046#tm" target="_blank"&gt;Download the guides here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3276521" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="SQL" scheme="http://blogs.technet.com/seanearp/archive/tags/SQL/default.aspx" /><category term="Server" scheme="http://blogs.technet.com/seanearp/archive/tags/Server/default.aspx" /></entry><entry><title>Keep your desktop private</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/08/11/keep-your-desktop-private.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/08/11/keep-your-desktop-private.aspx</id><published>2009-08-11T06:08:26Z</published><updated>2009-08-11T06:08:26Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Keepyourdesktopprivate_11B36/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Keepyourdesktopprivate_11B36/image_thumb_1.png" width="174" height="308" /&gt;&lt;/a&gt; If you do demonstrations or webcasts from your computer, used the desktop screen sharing feature on &lt;a href="http://office.microsoft.com/en-us/communicator/FX101729051033.aspx" target="_blank"&gt;Office Communicator 2007 R2&lt;/a&gt;, or asked for &lt;a href="http://windowshelp.microsoft.com/Windows/en-US/Help/398b5eda-aa7f-4078-94c5-1519b697bfa01033.mspx" target="_blank"&gt;remote assistance&lt;/a&gt; you may have inadvertently shown your desktop to your co-workers, a client, or the world.&lt;/p&gt;  &lt;p&gt;If you keep a spotless computer desktop (or are using a clean Hyper-V/Virtual PC image for your demo), this is not a problem.&amp;#160; If you store files that you would rather keep private on your desktop, how can you avoid this embarrassment?&lt;/p&gt;  &lt;p&gt;Simple… just right-click on your Desktop –&amp;gt; View –&amp;gt; unselect &lt;strong&gt;Show desktop icons&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Voila! You have an empty desktop. (Check this option again to bring the icons back)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Keepyourdesktopprivate_11B36/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Keepyourdesktopprivate_11B36/image_thumb_2.png" width="404" height="232" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272234" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Windows" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows/default.aspx" /><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /></entry><entry><title>Add a buffer to that email you wish you hadn’t sent</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/08/07/add-a-buffer-to-that-email-you-wish-you-hadn-t-sent.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/08/07/add-a-buffer-to-that-email-you-wish-you-hadn-t-sent.aspx</id><published>2009-08-07T19:43:54Z</published><updated>2009-08-07T19:43:54Z</updated><content type="html">&lt;p&gt;We have all sent e-mails that we later regretted (usually that regret comes seconds after hitting the “send” button).&amp;#160; If you are running Outlook along with Exchange, you can occasionally &lt;a href="http://www.bing.com/search?q=site%3Aoffice.microsoft.com+recall+email"&gt;recall/replace the message&lt;/a&gt;.&amp;#160; However, message recall doesn’t tend to work if you:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Wait too long to recall&lt;/li&gt;    &lt;li&gt;Sent the e-mail to a distribution list&lt;/li&gt;    &lt;li&gt;Sent a really really stupid email that you would give anything to get back&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;If only there were a way to add a delay of just a few minutes between hitting the “send” button and having the bits actually hit the wire.&lt;/p&gt;  &lt;p&gt;Fortunately, there is!&amp;#160; You can do it on a per-email basis using the following steps:&lt;/p&gt;  &lt;li&gt;In the message, click &lt;b&gt;Options&lt;/b&gt;. &lt;/li&gt;  &lt;li&gt;Under &lt;b&gt;Delivery options&lt;/b&gt;, select the &lt;b&gt;Do not deliver before&lt;/b&gt; check box, and then click the delivery date and time you want.&lt;/li&gt;  &lt;p&gt;If you are like me, however, you do not remember to check this box before sending a regrettable e-mail.&amp;#160; So, let’s setup a global delay for all e-mails.&lt;/p&gt;  &lt;li&gt;On the &lt;b&gt;Tools&lt;/b&gt; menu, click &lt;b&gt;Rules and Alerts&lt;/b&gt;, and then click &lt;b&gt;New Rule&lt;/b&gt;. &lt;/li&gt;  &lt;li&gt;Select &lt;b&gt;Start from a blank rule&lt;/b&gt;. &lt;/li&gt;  &lt;li&gt;In the &lt;b&gt;Step 1: Select when messages should be checked&lt;/b&gt; box, click &lt;b&gt;Check messages after sending&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;  &lt;li&gt;In the &lt;b&gt;Step 1: Select condition(s)&lt;/b&gt; list, select any options you want, and then click &lt;b&gt;Next&lt;/b&gt;. (For example, you can have the delay only apply to e-mails you send to a particular Distribution List or a specific co-worker) &lt;/li&gt;  &lt;p&gt;If you do not select any check boxes, a confirmation dialog box appears. Clicking &lt;b&gt;Yes&lt;/b&gt; applies this rule to all messages you send.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/6bc3383c8d28_8364/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/6bc3383c8d28_8364/image_thumb_1.png" width="457" height="551" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In the &lt;b&gt;Step 1: Select action(s)&lt;/b&gt; list, select &lt;b&gt;defer delivery by a number of minutes&lt;/b&gt;. Delivery can be delayed up to two hours.&lt;/p&gt;  &lt;p&gt;In the &lt;b&gt;Step 2: Edit the rule description (click on an underlined value)&lt;/b&gt; box, click the underlined phrase &lt;b&gt;a number of&lt;/b&gt; and enter the number of minutes you want messages held before sending.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/6bc3383c8d28_8364/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/6bc3383c8d28_8364/image_thumb_2.png" width="457" height="550" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;li&gt;Click &lt;b&gt;OK&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;  &lt;li&gt;Select any exceptions, and then click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;  &lt;li&gt;In the &lt;b&gt;Step 1: Specify a name for this rule&lt;/b&gt; box, type a name for the rule. &lt;/li&gt;  &lt;li&gt;Click &lt;b&gt;Finish&lt;/b&gt;.&lt;/li&gt;  &lt;p&gt;Voila! you now have &amp;lt;whatever number you picked&amp;gt; minutes to go into your outbox and edit the email to include a forgotten attachment, rephrase your scathing attack on someone’s integrity, or delete the e-mail altogether until you have had time to sleep on your reply.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3271578" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Exchange" scheme="http://blogs.technet.com/seanearp/archive/tags/Exchange/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/seanearp/archive/tags/Outlook/default.aspx" /></entry><entry><title>Unnecessary Complexity</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/08/05/unnecessary-complexity.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/08/05/unnecessary-complexity.aspx</id><published>2009-08-05T20:13:25Z</published><updated>2009-08-05T20:13:25Z</updated><content type="html">&lt;p&gt;If you are a long term Windows user, you right-click everything.&amp;#160; That right-click menu offers a lot of options, and it is comforting to see everything that you can do at any given time.&amp;#160; Heck… you can often Shift-right-click and get even MORE options.&lt;/p&gt;  &lt;p&gt;There is an interesting place within Windows where the right-click adds much more complexity, and I’ll bet you’ve been using it forever :)&lt;/p&gt;  &lt;p&gt;Safety removing hardware (for safely removing external hard drives, USB keys, etc).&lt;/p&gt;  &lt;p&gt;Tell me if this sequence of actions looks familiar…&amp;#160; You right-click on the “Safely Remove Hardware” icon in the system tray,&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_thumb.png" width="342" height="69" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You get the “Safely Remove Hardware” window, where you select the USB Mass Storage Device” and hit Stop.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_thumb_1.png" width="437" height="434" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Next comes the “Stop a Hardware device” window that has your single device listed in 3 different ways.&amp;#160; Select one, hit “OK”, and your device is finally ready to unplug from your computer.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_thumb_2.png" width="391" height="267" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;A mere right-click, left click, left click, left click, left click, left click.&lt;/p&gt;  &lt;p&gt;If only there were a better way!&amp;#160; It turns out there is, and it has been staring you in the face the whole time ;)&amp;#160; Simply LEFT click at the very beginning, and you can directly remove the device without having to navigate through a ton of windows.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_thumb_3.png" width="442" height="61" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;It’s that easy.&amp;#160; (I believe this behavior goes back several versions of Windows, although I’m not going to move off of Windows 7 to check for you ;)&lt;/p&gt;  &lt;p&gt;Good news… In Windows 7, both left AND right-clicking gives you the same menu :)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/UnnecessaryComplexity_81C9/image_thumb_4.png" width="347" height="167" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270906" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Windows" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows/default.aspx" /><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /></entry><entry><title>Add Bing to your site</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/08/01/add-bing-to-your-site.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/08/01/add-bing-to-your-site.aspx</id><published>2009-08-01T18:23:15Z</published><updated>2009-08-01T18:23:15Z</updated><content type="html">&lt;p&gt;Just saw this over on &lt;a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!5788.entry"&gt;The Road to Know Where&lt;/a&gt;, and is really quite nice… You can run through a quick wizard over on the &lt;a href="http://www.bing.com/siteowner/"&gt;Bing Site Owner&lt;/a&gt; site, and it will generate some HTML that you can past on your site to add a Bing Search Box that will search both the Internet and your site.&lt;/p&gt;  &lt;p&gt;The search box powered by Bing provides a fast, customizable search solution for your website or blog. Visitors to your site can search the entire Web, just your site, or any sites that you choose.&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;       &lt;p&gt;&lt;strong&gt;Basic Search Box -&lt;/strong&gt; Displays results on the Bing website. Searches a single site that you specify, or the entire Web.&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;p&gt;&lt;strong&gt;Advanced Search Box&lt;/strong&gt; - Displays results on your site. Searches multiple sites you specify, the entire Web, or applies a Bing Macro.&lt;/p&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/AddBingtoyoursite_75EF/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/AddBingtoyoursite_75EF/image_thumb.png" width="426" height="449" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Get it here:&amp;#160; &lt;a title="http://www.bing.com/siteowner/" href="http://www.bing.com/siteowner/"&gt;http://www.bing.com/siteowner/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3269973" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /><category term="Bing" scheme="http://blogs.technet.com/seanearp/archive/tags/Bing/default.aspx" /></entry><entry><title>Binging Twitter</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/07/02/binging-twitter.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/07/02/binging-twitter.aspx</id><published>2009-07-02T15:43:32Z</published><updated>2009-07-02T15:43:32Z</updated><content type="html">&lt;p&gt;Wow, that sounds kind of dirty…&lt;/p&gt;  &lt;p&gt;I am proud to say that I have managed to make it this far without joining the time sink that is Twitter (although watching CNN, you’d think that it will eventually replace speech as the primary form of human communication).&lt;/p&gt;  &lt;p&gt;Anyhoo… &lt;a href="http://www.bing.com" target="_blank"&gt;Bing&lt;/a&gt; just added a pretty cool feature: searches of Twitter tweets.&amp;#160; Just search for any given Twitter user name + twitter, and you’ll get their picture and last two tweets.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_thumb.png" width="544" height="198" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_thumb_1.png" width="544" height="198" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/BingingTwitter_4FC6/image_thumb_2.png" width="544" height="198" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3260756" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /><category term="Bing" scheme="http://blogs.technet.com/seanearp/archive/tags/Bing/default.aspx" /></entry><entry><title>IT Infrastructure Threat Modeling Guide Released</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/06/23/it-infrastructure-threat-modeling-guide-released.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/06/23/it-infrastructure-threat-modeling-guide-released.aspx</id><published>2009-06-23T10:00:00Z</published><updated>2009-06-23T10:00:00Z</updated><content type="html">&lt;p&gt;The &lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;Solution Accelerators&lt;/a&gt; team is at it again, releasing the &lt;a href="https://technet.microsoft.com/en-us/library/dd941826.aspx"&gt;IT Infrastructure Threat Modeling Guide&lt;/a&gt;, which provides an easy-to-understand method for developing threat models that can help prioritize investments in IT infrastructure security. This guide describes and considers the extensive methodology that exists for Microsoft &lt;a href="http://msdn.microsoft.com/en-us/security/cc448177.aspx"&gt;Security Development Lifecycle (SDL)&lt;/a&gt; threat modeling and uses it to establish a threat modeling process for IT infrastructure.&lt;/p&gt;  &lt;p&gt;Included in the guide are the following:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Chapter 1: &lt;/strong&gt;&lt;strong&gt;IT Infrastructure Components&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This chapter focuses on understanding the details of the components that the IT infrastructure threat modeling process will consider, including diagramming, identifying threats, mitigating threats, and validating all the information that is acquired during the process. The chapter discusses use scenarios, dependencies, implementation assumptions, entry points, and trust levels.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Chapter 2: The IT Infrastructure Threat Model Portfolio&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This chapter describes how to populate the IT infrastructure threat model portfolio with relevant data about your components. The chapter includes information about prioritization and is essential for helping you mitigate threats with the greatest potential impact to your organization.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Chapter 3: Applied Example – The Threat Modeling Process&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This chapter uses a fictitious organization's communications system as an example for the IT infrastructure threat modeling process. The rapid introduction of mobile devices into IT infrastructure could make such a system an ideal target for an attacker. You can use the SDL Threat Modeling Tool as described in this guide or another of your own choosing.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ITInfrastructureThreatModelingGuideRelea_1202A/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ITInfrastructureThreatModelingGuideRelea_1202A/image_thumb.png" width="540" height="337" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The threat modeling guide also discusses how you would use the &lt;a href="http://msdn.microsoft.com/en-us/security/dd206731.aspx"&gt;Microsoft SDL Threat Modeling tool&lt;/a&gt;, and walks through some applied examples with our good friends at &lt;a href="http://www.fabrikam.com"&gt;Fabrikam&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ITInfrastructureThreatModelingGuideRelea_1202A/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ITInfrastructureThreatModelingGuideRelea_1202A/image_thumb_1.png" width="523" height="361" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=154010"&gt;To download a copy of the &lt;strong&gt;IT Infrastructure Threat Modeling Guide&lt;/strong&gt;, click here&lt;/a&gt;.&lt;/p&gt;  &lt;h3&gt;Related Resources&lt;/h3&gt;  &lt;p&gt;The following resources provide additional information about security topics and in-depth discussion of the concepts and security prescriptions in this guide:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a&gt;&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;a href="http://go.microsoft.com/fwlink/?linkid=30794"&gt;Security Risk Management Guide&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/dd320379.aspx"&gt;Microsoft Operations Framework&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc677002.aspx"&gt;Security Compliance Management Toolkit series&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/ssa"&gt;Security Solution Accelerators&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3257673" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="TechNet" scheme="http://blogs.technet.com/seanearp/archive/tags/TechNet/default.aspx" /><category term="Security" scheme="http://blogs.technet.com/seanearp/archive/tags/Security/default.aspx" /><category term="Solution Accelerator" scheme="http://blogs.technet.com/seanearp/archive/tags/Solution+Accelerator/default.aspx" /></entry><entry><title>How do you measure up?</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/06/11/how-do-you-measure-up.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/06/11/how-do-you-measure-up.aspx</id><published>2009-06-12T01:38:35Z</published><updated>2009-06-12T01:38:35Z</updated><content type="html">&lt;p&gt;Cool Instant Answer on &lt;a href="http://www.bing.com" target="_blank"&gt;Bing&lt;/a&gt;… just visit and search for “&amp;lt;job&amp;gt; salary”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_thumb.png" width="544" height="258" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_thumb_1.png" width="544" height="276" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/Howdoyoumeasureup_DBF3/image_thumb_2.png" width="544" height="256" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3253715" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Cool" scheme="http://blogs.technet.com/seanearp/archive/tags/Cool/default.aspx" /><category term="Bing" scheme="http://blogs.technet.com/seanearp/archive/tags/Bing/default.aspx" /></entry><entry><title>Read-Only Domain Controller (RODC) Branch Office Guide Released</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/06/07/read-only-domain-controller-rodc-branch-office-guide-released.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/06/07/read-only-domain-controller-rodc-branch-office-guide-released.aspx</id><published>2009-06-07T20:08:18Z</published><updated>2009-06-07T20:08:18Z</updated><content type="html">&lt;p&gt;If you are involved in a project to plan or upgrade Active Directory in your branch offices, you may have questions such as: What type of domain controller should I use for a given branch office? Does a given branch office even need a Domain Controller? What topology should I use? How do I monitor AD at the Branch Office location? Can I upgrade an existing 2003 Domain Controller to a Windows Server 2008 RODC?&amp;#160; All these questions and more are answered in the new RODC Branch Office Guide, which explains how to plan, deploy, and administer read-only domain controllers (RODCs) in branch office environments. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;This guide describes new features in Windows Server 2008 that can provide benefits for Active Directory deployments that include branch offices. It explains how to assess an existing deployment of domain controllers in branch offices to determine whether deploying read-only domain controllers (RODCs) in existing or future branch offices is appropriate for your organization. For more general information about how to install and configure an RODC, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=122172"&gt;Planning and Deploying Read-Only Domain Controllers&lt;/a&gt;. For more information about deploying an RODC in a perimeter network (also known as DMZ), see &lt;a href="http://go.microsoft.com/fwlink/?LinkId=150091"&gt;Active Directory Domain Services in the Perimeter Network (Windows Server 2008)&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Get the Read-Only Domain Controller (RODC) Branch Office Guide here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;TechNet: &lt;a href="http://technet.microsoft.com/en-us/library/dd734758(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/dd734758(WS.10).aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Download Center: &lt;a href="http://go.microsoft.com/fwlink/?LinkId=153714"&gt;http://go.microsoft.com/fwlink/?LinkId=153714&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ReadOnlyDomainControllerRODCBranchOffice_8E80/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/ReadOnlyDomainControllerRODCBranchOffice_8E80/image_thumb_1.png" width="516" height="672" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3251504" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Server" scheme="http://blogs.technet.com/seanearp/archive/tags/Server/default.aspx" /><category term="2003" scheme="http://blogs.technet.com/seanearp/archive/tags/2003/default.aspx" /><category term="Windows Server 2008" scheme="http://blogs.technet.com/seanearp/archive/tags/Windows+Server+2008/default.aspx" /><category term="Active Directory" scheme="http://blogs.technet.com/seanearp/archive/tags/Active+Directory/default.aspx" /></entry><entry><title>Free Technical Support for Windows 7 RC (for Microsoft Partners)</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/seanearp/archive/2009/05/22/free-technical-support-for-windows-7-rc-for-microsoft-partners.aspx" /><id>http://blogs.technet.com/seanearp/archive/2009/05/22/free-technical-support-for-windows-7-rc-for-microsoft-partners.aspx</id><published>2009-05-22T21:08:31Z</published><updated>2009-05-22T21:08:31Z</updated><content type="html">&lt;p&gt;The Partner Online Technical Communities are one of the best kept secrets at Microsoft.&amp;nbsp; Actually, they are not a secret, but I keep running into Partners that haven’t heard that they have unlimited no-cost support break-fix, developer, and presales incidents for over 50 Microsoft technologies, including: &lt;/p&gt; &lt;table border="0" cellspacing="0" cellpadding="2" width="100%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt; &lt;ul&gt; &lt;li&gt;Microsoft Dynamics products  &lt;li&gt;Microsoft Exchange Server  &lt;li&gt;Microsoft Forefront security  &lt;li&gt;Microsoft Intelligent Application Gateway  &lt;li&gt;Microsoft Office products  &lt;li&gt;Microsoft Office Communications Server  &lt;li&gt;Microsoft Office SharePoint Server  &lt;li&gt;Microsoft SQL Server  &lt;li&gt;Microsoft Silverlight and Expression&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; &lt;td valign="top" width="200"&gt; &lt;ul&gt; &lt;li&gt;Microsoft System Center products  &lt;li&gt;Microsoft Virtual PC and Microsoft Virtual Server  &lt;li&gt;Windows Internet Explorer  &lt;li&gt;Windows 7 RC  &lt;li&gt;Windows Mobile  &lt;li&gt;Windows Server  &lt;li&gt;Windows Small Business Server (Windows SBS)&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;As you can see, Windows 7 RC was just added to the list.&amp;nbsp; These are not newsgroups where you hope someone eventually comes along that has seen your problem before, the Partner Online Technical Communities are staffed by Microsoft employees that guarantee a response time according to the following table:&lt;/p&gt; &lt;table style="border-bottom: medium none; border-left: medium none; border-collapse: collapse; border-top: medium none; border-right: medium none; mso-border-alt: solid #f9b074 1.0pt; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" class="MsoTableMediumGrid1Accent6" border="1" cellspacing="0" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr style="mso-yfti-irow: -1; mso-yfti-firstrow: yes"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 6.65in; padding-right: 5.4pt; background: #fde5d1; border-top: #f9b074 1pt solid; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 63" valign="top" width="638" colspan="2"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 5" class="MsoNormal"&gt;&lt;b&gt;Response Time&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow: 0"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 68" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Gold Certified Partners&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 68" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Certified Partners&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 64" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;4 business hours for break-fix queries&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 64" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;8 business hours for presales questions on any Microsoft technologies.&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: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Small Business Specialist Community&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;4 business hours for break-fix queries&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: 2"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 68" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Microsoft Action Pack Subscription (MAPS)&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 64" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;8 business hours for break-fix queries&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: 3"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Gold Certified and Certified Partners with the ISV/Software Solutions competency&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Registered Members in the Empower for ISVs program&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Partners with the Custom Development Solutions competency&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Web Solution Partners&lt;sup&gt; 4&lt;/sup&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;8 business hours for developer questions related to Microsoft ASP.NET, Microsoft Silverlight, Microsoft Expression, SQL Server, Windows Presentation Foundation, Microsoft Visual Studio, C++, and C#.&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: 4"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 68" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Registered Members&lt;sup&gt; 5&lt;/sup&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 64" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;1 business day for break-fix queries&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: 5"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 4" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;OEM System Builder Partners&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: #f9b074 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 239.4pt; padding-right: 5.4pt; background: #fde5d1; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-background-themecolor: accent6; mso-background-themetint: 63; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191; mso-border-bottom-themecolor: accent6; mso-border-bottom-themetint: 191; mso-border-right-themecolor: accent6; mso-border-right-themetint: 191; mso-border-left-alt: solid #f9b074 1.0pt; mso-border-left-themecolor: accent6; mso-border-left-themetint: 191" valign="top" width="319"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt" class="MsoNormal"&gt;&lt;span style="font-family: 'Verdana','sans-serif'; color: #333333; font-size: 8.5pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;2 business days for pre-installation queries&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: 6; mso-yfti-lastrow: yes"&gt; &lt;td style="border-bottom: #f9b074 1pt solid; border-left: #f9b074 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 6.65in; padding-right: 5.4pt; background: #fbcba3; border-top: medium none; border-right: #f9b074 1pt solid; padding-top: 0in; mso-border-themecolor: accent6; mso-border-themetint: 191; mso-background-themecolor: accent6; mso-background-themetint: 127; mso-border-top-alt: solid #f9b074 1.0pt; mso-border-top-themecolor: accent6; mso-border-top-themetint: 191" valign="top" width="638" colspan="2"&gt; &lt;p style="line-height: normal; margin-bottom: 0pt; mso-yfti-cnfc: 68" class="MsoNormal"&gt;&lt;sup&gt;&lt;span style="font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-weight: bold"&gt;4&lt;/span&gt;&lt;/sup&gt;&lt;span style="font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-weight: bold"&gt;Microsoft Action Pack Special Edition Web Solutions Toolkit holders &lt;br&gt;&lt;sup&gt;5&lt;/sup&gt;Registered Partners who do not meet the preceding criteria will receive a one-business-day response time. &lt;/span&gt;&lt;span style="mso-bidi-font-weight: bold"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;&lt;/form&gt; &lt;p&gt;&lt;/p&gt;Try out the Partner Online Technical Communities here: &lt;a title="https://partner.microsoft.com/global/40014662" href="https://partner.microsoft.com/global/40014662"&gt;https://partner.microsoft.com/global/40014662&lt;/a&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3244659" width="1" height="1"&gt;</content><author><name>smearp</name><uri>http://blogs.technet.com/members/smearp.aspx</uri></author><category term="Partner" scheme="http://blogs.technet.com/seanearp/archive/tags/Partner/default.aspx" /></entry></feed>