<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>SharePoint Comic</title><link>http://blogs.technet.com/b/sharepointcomic/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/danlewis/sharepoint" /><feedburner:info uri="danlewis/sharepoint" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/danlewis/sharepoint?format=skin</thespringbox:skin><geo:lat>35.113906</geo:lat><geo:long>-80.761306</geo:long><image><link>http://www.sharepointcomic.com</link><url>http://www.sharingthepoint.com/Lists/Photos/My%20Photos/sharingthepoint_logo.jpg</url><title>SharePoint Comic</title></image><feedburner:emailServiceId>danlewis/sharepoint</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Verify SharePoint 2010 Upgrade localupgradestatus</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/VkAgJbEwnHc/verify-sharepoint-2010-upgrade-localupgradestatus.aspx</link><pubDate>Wed, 15 Aug 2012 15:22:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3514518</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3514518</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2012/08/15/verify-sharepoint-2010-upgrade-localupgradestatus.aspx#comments</comments><description>&lt;p&gt;When upgrading to SharePoint 2010 from SharePoint 2007, there are lots of things you can before upgrading to resolve issues itself prior to upgrading.&amp;#160; And there are things you can do after upgrade to verify upgrade went okay as well.&amp;#160; Obviously, there needs to be involvement from the end users to check the sites and verify that things upgraded well.&lt;/p&gt;  &lt;p&gt;As an administrator, you have things available to you after the upgrade such as the upgrade logs and the upgrade status page in Central Administration.&lt;/p&gt;  &lt;p&gt;There is one additional method that&amp;#160; a lot of people don’t know about and it’s the stsadm command &lt;strong&gt;localupgradestatus. &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Things to know:&lt;/strong&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;It’s going to dump out a lot of info, so it’s smart to make sure you output it into a txt file&lt;/li&gt;    &lt;li&gt;It doesn’t take any parameters&lt;/li&gt;    &lt;li&gt;It needs to be run on each server on the farm&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;strong&gt;To Run The Command:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;stsadm –o localupgradestatus &amp;gt;upgradestatus_output.txt&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;&lt;/p&gt;  &lt;pre class="csharpcode"&gt; &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;object&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;demo2010a&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;Microsoft.SharePoint.Administration.SPServer&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;level&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;1&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;level&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;status&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;OK&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;status&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;object&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;So what we have listed are all of the objects for upgrade (example above), as well as the summary.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Name: the name of the object &lt;/li&gt;

  &lt;li&gt;Type: the type of object&lt;/li&gt;

  &lt;li&gt;Level: the upgrade priority of the object&lt;/li&gt;

  &lt;li&gt;Status: the upgrade status.&amp;#160; &lt;strong&gt;OK&lt;/strong&gt; means it’s upgraded.&amp;#160; &lt;strong&gt;Needs Upgrade,&lt;/strong&gt; obviously means that it’s not.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;The summary will detail the content dbs and their status, site collections and their status, and a object count over all.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;[19] content database(s) encountered. 
    &lt;br /&gt; [0] content database(s) still need upgrade or cannot be upgraded. 

    &lt;br /&gt; [90] site collection(s) are contained in the content databases. 

    &lt;br /&gt; [0] site collection(s) still need upgrade. 

    &lt;br /&gt; [173] other objects encountered, [2] of them still need upgrade or cannot be upgraded.&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3514518" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/VkAgJbEwnHc" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Tips/">Tips</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2012/08/15/verify-sharepoint-2010-upgrade-localupgradestatus.aspx</feedburner:origLink></item><item><title>SharePoint Comic SPC 2012 Early Bird</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/GNK9czP3BiU/sharepoint-comic-spc-2012-early-bird.aspx</link><pubDate>Tue, 26 Jun 2012 04:18:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505938</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3505938</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2012/06/26/sharepoint-comic-spc-2012-early-bird.aspx#comments</comments><description>&lt;p&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="AwP3zMaCIAAIkya" border="0" alt="AwP3zMaCIAAIkya" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/2318.AwP3zMaCIAAIkya_5F00_69E28281.jpg" width="466" height="475" /&gt;&lt;/p&gt;  &lt;p&gt;Sign up for the SharePoint Conference by this Friday, June 29th, and save $400 on registration.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.sharepointconference.com/Pages/default.aspx" href="http://www.sharepointconference.com/Pages/default.aspx"&gt;http://www.sharepointconference.com/Pages/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505938" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/GNK9czP3BiU" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2012/06/26/sharepoint-comic-spc-2012-early-bird.aspx</feedburner:origLink></item><item><title>SharePoint Comic SharePoint Circus</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/a9Q9N7s2Ez8/sharepoint-comic-sharepoint-circus.aspx</link><pubDate>Sat, 23 Jun 2012 14:21:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505555</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3505555</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2012/06/23/sharepoint-comic-sharepoint-circus.aspx#comments</comments><description>&lt;p&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SharePointCircus" border="0" alt="SharePointCircus" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/4135.SharePointCircus_5F00_1F6B508E.jpg" width="466" height="475" /&gt;&lt;/p&gt;  &lt;p&gt;Having a rough SharePoint Day?&amp;#160; Cheer it up with the SharePoint Circus Chant (to the tune of Madagascar3) &lt;a title="http://www.youtube.com/embed/_aELcXyjpts" href="http://www.youtube.com/embed/_aELcXyjpts"&gt;http://www.youtube.com/embed/_aELcXyjpts&lt;/a&gt;&lt;/p&gt; &lt;iframe height="315" src="http://www.youtube.com/embed/_aELcXyjpts?rel=0" frameborder="0" width="420" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505555" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/a9Q9N7s2Ez8" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2012/06/23/sharepoint-comic-sharepoint-circus.aspx</feedburner:origLink></item><item><title>Free Screen Recorder</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/5mODV2yNnOw/free-screen-recorder.aspx</link><pubDate>Thu, 24 May 2012 21:54:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499959</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3499959</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2012/05/24/free-screen-recorder.aspx#comments</comments><description>&lt;p&gt;Yes my dear 7 readers, not only am I back to blogging but I come bearing free gifts.&amp;#160; &lt;/p&gt;  &lt;p&gt;There is a utility in Windows 7 that many users don’t know about, and it will probably become one of your favorites after reading this.&amp;#160; It’s called the &lt;strong&gt;Problem Steps Recorder&lt;/strong&gt;.&amp;#160; It’s perfect for documenting quickly how a user is encountering an error, a family member having a PC issues, etc… To use this utility, and in most cases you will have someone else use it so you can understand what their problem may be, do the following:&lt;/p&gt;  &lt;p&gt;1. Start PSR&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Start &amp;gt; Search &amp;gt;&amp;#160; ‘psr’      &lt;br /&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/8176.image_5F00_168AD4C3.png" width="266" height="105" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. Select psr.exe from Programs      &lt;br /&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/3348.image_5F00_473DDC6E.png" width="397" height="135" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;c. Select ‘Start Record’      &lt;br /&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/5327.image_5F00_3ACFB945.png" width="437" height="120" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;2. Now have the user reproduce the steps that are causing the problem.&lt;/p&gt;  &lt;p&gt;3. Stop Recording&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Select ‘Stop Record’ (note – you could also pause recording, and then start recording some more)      &lt;br /&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/8055.image_5F00_242D6AFE.png" width="423" height="115" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;4.&amp;#160; PSR will output the files into a .zip file.&amp;#160; Just give it a name and choose where you want to save it.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So what do you get?&lt;/p&gt;  &lt;p&gt;The output is a .mht file, with a date and time stamp. For example: Problem_20120524_2347.mht.&amp;#160; The review is actually quite helpful, broken down by steps and screen shots which can be viewed in a couple of different ways.&amp;#160; Enjoy.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SNAGHTML585320" border="0" alt="SNAGHTML585320" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/6064.SNAGHTML585320_5F00_10A00B5D.png" width="413" height="284" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SNAGHTML590c31" border="0" alt="SNAGHTML590c31" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/2656.SNAGHTML590c31_5F00_160E7C01.png" width="524" height="185" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SNAGHTML598f64" border="0" alt="SNAGHTML598f64" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/6064.SNAGHTML598f64_5F00_33A05700.png" width="458" height="283" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499959" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/5mODV2yNnOw" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Tips/">Tips</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+7/">Windows 7</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2012/05/24/free-screen-recorder.aspx</feedburner:origLink></item><item><title>Mount ISO in Windows 8</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/PJCfy8TzwKw/mount-iso-in-windows-8.aspx</link><pubDate>Sun, 04 Mar 2012 04:00:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3484469</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3484469</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2012/03/03/mount-iso-in-windows-8.aspx#comments</comments><description>&lt;p&gt;Windows 8 has a ton of great new features, but one my top 5 has to be the ability (and finally) to mount an ISO file to extract or install from.&lt;/p&gt;  &lt;p&gt;You can do this in two ways.&lt;/p&gt;  &lt;p&gt;1. Select the ISO file.&amp;#160; From the ‘Actions’ tab in the Ribbon, select the ‘Mount’ button.&lt;/p&gt;  &lt;p&gt;&lt;img title="SNAGHTML6df6e1" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="SNAGHTML6df6e1" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/7026.SNAGHTML6df6e1_5F00_0A0B206F.png" width="581" height="230" /&gt;&lt;/p&gt;  &lt;p&gt;2. Or… Right click on the ISO file and select ‘Mount’.&lt;/p&gt;  &lt;p&gt;&lt;img title="SNAGHTML709d39" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="SNAGHTML709d39" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/8078.SNAGHTML709d39_5F00_6EF772C2.png" width="326" height="101" /&gt;&lt;/p&gt;  &lt;p&gt;Building a Windows 8 PC just got a whole lot easier. &lt;img class="wlEmoticon wlEmoticon-smile" style="style" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/1033.wlEmoticon_2D00_smile_5F00_50AF4C7D.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3484469" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/PJCfy8TzwKw" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+8/">Windows 8</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2012/03/03/mount-iso-in-windows-8.aspx</feedburner:origLink></item><item><title>SharePoint Learning Roadmap - on a Budget</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/fF1_nX247yQ/sharepoint-learning-roadmap-on-a-budget.aspx</link><pubDate>Wed, 26 Oct 2011 06:33:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3461439</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3461439</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/10/26/sharepoint-learning-roadmap-on-a-budget.aspx#comments</comments><description>&lt;p&gt;I’m asked regularly on what type of training is needed to start a career in SharePoint, and although I hate to say it… “it depends”.&amp;#160; I put together a quick learning roadmap, that will lead an individual with some IT experience but zero SharePoint experience, to being certified on SharePoint. It doesn’t come with a stamp of approval, but in my opinion would work well for someone who has a limited budget and a desire to start working with SharePoint technologies. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1. &lt;/b&gt;&lt;b&gt;Start to explore SharePoint&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Getting Started with SharePoint Server 2010&lt;/p&gt;  &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/sharepoint-server-help/getting-started-with-sharepoint-server-2010-HA010371435.aspx"&gt;http://office.microsoft.com/en-us/sharepoint-server-help/getting-started-with-sharepoint-server-2010-HA010371435.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;Start training&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Online Training, at your desk:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/sharepoint-server-help/take-sharepoint-server-2010-training-at-your-desk-HA101859255.aspx"&gt;http://office.microsoft.com/en-us/sharepoint-server-help/take-sharepoint-server-2010-training-at-your-desk-HA101859255.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Online Videos, at your desk:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/sharepoint-server-help/CL100315293.aspx?CTT=5&amp;amp;origin=HA101859255"&gt;http://office.microsoft.com/en-us/sharepoint-server-help/CL100315293.aspx?CTT=5&amp;amp;origin=HA101859255&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Microsoft SharePoint Training Portal (find courses, books, etc…)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/en/us/training/sharepoint.aspx"&gt;http://www.microsoft.com/learning/en/us/training/sharepoint.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;3. &lt;/b&gt;&lt;b&gt;Ask Questions Along the way (and answer a few too)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;TechNet Forums&lt;/p&gt;  &lt;p&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/category/sharepoint2010"&gt;http://social.technet.microsoft.com/Forums/en-US/category/sharepoint2010&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;4. &lt;/b&gt;&lt;b&gt;Get Certified&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;SharePoint Certification&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/en/us/certification/cert-sharepoint-server.aspx"&gt;http://www.microsoft.com/learning/en/us/certification/cert-sharepoint-server.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3461439" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/fF1_nX247yQ" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Certification/">Certification</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/10/26/sharepoint-learning-roadmap-on-a-budget.aspx</feedburner:origLink></item><item><title>Uninstall Project Server from SharePoint Farm</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/Pg6i8-M6r2g/uninstall-project-server-from-sharepoint-farm.aspx</link><pubDate>Mon, 29 Aug 2011 21:05:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3449816</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3449816</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/08/29/uninstall-project-server-from-sharepoint-farm.aspx#comments</comments><description>&lt;p&gt;The ability to uninstall Project Server or Remove Project Server from a SharePoint Farm is not supported, regardless if it’s 2007 or 2010.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2007&lt;/strong&gt;    &lt;br /&gt;Removing either Office SharePoint Server 2007 or Office Project Server 2007 from a joint installation is not supported. Installing Office SharePoint Server 2007 with Office Project Server 2007 extends the farm schema, and it cannot be undone by uninstalling one of the applications.    &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc197677(office.12).aspx"&gt;http://technet.microsoft.com/en-us/library/cc197677(office.12).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2010&lt;/strong&gt;    &lt;br /&gt;Once you install Project Server 2010, it cannot be uninstalled from the farm. If you want to remove Project Server 2010 functionality, you can turn off the Project Application Service and delete the Project Server 2010 Service Application.    &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee662109.aspx"&gt;http://technet.microsoft.com/en-us/library/ee662109.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3449816" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/Pg6i8-M6r2g" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/08/29/uninstall-project-server-from-sharepoint-farm.aspx</feedburner:origLink></item><item><title>SharePoint Comic Cloud</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/Tj3XY88Is20/sharepoint-comic-cloud.aspx</link><pubDate>Wed, 15 Jun 2011 18:48:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3435671</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3435671</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/06/15/sharepoint-comic-cloud.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/5287.SharePointCloud_5F00_465F9736.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SharePointCloud" border="0" alt="SharePointCloud" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/2475.SharePointCloud_5F00_thumb_5F00_4110B085.jpg" width="582" height="590" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Cloud - it's the latest buzz word.&amp;#160; Even my non-technical girl friend has asked me “what is this cloud I keep hearing about?”.&lt;/p&gt;  &lt;p&gt;SharePoint Online is not a new service, but with Office 365, SharePoint in the cloud is getting some new attention.&amp;#160; Office 365 is currently in beta, and here are some things you may want to know to educate yourself on what ‘cloudy’ really is. &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Sign up for the Office 365 to try it yourself:      &lt;br /&gt;&lt;a href="http://www.microsoft.com/en-us/office365/online-software.aspx"&gt;http://www.microsoft.com/en-us/office365/online-software.aspx&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Watch a video series on Office 365, giving you a head start on what Office 365 provides, how to deploy it, how to manage it, and more.      &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-01-microsoft-office-365-overview-for-it-pros"&gt;http://technet.microsoft.com/en-us/edge/office-365-jump-start-01-microsoft-office-365-overview-for-it-pros&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt; &lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3435671" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/Tj3XY88Is20" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Office+365/">Office 365</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/06/15/sharepoint-comic-cloud.aspx</feedburner:origLink></item><item><title>Lost SharePoint Farm Passphrase</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/c59lt4KPLGI/lost-sharepoint-farm-passphrase.aspx</link><pubDate>Tue, 10 May 2011 21:28:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3427948</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3427948</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/05/10/lost-sharepoint-farm-passphrase.aspx#comments</comments><description>&lt;p&gt;It’s okay… it happens.&amp;#160; You can’t retrieve it, but you can reset it using PowerShell.&amp;#160; Make sure that the account you are logged in as is: (1) a farm admin and (2) local admin on server&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;$passphrase = ConvertTo-SecureString -asPlainText –Force &lt;/p&gt;  &lt;p&gt;Set-SPPassPhrase -PassPhrase $passphrase –Confirm&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/1300.SNAGHTML3ea4fb96_5F00_4014FCF0.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SNAGHTML3ea4fb9[6]" border="0" alt="SNAGHTML3ea4fb9[6]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96-metablogapi/6761.SNAGHTML3ea4fb96_5F00_thumb_5F00_5EEB70CE.png" width="695" height="291" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;More info on TechNet: &lt;a title="http://technet.microsoft.com/en-us/library/ff607568.aspx" href="http://technet.microsoft.com/en-us/library/ff607568.aspx"&gt;http://technet.microsoft.com/en-us/library/ff607568.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3427948" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/c59lt4KPLGI" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Tips/">Tips</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/05/10/lost-sharepoint-farm-passphrase.aspx</feedburner:origLink></item><item><title>SharePoint Operational Governance Presentation</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/aXrARZnikz0/sharepoint-operational-governance-presentation.aspx</link><pubDate>Tue, 10 May 2011 04:35:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3427715</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3427715</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/05/10/sharepoint-operational-governance-presentation.aspx#comments</comments><description>&lt;p&gt;Last week I gave a Webcast on SharePoint Operational Governance, on TechNet.&amp;#160; Posting this as a follow-up.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Live Meeting Replay URL:      &lt;br /&gt;&lt;/strong&gt;&lt;u&gt;&lt;a href="https://www.livemeeting.com/cc/mseventsbmo/view?id=1032485141&amp;amp;role=attend&amp;amp;pw=888894C0"&gt;https://www.livemeeting.com/cc/mseventsbmo/view?id=1032485141&amp;amp;role=attend&amp;amp;pw=888894C0&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download for the Presentation slide deck:      &lt;br /&gt;&lt;/strong&gt;&lt;a title="8154.SharePoint Operational Governance.pdf" href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-83-96/8154.SharePoint-Operational-Governance.pdf"&gt;SharePoint Operational Governance Presentation&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Additional Key Resources:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;TechNet: SharePoint Governance Resource Center      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/sharepoint/ff800826.aspx"&gt;http://technet.microsoft.com/en-us/sharepoint/ff800826.aspx&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Governance model for SharePoint Server 2010 (diagram)      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=33a8c9e0-57c2-4ae5-99e3-8826ab9dd701"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=33a8c9e0-57c2-4ae5-99e3-8826ab9dd701&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Governance planning (white paper)      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff848257.aspx"&gt;http://technet.microsoft.com/en-us/library/ff848257.aspx&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Governance implementation (white paper)      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff969355.aspx"&gt;http://technet.microsoft.com/en-us/library/ff969355.aspx&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;SharePoint Server 2010 operations framework and checklists (white paper)      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg277248.aspx"&gt;http://technet.microsoft.com/en-us/library/gg277248.aspx&lt;/a&gt;           &lt;br /&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3427715" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/aXrARZnikz0" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/05/10/sharepoint-operational-governance-presentation.aspx</feedburner:origLink></item><item><title>TechNet Webcast: SharePoint Operational Governance</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/9_mcUU4i5sI/technet-webcast-sharepoint-operational-governance.aspx</link><pubDate>Tue, 12 Apr 2011 22:17:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3421033</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3421033</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/04/12/technet-webcast-sharepoint-operational-governance.aspx#comments</comments><description>&lt;p&gt;I will be holding a 60 minute Webcast on TechNet on May 6th, which will cover SharePoint Operational Governance.&amp;nbsp; Details and sign up information is below:&lt;/p&gt;
