<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sys Admin Tales &#187; Office</title>
	<atom:link href="http://www.meltivore.com/category/office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Activate Windows and Office at the Command Line</title>
		<link>http://www.meltivore.com/2012/activate-windows-and-office-at-the-command-line/</link>
		<comments>http://www.meltivore.com/2012/activate-windows-and-office-at-the-command-line/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 01:31:15 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=815</guid>
		<description><![CDATA[I was recently looking for a way to activate Windows 7 and Office 2010 at a command prompt; this is what I found&#8230; Since the release of Vista, you can use the command line utility slmgr for Windows activation when using a MAK (or Multiple Activation Key). Windows Activation Open a command window (as administrator) And run&#8230; slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx slmgr [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently looking for a way to activate Windows 7 and Office 2010 at a command prompt; this is what I found&#8230;</p>
<p>Since the release of Vista, you can use the command line utility <strong>slmgr</strong> for Windows activation when using a MAK (or <a title="MAK" href="http://en.wikipedia.org/wiki/Multiple_activation_key" target="_blank">Multiple Activation Key</a>).</p>
<p><span style="color: #800000;"><strong>Windows Activation</strong></span></p>
<ol>
<li>Open a command window (<a title="Run As Administrator" href="http://en.wikipedia.org/wiki/Run_as_administrator" target="_blank">as administrator</a>)</li>
<li>And run&#8230;</li>
</ol>
<p><span style="font-weight: bold;">slmgr -ipk </span><span style="color: #800000;"><strong>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</strong></span><br />
<span style="font-weight: bold;">slmgr -ato</span></p>
<p><span style="color: #800000;"><strong>Office Activation</strong></span></p>
<ol>
<li><span style="color: #000000;">Open a command window (<a title="Run As Administrator" href="http://en.wikipedia.org/wiki/Run_as_administrator" target="_blank">as administrator</a>)</span></li>
<li><span style="color: #000000;">From </span><strong><em>C:\Program Files\Microsoft Office\Office14</em> </strong>run&#8230;</li>
</ol>
<p><strong>cscript ospp.vbs /inpkey:<span style="color: #800000;">xxxxx-xxxxx-xxxxx-xxxxx-xxxxx<br />
</span></strong><span style="font-weight: bold;">cscript ospp.vbs /act</span></p>
<p>Who needs all that pointing and clicking anyway?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/activate-windows-and-office-at-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Delivery has failed&#8221; error When Scheduling a Resource</title>
		<link>http://www.meltivore.com/2012/delivery-has-failed-error-when-scheduling-a-resource/</link>
		<comments>http://www.meltivore.com/2012/delivery-has-failed-error-when-scheduling-a-resource/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 19:37:31 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=809</guid>
		<description><![CDATA[There are plenty of answers to the error message: &#8220;Delivery has failed to these recipients or distribution lists:   Jane Doe Your message wasn&#8217;t delivered because of security policies&#8230;&#8221; In our case, Jane Doe was no longer an employee and her account was disabled. The sender of the message was requesting a meeting with someone who had [...]]]></description>
			<content:encoded><![CDATA[<p>There are plenty of answers to the error message:</p>
<p><span style="color: #800000;"><span style="color: #000000;">&#8220;</span><strong>Delivery has failed to these recipients or distribution lists:<br />
</strong></span> <br />
<span style="color: #800000;"><span style="text-decoration: underline;">Jane Doe</span><br />
</span><span style="color: #800000;">Your message wasn&#8217;t delivered because of security policies&#8230;</span>&#8221;</p>
<p>In our case, <span style="color: #800000;">Jane Doe</span> was no longer an employee and her account was disabled. The sender of the message was requesting a meeting with someone who had Jane as his admin, so he had her as a <a title="Adding a Delegate" href="http://office.microsoft.com/en-us/outlook-help/allow-someone-else-to-manage-your-mail-and-calendar-HA010075081.aspx" target="_blank">Delegate</a><strong> </strong>for his Calendar. Once we removed her from his Outlook&#8217;s Delegate list, there were no more errors.</p>
<p>Pretty simple, but they&#8217;ve moved <strong>Delegate Access</strong> in Outlook 2010, now you go to <strong>File</strong> &gt; <strong>Account Settings</strong> &gt; <strong>Delegate Access</strong></p>
<p>For Outlook 2007 and earlier, go to <strong>Tools</strong> &gt; <strong>Options</strong> &gt; <strong>Delegates</strong> tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/delivery-has-failed-error-when-scheduling-a-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-complete Not Working After Outlook 2010 Upgrade</title>
		<link>http://www.meltivore.com/2012/auto-complete-not-working-after-outlook-2010-upgrade/</link>
		<comments>http://www.meltivore.com/2012/auto-complete-not-working-after-outlook-2010-upgrade/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:14:47 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=801</guid>
		<description><![CDATA[You know you love it, being able to just start typing the first few characters of an address and Outlook &#8220;guesses&#8221; the rest for you. At least I think you love it, because every time someone&#8217;s Outlook is upgraded or they are moved to a new system, everyone notices it&#8217;s missing right off the bat. Prior to [...]]]></description>
			<content:encoded><![CDATA[<p>You know you love it, being able to just start typing the first few characters of an address and Outlook &#8220;guesses&#8221; the rest for you. At least I think you love it, because every time someone&#8217;s Outlook is upgraded or they are moved to a new system, everyone notices it&#8217;s missing right off the bat.</p>
<p>Prior to Outlook 2010 all this information was kept in a NK2 file, typically called Outlook.NK2. Previously you could just <a title="Moving the NK2 File" href="http://office.microsoft.com/en-us/outlook-help/copy-autocomplete-name-list-to-another-computer-HA001139451.aspx" target="_blank">copy this file</a> to the corresponding folder on a new machine and it worked almost like magic. With the new upgrade, not so much. It&#8217;s not a hard process to import the auto-complete data, but there are some additional steps.</p>
<ol>
<li>Copy your old *.NK2 file to <strong>C:\Users\%username%\AppData\Roaming\Microsoft\Outlook</strong></li>
<li>Ensure the name matches your current profile name, default is Outlook. <em>(Look in <strong>Control Panel</strong> &gt; <strong>Mail</strong> &gt; <strong>Show Profiles&#8230;</strong> to be sure.)</em></li>
<li>Now from the <strong>Run&#8230;</strong> prompt enter: <strong><span style="color: #800000;">outlook.exe /importnk2</span></strong> and click <strong>OK</strong>.</li>
<li>Once imported the NK2 file will have a <em><span style="color: #000000;"><strong>.old</strong></span></em> extension, remove that if you wish to run the import again.</li>
</ol>
<p>All auto-complete data is now kept within an Outlook 2010 mailbox, so no external files will be needed in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/auto-complete-not-working-after-outlook-2010-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Not so) New Folder Locations</title>
		<link>http://www.meltivore.com/2012/new-folder-locations/</link>
		<comments>http://www.meltivore.com/2012/new-folder-locations/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 22:01:31 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=795</guid>
		<description><![CDATA[Since the advent of Windows Vista, the usual folder locations don&#8217;t always apply. Take the Quick Launch or All Users Desktop, where did they go? Here&#8217;s a short list of what&#8217;s been moved around (and yes, I&#8217;m writing this as much for me as anyone else)&#8230; All Users: All Users Desktop, Favorites, Documents, Downloads, Music, [...]]]></description>
			<content:encoded><![CDATA[<p>Since the advent of Windows Vista, the usual folder locations don&#8217;t always apply. Take the Quick Launch or All Users Desktop, where did they go?</p>
<p>Here&#8217;s a short list of what&#8217;s been moved around (and yes, I&#8217;m writing this as much for me as anyone else)&#8230;</p>
<p><strong>All Users:</strong></p>
<ul>
<li><strong>All Users</strong> <em>Desktop, Favorites, Documents, Downloads, Music, Pictures &amp; Videos</em> &#8211; C:\Users\Public</li>
<li><strong>All Users Start Menu</strong> &#8211; C:\ProgramData\Microsoft\Windows\Start Menu</li>
<li><strong>Documents and Settings</strong> (just for completeness sake): C:\Users</li>
<li><strong>Templates</strong> &#8211; C:\ProgramData\Microsoft\Windows\Templates</li>
</ul>
<p><strong>User Specific:</strong></p>
<ul>
<li><strong>Cookies</strong> &#8211; C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Cookies</li>
<li><strong>Default Outlook OST/PST folder</strong> &#8211; C:\Users\%username%\AppData\Local\Microsoft\Outlook</li>
<li><strong>Quick Launch</strong> &#8211; C:\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch</li>
<li><strong>Send To</strong> &#8211; C:\Users\%username%\AppData\Roaming\Microsoft\Windows\SendTo</li>
<li><strong>Start Menu </strong>- C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu</li>
<li><strong>Temp</strong> &#8211; C:\Users\%username%\AppData\Local\Temp</li>
<li><strong>Temporary Internet Files</strong> &#8211; C:\Users\%username%\AppData\Local\Microsoft\Windows\Temporary Internet Files</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/new-folder-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Fails for Some Outlook or OWA Users</title>
		<link>http://www.meltivore.com/2011/search-fails-for-some-outlook-or-owa-users/</link>
		<comments>http://www.meltivore.com/2011/search-fails-for-some-outlook-or-owa-users/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 01:37:12 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=716</guid>
		<description><![CDATA[Due to a recent power outage at a client site, their Exchange search catalogs became corrupted. The issue at hand was that searches in Outlook or OWA only resulted in showing results prior to the outage. To confirm that this was the case, I opened the trusty EMS and ran this command on an affected individual. test-exchangesearch username [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a recent power outage at a client site, their Exchange search catalogs became corrupted. The issue at hand was that searches in Outlook or OWA only resulted in showing results prior to the outage.</p>
<p>To confirm that this was the case, I opened the trusty EMS and ran this command on an affected individual.</p>
<p><strong>test-exchangesearch <span style="color: #ff0000;">username </span>| fl</strong></p>
<p>This result confirmed the <a title="Outlook Search Issue" href="http://support.microsoft.com/kb/945077" target="_blank">catalog corruption</a>:<br />
<span style="color: #800000;"><em>ResultFound : False<br />
SearchTime : -1</em></span></p>
<p>The fix is rather easy, but depending on your database size, can be rather lengthy. The script below stops the Microsoft Exchange Search Indexer, deletes the Catalog of the database in question and restarts the Indexer which fires off a complete rebuild.</p>
<p>You can find the script here (<em>from where it must be run</em>): <var><span style="color: #ff0000;"><strong>&lt;drive&gt;</strong></span></var>:\Program Files\Microsoft\Exchange Server\Scripts</p>
<p>Syntax: <strong>ResetSearchIndex.ps1 -force <span style="color: #ff0000;">&lt;database&gt;</span></strong></p>
<p>Example: <strong>ResetSearchIndex.ps1 -force &#8220;<span style="color: #ff0000;">Mailbox One</span>&#8220;</strong></p>
<p>The rebuilding of our catalogs took almost an hour for a 80GB database. And that was on a fairly powerful system with 32GB of RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/search-fails-for-some-outlook-or-owa-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recurring meeting has been declined!</title>
		<link>http://www.meltivore.com/2011/recurring-meeting-has-been-declined/</link>
		<comments>http://www.meltivore.com/2011/recurring-meeting-has-been-declined/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 17:31:03 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=712</guid>
		<description><![CDATA[A recent Outlook user, trying to book a non-recurring meeting, received this error: &#8220;Giant Conference Room has declined your meeting because it is recurring. You must book each meeting separately with this resource.&#8221; But, it was non-recurring!!! This error comes about when multiple users have the same resource open, in this case a conference room, [...]]]></description>
			<content:encoded><![CDATA[<p>A recent Outlook user, trying to book a non-recurring meeting, received this error: &#8220;<em><span style="color: #993300;">Giant Conference Room has declined your meeting because it is recurring. You must book each meeting separately with this resource.</span></em>&#8221; But, it <em><strong>was </strong></em>non-recurring!!!</p>
<p>This error comes about when multiple users have the same resource open, in this case a conference room, and make edits causing the <a title="Free or Busy?" href="http://blogs.technet.com/b/exchange/archive/2006/08/04/3394674.aspx" target="_blank">Free/Busy</a> information to become corrupt.</p>
<p>In order to fix the issue, just change one of the scheduling settings within <strong>Outlook </strong>&gt; <strong>Options </strong>&gt; <strong>Calendar </strong>&gt; <strong>Resource Scheduling&#8230;</strong>, such as &#8220;<em>Automatically decline recurring meeting requests,</em>&#8221; click <strong>OK</strong>, then change it back. It&#8217;ll cause the Free/Busy data to rebuild and scheduling may once again take place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/recurring-meeting-has-been-declined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAPI32.DLL wrong version or corrupt</title>
		<link>http://www.meltivore.com/2011/mapi32-dll-wrong-version-or-corrupt/</link>
		<comments>http://www.meltivore.com/2011/mapi32-dll-wrong-version-or-corrupt/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 20:52:40 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=543</guid>
		<description><![CDATA[One of my clients recieved the error message &#8220;MAPI32.DLL wrong version or corrupt&#8220; a few months ago, after trying Outlook 2007 and reverting back to Outlook 2003. The fix was simpler than expected&#8230; With Outlook closed, browse on over to C:\Program Files\Common Files\System\MSMAPI\1033 and rename the MSMAPI32.DLL file. Open Outlook again and the MSMAPI32.DLL file will be replaced with [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients recieved the error message &#8220;<strong>MAPI32.DLL wrong version or corrupt</strong>&#8220; a few months ago, after trying Outlook 2007 and reverting back to Outlook 2003. The fix was simpler than expected&#8230;</p>
<p>With Outlook closed, browse on over to <span style="color: #ff0000;"><strong>C:\Program Files\Common Files\System\MSMAPI\1033</strong><span style="color: #000000;"> and rename the </span><strong>MSMAPI32.DLL</strong><span style="color: #000000;"> file. Open Outlook again and the MSMAPI32.DLL file will be replaced with the proper version (Office or Outlook install media may be required).</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/mapi32-dll-wrong-version-or-corrupt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Learning Snacks</title>
		<link>http://www.meltivore.com/2011/microsoft-learning-snacks/</link>
		<comments>http://www.meltivore.com/2011/microsoft-learning-snacks/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 22:07:09 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exams]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=500</guid>
		<description><![CDATA[You may have guessed it already, but they&#8217;re bite-sized videos for learning quite a few of Microsoft&#8217;s products. Click here for a full list of what&#8217;s available, all that is required is Silverlight for viewing. I&#8217;m currently watching the eleven videos for Windows 7, part of my studies for an upcoming certification exam, and they&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>You may have guessed it already, but they&#8217;re bite-sized videos for learning quite a few of Microsoft&#8217;s products.</p>
<p>Click <a title="Microsoft Learning Snacks" href="http://www.microsoft.com/learning/en/us/training/format-learning-snacks.aspx" target="_blank">here</a> for a full list of what&#8217;s available, all that is required is <a title="Microsoft Silverlight" href="http://en.wikipedia.org/wiki/Silverlight" target="_blank">Silverlight</a> for viewing.</p>
<p>I&#8217;m currently watching the eleven videos for Windows 7, part of my studies for an upcoming <a title="70-680 Windows 7, Configuring" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-680" target="_blank">certification exam</a>, and they&#8217;ve been pretty good so far. And of course, they&#8217;re free :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/microsoft-learning-snacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Links Don&#8217;t Work</title>
		<link>http://www.meltivore.com/2010/outlook-links-dont-work/</link>
		<comments>http://www.meltivore.com/2010/outlook-links-dont-work/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 03:57:58 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=475</guid>
		<description><![CDATA[One of my customers recently had an issue with broken links in all his Outlook e-mail. Any link that was present in the body or subject would not work, only giving the cryptic message: &#8220;This operation has been cancelled due to restrictions in effect on this computer.&#8221; Turned out to be an issue with an [...]]]></description>
			<content:encoded><![CDATA[<p>One of my customers recently had an issue with broken links in all his Outlook e-mail. Any link that was present in the body or subject would not work, only giving the cryptic message: <strong><em>&#8220;This operation has been cancelled due to restrictions in effect on this computer.&#8221;</em></strong></p>
<p>Turned out to be an issue with an faulty uninstall of <a title="Google Chrome" href="http://www.google.com/chrome" target="_blank">Chrome</a>, which left some bits behind in the <a title="What's a Registry?" href="http://en.wikipedia.org/wiki/Windows_Registry" target="_blank">registry</a>. Bad, bad uninstaller! Go stand in the corner!</p>
<p>Anyway, after numerous searches and a number of unsuccessful fix attempts, <a title="Slipstick Systems" href="http://www.slipstick.com/problems/link_restrict.htm#reg2" target="_blank">Slipstick had the answer</a>. Windows was trying to use the browser that was no longer installed, but was still referenced in the registry.</p>
<ol>
<li>Start, click <strong>Run&#8230;</strong>, type <strong>Regedit</strong> in the <strong>Open</strong> box, and then click <strong>OK</strong>.</li>
<li>Browse to<strong> HKEY_CURRENT_USER\Software\Classes\.html </strong></li>
<li>Right-click the value for the <strong>.html</strong> key and select <strong>Modify&#8230; </strong></li>
<li>Change the value from &#8220;<strong>ChromeHTML</strong>&#8221; to &#8220;<strong>htmlfile</strong>&#8221; (or from <strong>FireFoxHTML</strong> to <strong>htmlfile</strong>)</li>
<li>Repeat these steps for <strong>.htm</strong> and <strong>.shtml</strong> keys if they exist. You may also want to check the <strong>.xhtml</strong> and <strong>.xhtm</strong> keys.</li>
</ol>
<p><strong><span style="color: #ff0000;">Note: As always, the Registry can be a dangerous place, so do a backup/export before making changes.</span></strong></p>
<p>This didn&#8217;t even require a reboot and yet another happy customer was made. Judging by the amount of possible issues causing this message, this is only one needle in a field of haystacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/outlook-links-dont-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechNet Subscription</title>
		<link>http://www.meltivore.com/2009/technet-subscription/</link>
		<comments>http://www.meltivore.com/2009/technet-subscription/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:14:02 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=377</guid>
		<description><![CDATA[Any Windows IT guy/gal worth their salt should have a TechNet subscription. The download-only version (the one to get) at $349 for the first year and $249 for annual renewal, is an incredible bargain. As a subscriber you get a huge array of non-expiring Microsoft software covering all their operating systems (including DOS), applications, server software and [...]]]></description>
			<content:encoded><![CDATA[<p>Any Windows IT guy/gal worth their salt should have a <a title="TechNet" href="http://technet.microsoft.com/en-us/default.aspx" target="_blank">TechNet</a> subscription. The download-only version (the <a title="Comparing TechNet Subscriptions" href="http://technet.microsoft.com/en-us/subscriptions/bb892756.aspx" target="_blank">one to get</a>) at $349 for the first year and $249 for annual renewal, is an incredible bargain.</p>
<p>As a subscriber you get a huge array of non-expiring Microsoft software covering all their operating systems (including DOS), applications, server software and early access to beta, release candidate and <a title="Software Releases" href="http://en.wikipedia.org/wiki/Software_release_life_cycle" target="_blank">RTM</a> software (I&#8217;m actually writing this on the full release version of Windows 7).</p>
<p>In addition there is access to free training, managed newsgroups and two FREE <a title="Advanced Support" href="http://support.microsoft.com/gp/Advancedef" target="_blank">Support Incidents</a> (this is worth the price of the subscription alone at $259 each).</p>
<p>I&#8217;m not trying to line the pockets of the Redmond empire, I just believe this is a great value for anyone working with/or training on Microsoft software; the benefits well outweigh the price.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/technet-subscription/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

