<?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: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/" version="2.0">

<channel>
	<title>Sys Admin Tales</title>
	
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SysAdminTales" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sysadmintales" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Free PowerShell Editor</title>
		<link>http://www.meltivore.com/2010/free-powershell-editor/</link>
		<comments>http://www.meltivore.com/2010/free-powershell-editor/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:43:59 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=431</guid>
		<description><![CDATA[Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer cutting the mustard.
I thought I&#8217;d be using Notepad++ or TextPad, both fine in their own right, but instead [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer <a title="Why cut mustard?" href="http://www.phrases.org.uk/meanings/cut-the-mustard.html" target="_blank">cutting the mustard</a>.</p>
<p>I thought I&#8217;d be using <a title="Notepad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> or <a title="TextPad" href="http://textpad.com/" target="_blank">TextPad</a>, both fine in their own right, but instead found <a title="PowerGUI" href="http://powergui.org" target="_blank">PowerGUI</a>. This PowerShell editor which finds syntax errors, includes definitions and much more; all for the low, low price of free. This seems to be a community supported by <a title="Quest Software" href="http://www.quest.com/" target="_blank">Quest Software</a> who has a bunch of fine (not so free) tools for SysAdmins.</p>
<p>I&#8217;m now able to work on, and run, the script off network (read: at home). It&#8217;s a helluva deal for the price, try <a title="PowerGUI Download" href="http://powergui.org/downloads.jspa" target="_blank">PowerGUI</a> for your next PowerShell outing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/free-powershell-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista – Configuring Updates Step 3 of 3 — 0% Complete</title>
		<link>http://www.meltivore.com/2010/vista-configuring-updates-step-3-of-3-0-complete/</link>
		<comments>http://www.meltivore.com/2010/vista-configuring-updates-step-3-of-3-0-complete/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:05:59 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=427</guid>
		<description><![CDATA[Last Friday I came upon a frustrating problem with a Windows Vista system that had applied updates during shutdown, but could not finish the process. This resulted in many reboots and an unusable computer; too bad it held the company&#8217;s only copy of QuickBooks.
Typically the simplest fix is to boot from the Vista install media and [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I came upon a frustrating problem with a Windows Vista system that had applied updates during shutdown, but could not finish the process. This resulted in many reboots and an unusable computer; too bad it held the company&#8217;s only copy of QuickBooks.</p>
<p>Typically the simplest fix is to boot from the Vista install media and choose Repair, then <a title="What is System Restore?" href="http://windows.microsoft.com/en-US/windows-vista/What-is-System-Restore" target="_blank">System Restore</a>. The trouble with this system was that System Restore was turned off and there weren&#8217;t any checkpoints to go back to.</p>
<p>Enter the endless search online. <a title="IT by Googling" href="http://www.meltivore.com/2008/google-as-it/" target="_blank">More IT troubleshooting by Bing and Google</a>. I&#8217;m not exactly sure which search engine got me there, but one forum listed the answer (albeit two hundered or so, lines down the page).<br />
Boot from a Vista or Windows 7 disk and choose <strong>Repair</strong>, then <strong>Recovery Console</strong>. Once you have a command line to work with, <strong>cd</strong> to <strong>C:\windows\winsxs</strong> and<strong> del pending.xml</strong>, <strong>exit</strong> to reboot again and you&#8217;ll see the &#8220;Configuring Updates&#8230;&#8221; message once more, but it will continue to the Windows login screen allowing for celebrations all around.</p>
<p>This was the fix that worked for me, hopefully you&#8217;ll have the same luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/vista-configuring-updates-step-3-of-3-0-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Printer Offline</title>
		<link>http://www.meltivore.com/2010/network-printer-offline/</link>
		<comments>http://www.meltivore.com/2010/network-printer-offline/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 06:10:18 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=423</guid>
		<description><![CDATA[Yesterday I was at a client site where everyone prints directly to the printers, rather than sharing via a print server. One of the PCs kept showing a printer as offline, even though everyone else was printing to it. From the PC you could ping the printer and even browse to the builtin web server [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was at a client site where everyone prints directly to the printers, rather than sharing via a print server. One of the PCs kept showing a printer as offline, even though everyone else was printing to it. From the PC you could ping the printer and even browse to the builtin web server to see that it was low on cyan.</p>
<p>After chewing on this for quite a while, I found the issue: a checkbox on the Ports tab &#8220;SNMP Status Enabled&#8221;, which when checked (along with SNMP turned off on the print device) will result in the printer being listed as Offline. Once the box was unchecked, it was back online and the customer was back to printing once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/network-printer-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>God Mode in Windows Vista or 7</title>
		<link>http://www.meltivore.com/2010/god-mode-in-windows-vista-or-7/</link>
		<comments>http://www.meltivore.com/2010/god-mode-in-windows-vista-or-7/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:13:13 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=421</guid>
		<description><![CDATA[Following Paul Thurrott&#8217;s blog such as I do, today&#8217;s post listed a way to see a hidden GUI. There is quite a list, some of which are not normally exposed but via the Registry.
This is really a pretty simple hack:
Create a New Folder, rename it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
You can actually name it whatever you want before the [...]]]></description>
			<content:encoded><![CDATA[<p>Following <a title="Paul Thurrott's Blog" href="http://www.winsupersite.com/" target="_blank">Paul Thurrott&#8217;s blog</a> such as I do, <a title="God Mode on the SuperSite" href="http://community.winsupersite.com/blogs/paul/archive/2010/01/04/windows-7-god-mode.aspx" target="_blank">today&#8217;s post</a> listed a way to see a hidden GUI. There is quite a list, some of which are not normally exposed but via the Registry.</p>
<p>This is really a pretty simple hack:</p>
<p>Create a <strong>New Folder</strong>, rename it <strong>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</strong></p>
<p>You can actually name it whatever you want before the dot, i.e. LinusMode, Dave, Matrix, etc. The icon will change to the one used for the Control Panel, and when opened it will list a plethora of settings.</p>
<p>Have fun, and be careful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/god-mode-in-windows-vista-or-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Omnibook BIOS Reset</title>
		<link>http://www.meltivore.com/2009/omnibook-bios-reset/</link>
		<comments>http://www.meltivore.com/2009/omnibook-bios-reset/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 16:16:32 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=418</guid>
		<description><![CDATA[A good friend gave me an old HP Omnibook of his, which was used by a former employee and he hadn&#8217;t used it in well over a year. It turned out to have a BIOS password, which he didn&#8217;t know.
I thought I was in for some laptop disassembly to remove the CMOS battery or change a jumper; perhaps even worse, to [...]]]></description>
			<content:encoded><![CDATA[<p>A good friend gave me an old <a title="HP Omnibook" href="http://elektro.cmhnet.org/~charlie/photos/computers/omnibook.html" target="_blank">HP Omnibook</a> of his, which was used by a former employee and he hadn&#8217;t used it in well over a year. It turned out to have a <a title="Basic input/output system " href="http://en.wikipedia.org/wiki/BIOS" target="_blank">BIOS</a> password, which he didn&#8217;t know.</p>
<p>I thought I was in for some laptop disassembly to remove the <a title="CMOS Battery" href="http://en.wikipedia.org/wiki/CMOS_Battery" target="_blank">CMOS battery</a> or change a <a title="Jumper" href="http://en.wikipedia.org/wiki/Jumper_(computing)" target="_blank">jumper</a>; perhaps even worse, to send it back to a repair depot for reset; but it was amazingly easy. </p>
<p>All that had to be done was <a title="HP Support BIOS Reset Post" href="http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?admit=109447627+1259941516249+28353475&amp;threadId=1021089" target="_blank">hold down the insert key</a> while the system was booting to reset the BIOS back to default. Okay, I had to do this three times before it worked, but it worked.</p>
<p>Although I was relieved to be done with this in just a minute or two, making it this easy to do a reset completely invalidates the security afforded by having a BIOS password in the first place.</p>
<p>Anyhow, it is now happily running <a title="Fedora 11 by RedHat" href="http://en.wikipedia.org/wiki/Fedora_11" target="_blank">Fedora 11</a>; which BTW required 515 updates for 1.6GB (and people complain about <a title="Windows Update" href="http://en.wikipedia.org/wiki/Windows_updates" target="_blank">Windows updates</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/omnibook-bios-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Your Own Root CA via Group Policy</title>
		<link>http://www.meltivore.com/2009/deploying-your-own-root-ca-via-group-policy/</link>
		<comments>http://www.meltivore.com/2009/deploying-your-own-root-ca-via-group-policy/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 22:08:53 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=413</guid>
		<description><![CDATA[Although it took some searching, this nugget was quite simple.
One of my clients has a Linux Certificate Authority and none of the Windows systems would give an invalid or unknown certificate authority error when visiting a company website that used a cert created by the CA.
Get your root certificate ready, then fire up the Group Policy [...]]]></description>
			<content:encoded><![CDATA[<p>Although it took some searching, this nugget was quite simple.</p>
<p>One of my clients has a Linux Certificate Authority and none of the Windows systems would give an invalid or unknown certificate authority error when visiting a company website that used a cert created by the CA.</p>
<p>Get your root certificate ready, then fire up the Group Policy Management Console (or <strong>gpmc.msc</strong>). Either create a new group policy or use the Default Domain Policy to deploy it to every system.</p>
<p>Right-click the policy of your chosing and select <strong>Edit&#8230; </strong>go to <strong>Computer Configuration</strong> &gt; (<strong>Policies</strong>,<strong> </strong>if you are using Windows 2008 ) &gt; <strong>Windows Settings</strong> &gt; <strong>Security Settings</strong> &gt; <strong>Public Key Policies</strong> &gt; <strong>Trusted Root Certification Authorities</strong>, right-click and choose <strong>Import&#8230;</strong> and using the import wizard browse over to your root certificate and you are done.</p>
<p>Within a few days most computers on the domain should have the certificate, aside from the stragglers who never seem to be on the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/deploying-your-own-root-ca-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 is Now Available</title>
		<link>http://www.meltivore.com/2009/exchange-2010-is-now-available/</link>
		<comments>http://www.meltivore.com/2009/exchange-2010-is-now-available/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:51:56 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=409</guid>
		<description><![CDATA[Good thing we had that free eBook to learn Exchange 2010, because the announcement on the official Microsoft Exchange Team Blog says it is out the door and available worldwide.
You can grab the 120 day trial here. And this time there is no 32-bit version, as with the Exchange 2007 trial.
And if you are a TechNet [...]]]></description>
			<content:encoded><![CDATA[<p>Good thing we had that free <a title="Free E2KX Book" href="http://www.meltivore.com/2009/free-exchange-2010-ebook/" target="_blank">eBook</a> to learn Exchange 2010, because the <a title="Exchange 2010 Arrives!" href="http://msexchangeteam.com/archive/2009/11/09/453096.aspx" target="_blank">announcement</a> on the official <a title="MS Exchange Team Blog" href="http://msexchangeteam.com/" target="_blank">Microsoft Exchange Team Blog</a> says it is out the door and available worldwide.</p>
<p>You can grab the 120 day trial <a title="Exchange 2010 120 Day Trial" href="http://www.microsoft.com/downloads/details.aspx?familyid=05741f65-2a7b-4070-879f-d74208d6171d&amp;displaylang=en&amp;Hash=QzYCQjUHlKfPtNY4htrmdMq44xufc2AwAIbyLYGUZdBA%2bKPuA6YdaT5ALmH4kdjaRhNCNScwNEoRWd4CSWJdfg%3d%3d" target="_blank">here</a>. And this time there is no 32-bit version, as with the Exchange 2007 trial.</p>
<p>And if you are a <a title="Subscribe to TechNet" href="http://www.meltivore.com/2009/technet-subscription/" target="_blank">TechNet</a> or MSDN subscriber, the full (non-expiring) version is available for download as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/exchange-2010-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Windows Server 2008 R2 eBook</title>
		<link>http://www.meltivore.com/2009/free-windows-server-2008-r2-ebook/</link>
		<comments>http://www.meltivore.com/2009/free-windows-server-2008-r2-ebook/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:58:20 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=406</guid>
		<description><![CDATA[Well if this isn&#8217;t the week for free books&#8230; Now there is a free eBook download from Microsoft: Introducing Windows Server 2008 R2.
The &#8220;Introducing&#8221; series of MS Press books are hardly a technical treatise on whatever subject they happen to cover, but in my opinion, free information regarding their latest products is always a good thing.
And thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Well if this isn&#8217;t the week for free books&#8230; Now there is a free eBook download from Microsoft: <a title="W2K8R2 eBook PDF" href="http://download.microsoft.com/download/5/C/0/5C0BD0AB-040D-4C56-A60B-661001012DDA/Windows_Server_2008_R2_e-book.pdf" target="_blank">Introducing Windows Server 2008 R2</a>.</p>
<p>The &#8220;Introducing&#8221; series of <a title="MS Press" href="http://www.microsoft.com/learning/en/us/training/format-books.aspx" target="_blank">MS Press</a> books are hardly a technical treatise on whatever subject they happen to cover, but in my opinion, free information regarding their latest products is always a good thing.</p>
<p>And thanks again goes to <a title="Bink.nu Free W2K8R2 Book" href="http://bink.nu/news/introducing-windows-server-2008-r2-ebook-available-as-free-download.aspx" target="_blank">Bink.nu</a> for this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/free-windows-server-2008-r2-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Exchange 2010 eBook</title>
		<link>http://www.meltivore.com/2009/free-exchange-2010-ebook/</link>
		<comments>http://www.meltivore.com/2009/free-exchange-2010-ebook/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:22:50 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=404</guid>
		<description><![CDATA[I nabbed this news item from Bink.nu, a very worthy site for the latest in Microsoft news.
You can head on over to Red Gate Software&#8217;s site for a free eBook on Exchange 2010. I guess I should start reading, it&#8217;ll be here sooner than later.
Not sure how long this will last, so get&#8217;em while they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I nabbed this news item from <a title="Bink.nu" href="http://bink.nu/news/free-ebook-exchange-2010-a-practical-approach.aspx" target="_blank">Bink.nu</a>, a very worthy site for the latest in Microsoft news.</p>
<p>You can head on over to Red Gate Software&#8217;s site for a free <a title="Free E2KX Book" href="http://www.red-gate.com/specials/Exchange/esa_exchange2010.htm" target="_blank">eBook</a> on Exchange 2010. I guess I should start reading, it&#8217;ll be here <a title="E2KX is Code Complete" href="http://msexchangeteam.com/archive/2009/10/08/452775.aspx" target="_blank">sooner</a> than later.</p>
<p>Not sure how long this will last, so get&#8217;em while they&#8217;re hot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/free-exchange-2010-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It’s Windows 7! The savior of the computing world!!!</title>
		<link>http://www.meltivore.com/2009/its-windows-7-the-savior-of-the-computing-world/</link>
		<comments>http://www.meltivore.com/2009/its-windows-7-the-savior-of-the-computing-world/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:46:23 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=398</guid>
		<description><![CDATA[Okay not really, but everyone else is making claims and spreading exaggerated news. Why not a catchy headline for me too?
Windows 7 has been unleashed upon the world today; enjoy!
PS. For those of us who have TechNet or MSDN, we&#8217;ve had the official release version for many weeks. Next time be one of the first with [...]]]></description>
			<content:encoded><![CDATA[<p>Okay not really, but everyone else is making <a title="Windows 7 to Save Tech" href="http://www.pcworld.com/article/174108/windows_7_could_help_pc_chip_sectors_rebound.html" target="_blank">claims</a> and spreading <a title="Apple and Linux Raining" href="http://www.pcworld.com/article/174075/apple_and_linux_forces_rain_on_windows_7_parade.html" target="_blank">exaggerated news</a>. Why not a catchy headline for me too?</p>
<p><a title="Windows 7" href="http://www.microsoft.com/windows/windows-7/default.aspx" target="_blank">Windows 7</a> has been unleashed upon the world today; enjoy!</p>
<p>PS. For those of us who have <a title="TechNet" href="http://www.meltivore.com/2009/technet-subscription/" target="_blank">TechNet</a> or <a title="MSDN" href="http://msdn.microsoft.com/en-us/default.aspx" target="_blank">MSDN</a>, we&#8217;ve had the official release version for many weeks. Next time be one of the first with <a title="Not really..." href="http://community.winsupersite.com/blogs/paul/archive/2009/10/08/windows-8-to-be-128-bit-only-lol.aspx" target="_blank">Windows 8 128-bit</a> ;^)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/its-windows-7-the-savior-of-the-computing-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
