<?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>&#34;Jim&#039;s House&#34;</title>
	<atom:link href="http://www.jim-melton.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jim-melton.com</link>
	<description>Just some of my random stuff.</description>
	<lastBuildDate>Tue, 06 Mar 2012 16:34:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Use PowerShell Instead of cURL</title>
		<link>http://www.jim-melton.com/2012/03/06/use-powershell-instead-of-curl/</link>
		<comments>http://www.jim-melton.com/2012/03/06/use-powershell-instead-of-curl/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 16:29:03 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.jim-melton.com/?p=259</guid>
		<description><![CDATA[I recently had to come up with a way to schedule regular downloads of a file from a website that uses cURL. cURL is a command line tool for transferring data with URL syntax.  Getting cURL approved for use in my company is a bit difficult, so I set out to find a PowerShell solution. [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2012/03/06/use-powershell-instead-of-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Windows Live Movie Maker&#8217;s Black Screen When Editing Fraps Videos</title>
		<link>http://www.jim-melton.com/2012/02/19/fix-windows-live-movie-makers-black-screen-when-editing-fraps-videos/</link>
		<comments>http://www.jim-melton.com/2012/02/19/fix-windows-live-movie-makers-black-screen-when-editing-fraps-videos/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 14:41:38 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.jim-melton.com/?p=242</guid>
		<description><![CDATA[I&#8217;ve recently decided to make some YouTube videos of how to find Datacrons in SW:TOR that I recorded with Fraps. My video editor of choice is typically Windows Live Movie Maker because: a.) It&#8217;s easy to use b.) It&#8217;s cheap (read: FREE) However, for some reason, the preview screen only showed black. I dug out [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2012/02/19/fix-windows-live-movie-makers-black-screen-when-editing-fraps-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Your Logitech G25/G27 Pedals as Rudder Controls</title>
		<link>http://www.jim-melton.com/2011/04/24/use-your-logitech-g25g27-pedals-as-rudder-controls/</link>
		<comments>http://www.jim-melton.com/2011/04/24/use-your-logitech-g25g27-pedals-as-rudder-controls/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 19:09:05 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Flight Sims]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[flight sims]]></category>
		<category><![CDATA[FSX]]></category>
		<category><![CDATA[Logitech]]></category>
		<category><![CDATA[ppjoy windows 7 64 bit]]></category>

		<guid isPermaLink="false">http://www.jim-melton.com/?p=197</guid>
		<description><![CDATA[If you are into flight sims like Flight Simulator X, X-Plane, or IL-2, you know that it&#8217;s much more realistic and much cooler to pilot your airplane with real rudder controls.  Unfortunately, the CH rudder pedals are kind of a one trick pony and kind of expensive.  If you happen to also be a sim [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2011/04/24/use-your-logitech-g25g27-pedals-as-rudder-controls/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Really Kill that Excel Object</title>
		<link>http://www.jim-melton.com/2011/04/15/really-kill-that-excel-object/</link>
		<comments>http://www.jim-melton.com/2011/04/15/really-kill-that-excel-object/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 17:31:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel Processes]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=119</guid>
		<description><![CDATA[If you&#8217;ve tried to use Excel 2007 or above with any of your Powershell scripts, you know that more often than not, when you quit Excel, a process stays running.  Not a huge deal until you&#8217;ve got a script scheduled to run several times a week and you end up silly with memory-eating Excel processes. [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2011/04/15/really-kill-that-excel-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use Powershell to Pass Embedded Credentials</title>
		<link>http://www.jim-melton.com/2011/01/04/use-powershell-to-pass-embedded-credentials/</link>
		<comments>http://www.jim-melton.com/2011/01/04/use-powershell-to-pass-embedded-credentials/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 15:46:58 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Embedded Credentials]]></category>
		<category><![CDATA[PoSh]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=98</guid>
		<description><![CDATA[I needed to pass the ID/password of a service account to a Microsoft HPC grid for some jobs we were submitting automatically.  Powershell was able to do that pretty easily. ***WARNING***  This script reads a domain ID and password from an unencrypted file.  Our implementation of this script used a protected file.  Yours should too! [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2011/01/04/use-powershell-to-pass-embedded-credentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn Off the UAC with Powershell</title>
		<link>http://www.jim-melton.com/2010/10/13/turn-off-the-uac-with-powershell/</link>
		<comments>http://www.jim-melton.com/2010/10/13/turn-off-the-uac-with-powershell/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 15:16:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=90</guid>
		<description><![CDATA[I wrote this script to turn off the UAC on our HPC R2 grid with 64 servers.  It works very well, but there is not any real error handling in there to account for offline computers.  If you are doing this for Windows 7 computers that may or may not be online, you may want [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2010/10/13/turn-off-the-uac-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine PC SAS Bundles</title>
		<link>http://www.jim-melton.com/2010/09/29/determine-pc-sas-bundles/</link>
		<comments>http://www.jim-melton.com/2010/09/29/determine-pc-sas-bundles/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 12:27:49 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[PC SAS]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=69</guid>
		<description><![CDATA[Here is a PoSh script that I wrote to determine what bundle of PC SAS is installed.  If you aren&#8217;t familiar, there are a lot of components for PC SAS and it&#8217;s expensive.  They are installed in &#8220;Bundles&#8221; and you are billed based on what bundle is installed.  The more components in the bundle, the higher [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2010/09/29/determine-pc-sas-bundles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair a Broken Symantec Management Client Service</title>
		<link>http://www.jim-melton.com/2010/08/26/repair-a-broken-symantec-management-client-service/</link>
		<comments>http://www.jim-melton.com/2010/08/26/repair-a-broken-symantec-management-client-service/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:23:57 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Antivirus Administration]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[broken smc]]></category>
		<category><![CDATA[sav]]></category>
		<category><![CDATA[sep]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[symantec antinvirus]]></category>
		<category><![CDATA[symantec endpoint protection]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=62</guid>
		<description><![CDATA[As mentioned in a previous post, a SEP client can have a broken SMC service and you may very well never know that there is anything wrong (unless you use the script found in that post ).  This is the Powershell script that will allow you to remotely repair most of those broken clients.  Again, [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2010/08/26/repair-a-broken-symantec-management-client-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audit Symantec Endpoint Protection Clients</title>
		<link>http://www.jim-melton.com/2010/08/26/audit-symantec-endpoint-protection-clients-2/</link>
		<comments>http://www.jim-melton.com/2010/08/26/audit-symantec-endpoint-protection-clients-2/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:34:50 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Antivirus Administration]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[symantec endpoint protection]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=47</guid>
		<description><![CDATA[If you&#8217;ve ever administered clients running Symantec Endpoint Protection 11 (SEP), you know how woefully inadequate the SEP management interface is for determining the health of your clients.  If a computer get&#8217;s a corrupt policy, chances are the Symantec Management Client (SMC) service will stop and refuse to restart.  When this happens, the component of [...]]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2010/08/26/audit-symantec-endpoint-protection-clients-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iRacing C6.R at Phillip Island</title>
		<link>http://www.jim-melton.com/2010/08/20/16/</link>
		<comments>http://www.jim-melton.com/2010/08/20/16/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 17:03:42 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Sim Racing]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[iracing]]></category>
		<category><![CDATA[sim racing]]></category>

		<guid isPermaLink="false">http://jim-melton.com/?p=16</guid>
		<description><![CDATA[Yet another iRacing video to get things going.  This time it&#8217;s the Corvette C6.R at Phillip Island in Australia.]]></description>
		<wfw:commentRss>http://www.jim-melton.com/2010/08/20/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
