<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>MWJ Computing</title>
	<link>http://www.mwjcomputing.com/blog</link>
	<description>A life lived through digital exploration.</description>
	<lastBuildDate>Mon, 02 Aug 2010 16:56:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Documenting PowerShell Scripts &#8211; Part 1</title>
		<description><![CDATA[A “best practice” I follow is I document everything I do in a script. There are times I need to go back to a script years later and need to know exactly what it does. This is the first post in a series on how I document my scripts. Hopefully this helps you. The first [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/08/documenting-powershell-scripts-part-1/</link>
			</item>
	<item>
		<title>What podcasts do you subscribe to?</title>
		<description><![CDATA[I was looking to see if there are any more good IT / Security related podcasts out there and figured I would ask the masses. I am non-discriminatory on what I listen to as long as it is good content. I have a decent drive to work and use the opportunity to learn new things. [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/07/what-podcasts-do-you-subscribe-to/</link>
			</item>
	<item>
		<title>Some cool links &#8211; June 29th Edition</title>
		<description><![CDATA[I have been way to busy lately to put anything on the blog, but I wanted to share the links below. Hopefully I will start blogging by the end of the week. The EXPTA {blog}: The New Exchange 2007 SP3 Password Reset Tool – Very cool feature of Exchange 2007 SP3. You are now able [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/06/some-cool-links-june-29th-edition/</link>
			</item>
	<item>
		<title>2010 Scripting Games Wrap Up</title>
		<description><![CDATA[Well the expert answers are now being published over on the Hey Scripting Guys blog. So I figured I would write up a little on my experience during the games, how little they may be. I sent in only 3 scripts as life got in the way. Too much school and working. Oh well. I [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/05/2010-scripting-games-wrap-up/</link>
			</item>
	<item>
		<title>Scripting games continue&#8230;.</title>
		<description><![CDATA[The scripting games have been progressing quite well. PoshCode.org seems to go down sometimes but as we all know we can’t predict the future only respond to things when they happen sometimes. I am still working on some of the advanced scripts and hope to submit them this weekend. Today was event 4. It dealt [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/scripting-games-continue/</link>
			</item>
	<item>
		<title>2010 Scripting Games Are Here!</title>
		<description><![CDATA[The 2010 Scripting Games began this morning! You should head over to the Official 2010 Scripting Games Page and get started! Happy Scripting!]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/2010-scripting-games-are-here/</link>
			</item>
	<item>
		<title>Function to check for valid IP</title>
		<description><![CDATA[Just thought I would share this. I needed to check to see if an IP was valid when going through an excel document. So I wrote a quick function to test to see if it is a valid IP address. You can download this function here. Quick and Simple! Enjoy! function Test-IsValidIP{ param ( [string]$ipAddress [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/</link>
			</item>
	<item>
		<title>Are you competing in the Scripting Games? I am!</title>
		<description><![CDATA[I am and let me explain why. The Scripting Games that are put on by the Microsoft Scripting Guys is a great opportunity to learn, advance or prove you know your stuff when it comes to scripting. I participated the last few times that the games were ran and I loved it. Every minute of [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/are-you-competing-in-the-scripting-games-i-am/</link>
			</item>
	<item>
		<title>Validate time with a format of hh:mm:ss using RegEx</title>
		<description><![CDATA[Here are two quick ways to validate an entered date. Both examples work with PowerShell 2.0 but only the first one works with PowerShell 1.0. The following is a RegEx string to validate input in the format of hh:mm:ss. [01][0-9]:[0-6][0-9]:[0-6][0-9] We can use a simple if statement to validate the time as seen below $time [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/validate-time-with-a-format-of-hhmmss-using-regex/</link>
			</item>
	<item>
		<title>Script to modify window for PowerShell demo</title>
		<description><![CDATA[When I do PowerShell demos, I want my screen to have some default characteristics. The script below is the one I started using when I do a PowerShell demo for co-workers, friends or the SE Michigan PowerShell Script Club. Feel free to tailor it to your liking! You can download this script here. Happy Scripting! [...]]]></description>
		<link>http://www.mwjcomputing.com/blog/2010/04/script-to-modify-window-for-powershell-demo/</link>
			</item>
</channel>
</rss>
