<?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; Windows Server 2003</title>
	<atom:link href="http://www.meltivore.com/category/windows/windows-server-2003/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>AD Recycle Bin Tool</title>
		<link>http://www.meltivore.com/2011/ad-recycle-bin-tool/</link>
		<comments>http://www.meltivore.com/2011/ad-recycle-bin-tool/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 22:53:20 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=569</guid>
		<description><![CDATA[Last year Windows IT Pro magazine highlighted ADRecycleBin from Overall Solutions. It&#8217;s an excellent free utility to bring back deleted items (or reanimate for earlier Active Directory installations than 2008 R2). It&#8217;s a very nice alternative to the built-in feature in Windows Server 2008 R2 and is a drastic improvement over item recovery in earlier versions of [...]]]></description>
			<content:encoded><![CDATA[<p>Last year <a title="Windows IT Pro Magazine" href="http://www.windowsitpro.com/" target="_blank">Windows IT Pro</a> magazine highlighted <a title="AD Recycle Bin" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=40&amp;Itemid=66" target="_blank">ADRecycleBin</a> from <a title="Overall Solutions" href="http://www.overall.ca" target="_blank">Overall Solutions</a>. It&#8217;s an excellent <em style="font-weight: bold;">free </em>utility to bring back deleted items (or reanimate for earlier Active Directory installations than 2008 R2).</p>
<p>It&#8217;s a very nice alternative to the built-in feature in <a title="Windows Server 2008 R2 AD Recycle Bin" href="http://technet.microsoft.com/en-us/library/dd392261(WS.10).aspx" target="_blank">Windows Server 2008 R2</a> and is a drastic improvement over <a title="How to restore deleted user accounts" href="http://support.microsoft.com/?kbid=840001" target="_blank">item recovery</a> in earlier versions of Active Directory with a great GUI interface.</p>
<p>They have a couple of other<a title="More Cool Stuff!" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=33&amp;Itemid=15" target="_blank"> interesting products</a> in <a title="Maven" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=15" target="_blank">Maven</a>, <a title="ResetPass" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=26&amp;Itemid=64" target="_blank">ResetPass</a> and <a title="Action Engine" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=32&amp;Itemid=64" target="_blank">Action Engine</a>, not everything is free, but it&#8217;s close.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/ad-recycle-bin-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMIC to the Rescue</title>
		<link>http://www.meltivore.com/2011/wmic-to-the-rescue/</link>
		<comments>http://www.meltivore.com/2011/wmic-to-the-rescue/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 21:21:14 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></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=529</guid>
		<description><![CDATA[A recent project had me trying to script the retrieval of the Dell Service Tag. Luckily there&#8217;s WMI Command-line to the rescue. From a command line or in a script wmic bios get serialnumber will display or grab the Dell Service Tag. Furthermore, you can use the WMI Command-line to retrieve all kinds of system data and even make [...]]]></description>
			<content:encoded><![CDATA[<p>A recent project had me trying to script the retrieval of the Dell Service Tag. Luckily there&#8217;s <a title="WMIC Info" href="http://technet.microsoft.com/en-us/library/bb742610.aspx" target="_blank">WMI Command-line</a> to the rescue.</p>
<p>From a command line or in a script <strong><em>wmic bios get serialnumber</em></strong> will display or grab the Dell Service Tag.</p>
<p>Furthermore, you can use the WMI Command-line to retrieve all kinds of system data and even make configuration changes. <a title="RVDW" href="http://www.robvanderwoude.com/" target="_blank">Rob van der Woude</a>&#8216;s great site on scripting has a great primer and examples on using WMIC. <a title="TechNet Magazine" href="http://technet.microsoft.com/en-us/magazine/default.aspx" target="_blank">TechNet Magazine</a> also has a <a title="WMIC for System Info" href="http://technet.microsoft.com/en-us/magazine/2006.09.wmidata.aspx" target="_blank">very useful article</a> on gathering system data using WMIC in your environment.</p>
<p>Finally, checkout the <a title="WMI Admin Tools Download" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=24045" target="_blank">WMI Admin Tools</a> pack. It contains more than I want to type about here, but it gives you the ability to browse the various objects, classes and properties, plus a custom event viewer and much more. Check it out and make your (administrative) life better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/wmic-to-the-rescue/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>1</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 [...]]]></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>Three Free Utilities</title>
		<link>http://www.meltivore.com/2009/three-free-utilities/</link>
		<comments>http://www.meltivore.com/2009/three-free-utilities/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:02:29 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Utilities]]></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=301</guid>
		<description><![CDATA[Everyone carries around a USB drive these days with a variety of utilities, these three have been very useful in the recent past. CPU-Z &#8211; A great utility to find out what kind of memory is installed in a system. This is especially useful when a system is a plain box with out a service [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone carries around a USB drive these days with a variety of utilities, these three have been very useful in the recent past.</p>
<p><a title="CPU-Z" href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z</a> &#8211; A great utility to find out what kind of memory is installed in a system. This is especially useful when a system is a plain box with out a service tag or serial number.  And it&#8217;s <em>really</em> annoying to open a box only to find the memory is without a label.</p>
<p><a title="MJB" href="http://www.magicaljellybean.com/" target="_blank">Magic Jelly Bean</a> &#8211; This little gem has been in my toolbox for a long time. It grabs the key codes for popular software installed on a system (Adobe, VMWare, Office) including the OS. This is very useful if you have a disk, but lost your installation key or have lots of keys and don&#8217;t know which ones were used on a particular system.</p>
<p><a title="Wireless Key Recovery" href="http://www.nirsoft.net/utils/wireless_key.html" target="_blank">Wireless Key View</a> - And finally, this tool grabs the WPA/WEP wireless key(s) from a Windows system (must be using the built-in Windows wireless utility) when you can&#8217;t see the actual text or log into your wireless router.</p>
<p>And while you&#8217;re visiting these sites, check out the other free software they have. You&#8217;ll have your 32GB thumb drive filled up in no time ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/three-free-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Released</title>
		<link>http://www.meltivore.com/2009/internet-explorer-8-released/</link>
		<comments>http://www.meltivore.com/2009/internet-explorer-8-released/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:52:42 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Vista]]></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=271</guid>
		<description><![CDATA[Internet Explorer 8 was released today. I&#8217;m sure it&#8217;s already been downloaded a billion times already, but you can get it here. My first impressions have been favorable. I&#8217;ve been using Slim Browser for quite some time, but it still uses the IE7 engine and the performance has been lackluster as of late. I&#8217;ve stuck [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 8 was released today. I&#8217;m sure it&#8217;s already been downloaded a billion times already, but you can get it <a title="IE 8 Downloads" href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">here</a>.</p>
<p>My first impressions have been favorable. I&#8217;ve been using Slim Browser for quite some time, but it still uses the IE7 engine and the performance has been lackluster as of late. I&#8217;ve stuck with Slim Browser over the last couple of years due to features like double-clicking tabs to close sites and not having multiple browser windows open when going from an internal to external site. These items seem to have been addressed in IE8 and so far I&#8217;m impressed with speed and functionality. Try it out (Windows users) it&#8217;s free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/internet-explorer-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only one DC?</title>
		<link>http://www.meltivore.com/2009/only-one-dc/</link>
		<comments>http://www.meltivore.com/2009/only-one-dc/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:37:52 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=268</guid>
		<description><![CDATA[Okay, maybe this is a soapbox item, but I&#8217;ve been to too many companies with only one domain controller. Most of these companies have a full system backup running, but upon complete failure a restore will take a few hours minimum. One such outage and the cost of labor to pay an IT professional to [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, maybe this is a soapbox item, but I&#8217;ve been to too many companies with only one domain controller.</p>
<p>Most of these companies have a full system backup running, but upon complete failure a restore will take a few hours minimum. One such outage and the cost of labor to pay an IT professional to restore a domain controller is about break-even, with an example price of $700+  for a Windows Server license and the cost of a cheap server or desktop. That of course doesn&#8217;t really cover the true cost; if you have a company of twenty-five employees sitting around waiting for the server to come back online, now you&#8217;re really talking money. With another domain controller present (with sufficient resources), the clients may never even notice the difference should a primary system fail.</p>
<p>Unfortunately, many small companies look at the short term cost of items rather than focusing on the immense cost of a prolonged outage or lost productivity with subpar equipment or dated technology. But in tough economic times many of these choices are made for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/only-one-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Expiration Notifier</title>
		<link>http://www.meltivore.com/2009/password-expiration-notifier/</link>
		<comments>http://www.meltivore.com/2009/password-expiration-notifier/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 08:04:42 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=266</guid>
		<description><![CDATA[This is some really cool freeware (well, cool if you&#8217;re some kind of IT geek). Anyway, Redmond Magazine recently had a review of NetWrix Password Expiration Notifier. In a nutshell, it e-mails users when their Active Directory password is about to expire. This is huge for companies with remote users who only use webmail, local [...]]]></description>
			<content:encoded><![CDATA[<p>This is some really cool freeware (well, cool if you&#8217;re some kind of IT geek). Anyway, <a title="Redmond Magazine" href="http://redmondmag.com/" target="_blank">Redmond Magazine</a> recently had a review of <a title="Password Expiration Notifier" href="http://www.netwrix.com/password_expiration_notifier_freeware.html" target="_blank">NetWrix Password Expiration Notifier</a>. In a nutshell, it e-mails users when their Active Directory password is about to expire. This is huge for companies with remote users who only use webmail, local users that don&#8217;t logout for weeks at a time or Mac and Linux users that need Windows resources. The price is perfect for the base model and for more bells and whistles, prices start at $350 and climb upwards with the number of users.</p>
<p>Ps. Check out NetWrix&#8217;s array of <a title="More NetWrix Freeware" href="http://www.netwrix.com/freeware_products.html" target="_blank">Freeware</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/password-expiration-notifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lose the Shutdown Event Tracker</title>
		<link>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/</link>
		<comments>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 08:01:56 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></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=247</guid>
		<description><![CDATA[This tip has been around for a while, but I think it&#8217;s still worth sharing due to its possibly high annoyance factor. On a production machine, I consider the Shutdown Event Tracker worthwhile, especially in environments with multiple administrators. When in a lab situation or testing environment, this prompt before shutdown gets old quickly.  To [...]]]></description>
			<content:encoded><![CDATA[<p>This tip has been around for a while, but I think it&#8217;s still worth sharing due to its possibly high annoyance factor.</p>
<p>On a production machine, I consider the <a title="Shutdown Event Tracker" href="http://technet.microsoft.com/en-us/library/cc783475.aspx" target="_blank">Shutdown Event Tracker</a> worthwhile, especially in environments with multiple administrators. When in a lab situation or testing environment, this prompt before shutdown gets old quickly. </p>
<p>To change the setting go to <strong>Start</strong> &gt; <strong>Run…</strong>, type <strong>gpedit.msc</strong> and press <strong>OK</strong>.</p>
<p>Drill down: <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong> and highlight <strong>System</strong>. In the right pane, double-click the “<strong>Display Shutdown Event Tracker</strong>” and choose <strong>Disabled</strong>.</p>
<p>You&#8217;re done, no more need for a reason to shutdown the system. (BTW, this tip works with Windows Server 2003 and you can even <strong><em>enable</em></strong> the Shutdown Event Tracker for Windows 7, Vista and XP.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emergency Patch Today!</title>
		<link>http://www.meltivore.com/2008/emergency-patch-today/</link>
		<comments>http://www.meltivore.com/2008/emergency-patch-today/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 19:46:23 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></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=195</guid>
		<description><![CDATA[A critical flaw in Internet Explorer (some say Exploder) has been found and patched today. This is a very critical update due to the fact your system can be affected by just visiting a website. Go to Windows Update and patch your system!]]></description>
			<content:encoded><![CDATA[<p>A critical flaw in Internet Explorer (some say Exploder) has been found and <a title="IE Patch" href="http://www.microsoft.com/technet/security/bulletin/ms08-dec.mspx" target="_blank">patched today</a>.</p>
<p>This is a very critical update due to the fact your system can be affected by just visiting a website.</p>
<p>Go to Windows Update and patch your system!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2008/emergency-patch-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

