<?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; Templates</title>
	<atom:link href="http://www.meltivore.com/category/templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:33:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script Samples</title>
		<link>http://www.meltivore.com/2010/script-samples/</link>
		<comments>http://www.meltivore.com/2010/script-samples/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 03:44:10 +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[SQL]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=444</guid>
		<description><![CDATA[There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;
Change Printer Spooler Service Recovery options to Restart
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600
Backing up [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;</p>
<p><strong>Change Printer Spooler Service Recovery options to Restart</strong><br />
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600</p>
<p><strong>Backing up an MSDE Database</strong><br />
osql -E -Q &#8220;BACKUP DATABASE mdss TO DISK= &#8216;C:\BB_DB_Backup\mdss.bak&#8217;&#8221;</p>
<p><strong>Copy Database and then Appending with Date<br />
</strong>copy t:\plandata.mdb C:\PlanDataBackup /Y</p>
<p>For /F &#8220;Tokens=1-8 Delims=.:/ &#8221; %%a In (&#8216;Echo %Date%&#8217;) Do (Set All=%%d-%%b-%%c)<br />
@For %%a in (&#8220;plandata.mdb&#8221;) do rename %%a &#8220;%%~na-%All%.mdb&#8221;</p>
<p><strong>Deleting Old OWA Logs</strong><br />
forfiles -p &#8220;C:\inetpub\logs\LogFiles\W3SVC1&#8243; -c &#8220;cmd /c echo del \&#8221;@FILE\&#8221; &amp; del \&#8221;@FILE\&#8221;" -d -21</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/script-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to&#8230;</title>
		<link>http://www.meltivore.com/2008/welcome-to/</link>
		<comments>http://www.meltivore.com/2008/welcome-to/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 21:41:58 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=77</guid>
		<description><![CDATA[This is the second of a group of IT templates I&#8217;ll be posting from what I&#8217;ve created or gathered/modified. This one is your basic &#8220;Welcome to Company&#8221; sheet that I tyically hand out to new employees. It&#8217;s only a page long and surprising it&#8217;s actually been read more than once (unlike the typical stack of papers [...]]]></description>
			<content:encoded><![CDATA[<p>This is the <a title="The first one is here" href="http://www.meltivore.com/2008/company-infrastructure-template/" target="_self">second</a> of a group of IT templates I&#8217;ll be posting from what I&#8217;ve created or gathered/modified. This one is your basic &#8220;<a title="Welcome to..." href="http://www.meltivore.com/wp-content/uploads/2008/09/welcome.pdf" target="_blank">Welcome to Company</a>&#8221; sheet that I tyically hand out to new employees. It&#8217;s only a page long and surprising it&#8217;s actually been read more than once (unlike the typical stack of papers handed out by HR that largely goes ignored).</p>
<p>The template is in <a title="PDF Reader" href="http://www.adobe.com" target="_blank">PDF</a> form, but if there are requests for an editible format (<a title="MS Word" href="http://office.microsoft.com/en-us/word/FX100487981033.aspx" target="_blank">Word</a>), I&#8217;ll post a that as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2008/welcome-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Company Infrastructure Template</title>
		<link>http://www.meltivore.com/2008/company-infrastructure-template/</link>
		<comments>http://www.meltivore.com/2008/company-infrastructure-template/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:44:19 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=68</guid>
		<description><![CDATA[Here&#8217;s the first of a few templates I&#8217;ve gathered or made throughout the years. The Company Infrastructure template.
This &#8220;catch-all&#8221; document can be a central repository for network, system and vendor information, something to use to survey the environment for an audit, or when handing off to / indoctrinating a new IT person. Not all of the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the first of a few templates I&#8217;ve gathered or made throughout the years. The <a title="Overview Template" href="http://www.meltivore.com/wp-content/uploads/2008/09/infrastructureoverview.pdf" target="_blank">Company Infrastructure template</a>.</p>
<p>This &#8220;catch-all&#8221; document can be a central repository for network, system and vendor information, something to use to survey the environment for an audit, or when handing off to / indoctrinating a new IT person. Not all of the entries may be relevant and there will be some line items that need to be added, but hopefully this help you get started.</p>
<p>Here&#8217;s an <a title="Acme Survey" href="http://www.meltivore.com/wp-content/uploads/2008/09/acmeinfrastructureoverview.pdf" target="_blank">abridged overview</a> I created for a client, much of it has been gutted and fictious information added to obfuscate the company.</p>
<p>The template is in <a title="Adobe" href="http://www.adobe.com/" target="_blank">PDF</a> format, but if there&#8217;s a request for something editable, I will make the <a title="Word up!" href="http://office.microsoft.com/en-us/word/FX100487981033.aspx" target="_blank">Word</a> format available as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2008/company-infrastructure-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