&lt;h4&gt;TechNet Webcast: SharePoint Operational Governance (Level 200)&lt;/h4&gt;
&lt;p&gt;Event ID: 1032485141 &lt;br /&gt;&lt;strong&gt;Language(s):&lt;/strong&gt; English. &lt;br /&gt;&lt;strong&gt;Product(s):&lt;/strong&gt; Microsoft SharePoint Server 2010. &lt;br /&gt;&lt;strong&gt;Audience(s): &lt;/strong&gt;IT Decision Maker, IT Generalist.&lt;/p&gt;
&lt;p&gt;The unprecedented popularity and usage of Microsoft SharePoint Server has left many organizations with the daunting task of effectively managing and supporting SharePoint environments so they don't grow beyond control. In this webcast, you will learn how SharePoint operational governance is an integral component of deploying and maintaining a successful SharePoint Server environment. You will learn the components of a governance plan, including what organizations must typically think about to be effective--what should be governed, who should govern it, and how it should be implemented. &lt;/p&gt;
&lt;p&gt;REGISTER: &lt;a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032485141&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US" title="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032485141&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US#"&gt;https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032485141&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US#&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;Presenter: &lt;/b&gt;Dan Lewis, Senior Consultant, Premier Consulting for IT Operations, Microsoft Corporation&lt;/p&gt;
&lt;p&gt;Dan is a senior consultant who focuses on Microsoft SharePoint technology and process engagements. He has 12 years of experience working in information technology and has a wealth of experience working with enterprise customers. He uses a combination of advanced technical skills, business acumen, and the ability to work with stakeholders at all levels of an organization to ensure that customers' needs are met. As a Microsoft Certified Technology Specialist (MCTS) and Microsoft Certified IT Professional (MCITP) in SharePoint, he helps Microsoft customers assess their SharePoint plans, environments, and operations to ensure their use of SharePoint is optimized and effective. Dan is a frequent speaker at SharePoint seminars in the United States. His popular SharePoint Comic series and blog posts about SharePoint can be found on TechNet at http://www.sharepointcomic.com or on twitter &lt;a href="http://twitter.com/sharepointcomic"&gt;@sharepointcomic&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3421033" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/9_mcUU4i5sI" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/News/">News</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/04/12/technet-webcast-sharepoint-operational-governance.aspx</feedburner:origLink></item><item><title>Secure PDFs with RMS in SharePoint</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/NKOk2V3Z1sI/secure-pdfs-with-rms-in-sharepoint.aspx</link><pubDate>Fri, 04 Feb 2011 23:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3385144</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3385144</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2011/02/04/secure-pdfs-with-rms-in-sharepoint.aspx#comments</comments><description>&lt;p&gt;I’m a big fan of utilizing Rights Management Server (RMS) integrated with SharePoint when you have documents that need policies enforced not only in SharePoint, but at the desktop as well once the documents are downloaded from SharePoint.&lt;/p&gt;  &lt;p&gt;However, PDFs have always been a bit of a challenge, as natively these are not supported. There have been some commercial versions of software out there for some time that extend RMS functionality to PDFs in SharePoint.&amp;#160; Recently, a code source has been released on Code Project for a free version that is designed to work with SharePoint Server 2007 and SharePoint Server 2010.&lt;/p&gt;  &lt;p&gt;Use at your own risk, etc… but it’s definitely worth taking a look at. &lt;a title="http://pdfirmprotector.codeplex.com/" href="http://pdfirmprotector.codeplex.com/"&gt;http://pdfirmprotector.codeplex.com/&lt;/a&gt; by &lt;a href="http://www.sharepointsecurity.com/sharepoint/sharepoint-development/pdf-irm-protector-for-sharepoint-2007-2010/" target="_blank"&gt;Adam Buenz&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3385144" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/NKOk2V3Z1sI" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/RMS/">RMS</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2011/02/04/secure-pdfs-with-rms-in-sharepoint.aspx</feedburner:origLink></item><item><title>SharePoint Wallpaper for Windows Phone 7</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/NK1x7zdCJZY/sharepoint-wallpaper-for-windows-phone-7.aspx</link><pubDate>Wed, 01 Dec 2010 04:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3372241</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3372241</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/30/sharepoint-wallpaper-for-windows-phone-7.aspx#comments</comments><description>&lt;p&gt;I purchased a Windows Phone 7 device this past weekend… and well it just felt empty without SharePoint Wallpaper.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96/8206.sharepoint_5F00_dark.jpg" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="sharepoint_dark" border="0" alt="sharepoint_dark" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/8360.sharepoint_5F00_dark_5F00_136CB863.jpg" width="144" height="240" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96/8206.sharepoint_5F00_dark.jpg" target="_blank"&gt;Download Dark SharePoint Wallpaper&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96/0743.sharepoint_5F00_light.jpg" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="sharepoint_light" border="0" alt="sharepoint_light" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/0456.sharepoint_5F00_light_5F00_525E38FE.jpg" width="144" height="240" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96/0743.sharepoint_5F00_light.jpg" target="_blank"&gt;Download Light SharePoint Wallpaper&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I created these two for the Samsung Focus, but I’m sure it works on others as well.&amp;#160; If not, someone just let me know and I’ll resize, etc.…&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3372241" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/NK1x7zdCJZY" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+Phone+7/">Windows Phone 7</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/30/sharepoint-wallpaper-for-windows-phone-7.aspx</feedburner:origLink></item><item><title>SharePoint Comic Error GUID</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/6VWjq0WLHs4/sharepoint-comic-error-guid.aspx</link><pubDate>Tue, 23 Nov 2010 18:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3370717</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3370717</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/23/sharepoint-comic-error-guid.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6470.SharePointULS_5F00_69222CFF.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SharePointULS" border="0" alt="SharePointULS" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/5238.SharePointULS_5F00_thumb_5F00_006D3171.jpg" width="582" height="590" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We’ve all been in the situation where we are expected to know why SharePoint is acting up.&amp;#160; Majority of the time, it takes a little bit of looking into the problem.&amp;#160; And the ULS Logs are the first place you should start looking.   &lt;br /&gt;    &lt;br /&gt;Spencer Harbar has a great post about the ULSViewer, which greatly expedites the troubleshooting process for SharePoint 2010.&amp;#160; It’s certainly something every ‘SharePoint Guru’ should be using.&amp;#160; Be sure to check it out.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.harbar.net/archive/2010/10/06/ulsviewer-ndash-the-tool-that-no-sharepoint-practitioner-should-be.aspx" href="http://www.harbar.net/archive/2010/10/06/ulsviewer-ndash-the-tool-that-no-sharepoint-practitioner-should-be.aspx"&gt;http://www.harbar.net/archive/2010/10/06/ulsviewer-ndash-the-tool-that-no-sharepoint-practitioner-should-be.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Thanks Spencer for the comic idea!&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3370717" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/6VWjq0WLHs4" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/23/sharepoint-comic-error-guid.aspx</feedburner:origLink></item><item><title>Free Microsoft SQL Server 2008 R2 E-Book</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/Fli-sN-FPA4/free-microsoft-sql-server-2008-r2-e-book.aspx</link><pubDate>Thu, 18 Nov 2010 19:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3369639</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3369639</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/18/free-microsoft-sql-server-2008-r2-e-book.aspx#comments</comments><description>&lt;p&gt;Microsoft Learning is offering a free E-Book on the latest release of SQL Server.&amp;#160; You only have to register to download it (quick registration I might add).&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=bd9adb0f-cca3-4096-96f1-f834754d1b0b&amp;amp;lcid=1033%20"&gt;https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=bd9adb0f-cca3-4096-96f1-f834754d1b0b&amp;amp;lcid=1033%20&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/5126.image_5F00_351DA32A.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="right" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6371.image_5F00_thumb_5F00_72CA8AE6.png" width="200" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Book Excerpt: &lt;em&gt;“This book is for anyone who has an interest in SQL Server 2008 R2 and wants to understand its capabilities. In a book of this size, we cannot cover every feature that distinguishes SQL Server from other databases, and consequently we assume that you have some familiarity with SQL Server already. You might be a database      &lt;br /&gt;administrator (DBA), an application developer, a power user, or a technical decision maker. Regardless of your role, we hope that you can use this book to discover the features in SQL Server 2008 R2 that are most beneficial to you.”&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3369639" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/Fli-sN-FPA4" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SQL+Server/">SQL Server</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/News/">News</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/18/free-microsoft-sql-server-2008-r2-e-book.aspx</feedburner:origLink></item><item><title>Plan for SharePoint Online</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/BheTIn7F-yg/plan-for-sharepoint-online.aspx</link><pubDate>Thu, 18 Nov 2010 00:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3369404</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3369404</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/17/plan-for-sharepoint-online.aspx#comments</comments><description>&lt;p&gt;TechNet recently launched a new section for SharePoint Online, bringing together all of the content that is needed for the successful planning and administration of SharePoint in the cloud. &lt;a title="http://technet.microsoft.com/en-us/sharepoint/gg144571.aspx" href="http://technet.microsoft.com/en-us/sharepoint/gg144571.aspx"&gt;http://technet.microsoft.com/en-us/sharepoint/gg144571.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Check it out for information on:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Planning &lt;/li&gt;    &lt;li&gt;Operations &lt;/li&gt;    &lt;li&gt;Customizations &lt;/li&gt;    &lt;li&gt;Developing &lt;/li&gt;    &lt;li&gt;End-User Help &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you aren’t sure if SharePoint in the cloud is right for you, you can learn more about it and Office 365 here:&lt;/p&gt;  &lt;p&gt;Office 365 &amp;amp; SharePoint Online    &lt;br /&gt;&lt;a title="http://sharepoint.microsoft.com/en-us/SharePoint-Online/Pages/default.aspx" href="http://sharepoint.microsoft.com/en-us/SharePoint-Online/Pages/default.aspx"&gt;http://sharepoint.microsoft.com/en-us/SharePoint-Online/Pages/default.aspx&lt;/a&gt;     &lt;br /&gt;&lt;a title="http://office365.microsoft.com/en-US/sharepoint-online.aspx" href="http://office365.microsoft.com/en-US/sharepoint-online.aspx"&gt;http://office365.microsoft.com/en-US/sharepoint-online.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3369404" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/BheTIn7F-yg" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/News/">News</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/17/plan-for-sharepoint-online.aspx</feedburner:origLink></item><item><title>SharePoint Comic is now on TechNet</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/ygLFQILdWpw/sharepoint-comic-is-now-on-technet.aspx</link><pubDate>Tue, 16 Nov 2010 17:39:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3368978</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3368978</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/16/sharepoint-comic-is-now-on-technet.aspx#comments</comments><description>&lt;p&gt;Dear 7 Readers,&lt;/p&gt;
&lt;p&gt;I hope you have been well.&amp;nbsp; The second half of this year has been pretty busy, so I apologize for the lack of posts and comics.&amp;nbsp; One obstacle that I have been needing to move past was migrating this blog off of a SharePoint server and over to TechNet.&amp;nbsp; The migration is now complete!&amp;nbsp; I migrated the majority of the posts; however, the comments weren&amp;rsquo;t migrated over.&lt;/p&gt;
&lt;p&gt;Before migrating I took note of the most popular post and the most popular comic, so here they are for easy reference.&lt;/p&gt;
&lt;p&gt;SharePoint Comic &amp;ndash; Chuck Norris and SharePoint: &lt;a href="http://blogs.technet.com/b/sharepointcomic/archive/2009/09/23/sharecomic-chuck-norris-and-sharepoint.aspx" title="http://blogs.technet.com/b/sharepointcomic/archive/2009/09/23/sharecomic-chuck-norris-and-sharepoint.aspx"&gt;http://blogs.technet.com/b/sharepointcomic/archive/2009/09/23/sharecomic-chuck-norris-and-sharepoint.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Create a Custom Theme for WSS 3.0 or MOSS 2007: &lt;a href="http://blogs.technet.com/b/sharepointcomic/archive/2008/06/12/create-a-custom-theme-for-wss-3-0-or-moss-2007.aspx" title="http://blogs.technet.com/b/sharepointcomic/archive/2008/06/12/create-a-custom-theme-for-wss-3-0-or-moss-2007.aspx"&gt;http://blogs.technet.com/b/sharepointcomic/archive/2008/06/12/create-a-custom-theme-for-wss-3-0-or-moss-2007.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All of the comics can be viewed using the Tag feature:&amp;nbsp; &lt;a href="http://blogs.technet.com/b/sharepointcomic/archive/tags/sharepoint+comic/" title="http://blogs.technet.com/b/sharepointcomic/archive/tags/sharepoint+comic/"&gt;http://blogs.technet.com/b/sharepointcomic/archive/tags/sharepoint+comic/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for being one of the loyal 7 readers. Now that it&amp;rsquo;s on the new platform, I will slowly but surely be returning to a more regular posting schedule.&amp;nbsp; You know, like once a month.&amp;nbsp; &lt;img src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6646.wlEmoticon_2D00_winkingsmile_5F00_29536A22.png" alt="Winking smile" class="wlEmoticon wlEmoticon-winkingsmile" style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;PS: You should be fine on your RSS feed, as I was using a feed service.&amp;nbsp; However, in the case you subscribed directly from SharePoint&amp;rsquo;s RSS feed, please update accordingly.&amp;nbsp; Thanks!&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3368978" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/ygLFQILdWpw" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/News/">News</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/11/16/sharepoint-comic-is-now-on-technet.aspx</feedburner:origLink></item><item><title>Compare SharePoint 2010 Editions</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/K2gHNUkF1QM/compare-sharepoint-2010-editions.aspx</link><pubDate>Tue, 20 Jul 2010 23:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366310</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366310</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/07/20/compare-sharepoint-2010-editions.aspx#comments</comments><description>&lt;p&gt;It’s pretty often on any version of SharePoint that someone asks the difference between the versions of SharePoint (ex: free vs. server vs. standard vs. enterprise).&amp;#160; On Microsoft’s website for SharePoint, there is a page that displays all the features for SharePoint 2010 as they relate to each version (Foundation, Standard, Enterprise).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sharepoint.microsoft.com/en-us/buy/Pages/Editions-Comparison.aspx"&gt;http://sharepoint.microsoft.com/en-us/buy/Pages/Editions-Comparison.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It’s interactive, so you can highlight each feature for further information or filter according to the realm of SharePoint that it’s in.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTML2f6473c" border="0" alt="SNAGHTML2f6473c" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/2350.SNAGHTML2f6473c_5F00_627DFF72.png" width="587" height="268" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTML2f6690e" border="0" alt="SNAGHTML2f6690e" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/2656.SNAGHTML2f6690e_5F00_363152C1.png" width="322" height="204" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366310" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/K2gHNUkF1QM" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint/">SharePoint</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/07/20/compare-sharepoint-2010-editions.aspx</feedburner:origLink></item><item><title>Additional Clocks for Multiple Time Zones</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/lyGoSrLZRJM/additional-clocks-for-multiple-time-zones.aspx</link><pubDate>Tue, 29 Jun 2010 23:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366309</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366309</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/06/29/additional-clocks-for-multiple-time-zones.aspx#comments</comments><description>&lt;p&gt;I’m not sure how long this feature has existed in Windows, but I just discovered it on Windows 7 and felt foolish for not finding it sooner.&amp;#160; My customers are National, so I often have meetings in a time zone that I’m not physically located in.&amp;#160; Sometimes, it helps to visually see the clock for different zones at the same time. Luckily, you can configure additional clocks in Windows 7!&lt;/p&gt;  &lt;p&gt;By default, if I hover my mouse over the time in the task bar it will show me today’s date.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTMLa32c3" border="0" alt="SNAGHTMLa32c3" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3362.SNAGHTMLa32c3_5F00_4303AB10.png" width="240" height="88" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;To configure additional clocks:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Single click on the clock &lt;/li&gt;    &lt;li&gt;Click on ‘Change date and time settings…’      &lt;br /&gt;      &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTMLb0897" border="0" alt="SNAGHTMLb0897" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3660.SNAGHTMLb0897_5F00_1E426DCC.png" width="363" height="319" /&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;In the Date and Time properties window, select the tab ‘Additional Clocks’      &lt;br /&gt;      &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTMLbcd9a" border="0" alt="SNAGHTMLbcd9a" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3660.SNAGHTMLbcd9a_5F00_36C1E54F.png" width="479" height="252" /&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Configure your additional time zones and give them a descriptive name.&amp;#160; Click ‘OK’. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Now when you hover over the time in the task bar, it will show you the times in your additional zones.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTMLd7cdc" border="0" alt="SNAGHTMLd7cdc" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3252.SNAGHTMLd7cdc_5F00_23245FE1.png" width="267" height="176" /&gt;&lt;/p&gt;  &lt;p&gt;Single clicking the time, will show you the clocks for each zone.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SNAGHTMLdf7f5" border="0" alt="SNAGHTMLdf7f5" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6076.SNAGHTMLdf7f5_5F00_7BD9F0DE.png" width="603" height="325" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366309" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/lyGoSrLZRJM" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+7/">Windows 7</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/06/29/additional-clocks-for-multiple-time-zones.aspx</feedburner:origLink></item><item><title>Edit the Start Menu folders in Windows 7</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/r1-eoHsPCUA/edit-the-start-menu-folders-in-windows-7.aspx</link><pubDate>Fri, 28 May 2010 23:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366308</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366308</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/28/edit-the-start-menu-folders-in-windows-7.aspx#comments</comments><description>&lt;p&gt;I don&amp;rsquo;t know about you, but the first thing I like to do on a new machine after installing all of my programs is to organize the start menu. A bunch of icons just ercks me when they can be logically organized.&amp;nbsp; For example, all of the Windows applications could go in a folder called &amp;lsquo;Windows&amp;rsquo;.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: inline; border-width: 0px;" title="SNAGHTML103cc1" border="0" alt="SNAGHTML103cc1" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3617.SNAGHTML103cc1_5F00_079C35B5.png" width="290" height="335" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To do this in Windows 7, click your Start button, then type in the search box &amp;lsquo;shell:start menu&amp;rsquo;&lt;/p&gt;
&lt;p&gt;&lt;img style="display: inline; border-width: 0px;" title="SNAGHTMLf889f" border="0" alt="SNAGHTMLf889f" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/5758.SNAGHTMLf889f_5F00_6B3ECDC7.png" width="414" height="234" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That will open your User&amp;rsquo;s start menu, where you can hop in the Programs folder to create folders, move shortcuts, etc&amp;hellip;&lt;/p&gt;
&lt;p&gt;To adjust the menu for All Users, type in the search box: &amp;lsquo;shell:common start menu&amp;rsquo;&lt;/p&gt;
&lt;p&gt;update 05.30.12: Fixed the typo...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Happy Organizing!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366308" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/r1-eoHsPCUA" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+7/">Windows 7</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/28/edit-the-start-menu-folders-in-windows-7.aspx</feedburner:origLink></item><item><title>I wrote a SharePoint book</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/E1qy-mq68KM/i-wrote-a-sharepoint-book.aspx</link><pubDate>Thu, 27 May 2010 23:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366307</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366307</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/27/i-wrote-a-sharepoint-book.aspx#comments</comments><description>&lt;p&gt;Okay, well not really.&amp;#160; I have always joked that if I wrote a book on SharePoint, it would be a comic book.&amp;#160; Right, well I didn’t really do that either.&lt;/p&gt;  &lt;p&gt;However! &lt;a href="http://www.sharepointjoel.com/"&gt;Joel Oleson&lt;/a&gt; has written a book on Upgrading and Migrating to SharePoint 2010.&amp;#160; Featured in it are many of my previous comics, along with several new ones created just for this book release.&amp;#160; Publish date is August, and it can be pre-ordered now.&amp;#160; For more details, read Joel’s post on it: &lt;a title="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=341" href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=341"&gt;http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=341&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Since you are one of my 7 readers, here’s one of the comics that will be in the eBook.&amp;#160; Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/1106.Book3_5F00_7EB81DCB.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SharePoint 2010 Upgrade Book" border="0" alt="SharePoint 2010 Upgrade Book" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/2577.Book3_5F00_thumb_5F00_1DBAEF12.jpg" width="485" height="496" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366307" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/E1qy-mq68KM" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/27/i-wrote-a-sharepoint-book.aspx</feedburner:origLink></item><item><title>SharePoint Comic Launch Party</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/5EyhsYFhHww/sharepoint-comic-launch-party.aspx</link><pubDate>Thu, 13 May 2010 23:25:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366305</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366305</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/13/sharepoint-comic-launch-party.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010Launch" border="0" alt="2010Launch" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6758.2010Launch_5F00_6ABB630C.jpg" width="466" height="475" /&gt; &lt;/p&gt;  &lt;p&gt;Today was the official launch day of SharePoint 2010 along with Office 2010. Exciting times!&amp;#160; If you happened to miss a Launch Party (how could you have, there were real parties and virtual parties!), you can watch some recorded videos here: &lt;a title="http://the2010event.com/" href="http://the2010event.com/"&gt;http://the2010event.com/&lt;/a&gt;.&amp;#160;&amp;#160; Also, my friend Dux was up to his typical recording mania today, at the Launch event in NY.&amp;#160; Check out some of his interviews – great stuff: &lt;a title="http://sp.meetdux.com/archive/2010/05/12/live-from-new-york-office-sharepoint-2010.aspx" href="http://sp.meetdux.com/archive/2010/05/12/live-from-new-york-office-sharepoint-2010.aspx"&gt;http://sp.meetdux.com/archive/2010/05/12/live-from-new-york-office-sharepoint-2010.aspx&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;If you still missed a launch party, don’t worry! They are having a Launch 2010 Highlights events around the nation. These are live half-day sessions, so be sure to check the schedule to see if there is going to be one in a city near you.&amp;#160; &lt;a title="http://www.microsoft.com/business/2010events/Highlights.aspx" href="http://www.microsoft.com/business/2010events/Highlights.aspx"&gt;http://www.microsoft.com/business/2010events/Highlights.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366305" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/5EyhsYFhHww" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/05/13/sharepoint-comic-launch-party.aspx</feedburner:origLink></item><item><title>SharePoint Comic ShareTax</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/M7L_FR1ahuI/sharepoint-comic-sharetax.aspx</link><pubDate>Thu, 15 Apr 2010 23:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366304</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366304</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/15/sharepoint-comic-sharetax.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ShareTax" border="0" alt="ShareTax" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/7652.ShareTax_5F00_4AE0ED83.jpg" width="593" height="601" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366304" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/M7L_FR1ahuI" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/15/sharepoint-comic-sharetax.aspx</feedburner:origLink></item><item><title>SharePoint Comic The SharePointGuy</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/xxn1bT4T4G0/sharepoint-comic-the-sharepointguy.aspx</link><pubDate>Sat, 10 Apr 2010 23:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366302</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366302</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/10/sharepoint-comic-the-sharepointguy.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SharePointGuy" border="0" alt="SharePointGuy" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6622.SharePointGuy_5F00_7B6BABC5.jpg" width="593" height="601" /&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As SharePoint 2010 (version 4) is close to hitting a release date, I think its safe to assume that SharePoint is now a&amp;#160; mature server product.&amp;#160; However, more often than not, companies are still failing to properly staff their departments to support and leverage their SharePoint farm.&amp;#160; &lt;/p&gt;  &lt;p&gt;Bill English recently conducted a survey to see how companies are staffing their SharePoint teams.&amp;#160; There’s some really great info in there.&amp;#160; If you are struggling with what headcount or the skill sets you need in your company from a FTE perspective, you may find some indicators of what others are doing with their SharePoint teams. &lt;/p&gt;  &lt;p&gt;&lt;a title="http://sharepoint.mindsharpblogs.com/Bill/archive/2010/03/06/SharePoint-Survey[coln]-How-Organizations-are-Staffing-Their-SharePoint-Teams.aspx" href="http://sharepoint.mindsharpblogs.com/Bill/archive/2010/03/06/SharePoint-Survey[coln]-How-Organizations-are-Staffing-Their-SharePoint-Teams.aspx"&gt;http://sharepoint.mindsharpblogs.com/Bill/archive/2010/03/06/SharePoint-Survey[coln]-How-Organizations-are-Staffing-Their-SharePoint-Teams.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366302" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/xxn1bT4T4G0" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/SharePoint+Comic/">SharePoint Comic</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/10/sharepoint-comic-the-sharepointguy.aspx</feedburner:origLink></item><item><title>Show me the File Extensions!</title><link>http://feedproxy.google.com/~r/danlewis/sharepoint/~3/N3lbtbVo6Po/show-me-the-file-extensions.aspx</link><pubDate>Sat, 03 Apr 2010 23:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366301</guid><dc:creator>SharePoint Comic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.technet.com/b/sharepointcomic/rsscomments.aspx?WeblogPostID=3366301</wfw:commentRss><comments>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/03/show-me-the-file-extensions.aspx#comments</comments><description>&lt;p&gt;Hey there 7 readers… sometimes there are just the littlest things that probably shouldn’t bother us, but they do anyway.&amp;#160; Take not being able to see a file extension.&amp;#160; It bothers me… This has to be one of the most annoying default settings for anyone who edits files often on a desktop or server (maybe I'm just easily annoyed?).&lt;/p&gt;  &lt;p&gt;Example, let’s say you are looking for a .config file.&amp;#160; Now, since we are super geeky intelligent people, we know that web file is our .config.&amp;#160; But let’s just assume we don’t for the sake of this post.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/5074.clip_5F00_image001_5F00_2D7B9A1B.png" width="103" height="55" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With default installations of the OS, you can't see the file extension of files. Here's how you get those extensions to show:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6545.clip_5F00_image002_5F00_04EC923A.png" width="202" height="239" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;On the Folder Options dialog, select the View tab. Then deselect the option &amp;quot;Hide extensions for known file types&amp;quot;. Then select the Apply button.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/3731.clip_5F00_image003_5F00_1D9BB97D.png" width="376" height="404" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Yay! We now have our extensions.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-83-96-metablogapi/6136.clip_5F00_image004_5F00_6BE09C27.png" width="132" height="61" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366301" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/danlewis/sharepoint/~4/N3lbtbVo6Po" height="1" width="1"/&gt;</description><category domain="http://blogs.technet.com/b/sharepointcomic/archive/tags/Windows+7/">Windows 7</category><feedburner:origLink>http://blogs.technet.com/b/sharepointcomic/archive/2010/04/03/show-me-the-file-extensions.aspx</feedburner:origLink></item></channel></rss>
