<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PowerShell Cmdlet of the Day Podcast</title>
	<atom:link href="http://cmdlet.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmdlet.wordpress.com</link>
	<description>Learn a New PowerShell Cmdlet Today</description>
	<lastBuildDate>Tue, 11 Oct 2011 15:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cmdlet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PowerShell Cmdlet of the Day Podcast</title>
		<link>http://cmdlet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cmdlet.wordpress.com/osd.xml" title="PowerShell Cmdlet of the Day Podcast" />
	<atom:link rel='hub' href='http://cmdlet.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Episode 13 &#8211; Stop-Computer &#8211; Restart-Computer</title>
		<link>http://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 00:00:53 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=70</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can power down or reboot computers on your network. We also realize that this is the easiest way to learn how to do the same for any Windows 8 computer. Restart-Computer -ComputerName (gc c:\computerlist.txt) -ThrottleLimit 64 -Force Brought to you by The Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=70&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode13StopComputerRestartComputer649.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can power down or reboot computers on your network. We also realize that this is the easiest way to learn how to do the same for any Windows 8 computer.</p>
<pre>Restart-Computer -ComputerName (gc c:\computerlist.txt) -ThrottleLimit 64 -Force</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=70&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode13StopComputerRestartComputer649.mp3" length="4393018" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 12 &#8211; Variable, Env, Function Provider</title>
		<link>http://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 00:00:05 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Provider]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=68</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at a few commonly overlooked providers and what they contain. Try the following: cd variable: dir cd env: dir cd function: dir Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=68&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode12VariableEnvFunctionProviders664.mp3">MP3 Podcast</a></p>
<p>In this episode we look at a few commonly overlooked providers and what they contain.</p>
<p>Try the following:</p>
<pre>cd variable:
dir

cd env:
dir

cd function:
dir</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=68&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode12VariableEnvFunctionProviders664.mp3" length="4237884" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 11 &#8211; Export-CSV &#8211; ConvertTo-CSV</title>
		<link>http://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 00:00:40 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=66</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how we can turn PowerShell objects into comma separated strings and files Append Example: Get-Process &#124;select name,id &#124;ConvertTo-Csv -NoTypeInformation &#124;select -Skip 1 &#124;out-file filetoappend.txt Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=66&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode11ExportCSVConvertToCSV774.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how we can turn PowerShell objects into comma separated strings and files</p>
<p>Append Example:</p>
<pre>Get-Process |select name,id |ConvertTo-Csv -NoTypeInformation |select -Skip 1 |out-file filetoappend.txt</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=66&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode11ExportCSVConvertToCSV774.mp3" length="6192430" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 10 &#8211; Select-Object</title>
		<link>http://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 00:00:21 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=63</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we explore all of the possibilities for one of the most used PowerShell cmdlets. Basic Example: Get-Process &#124;select name, id Parameters discussed: First Last Skip Unique Return a string collection of the process names rather than an object with only a name property Get-Process &#124;select -ExpandProperty Name Return [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=63&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode10SelectObject574.mp3">MP3 Podcast</a></p>
<p>In this episode we explore all of the possibilities for one of the most used PowerShell cmdlets.</p>
<p>Basic Example:</p>
<pre>Get-Process |select name, id</pre>
<p>Parameters discussed:</p>
<ul>
<li>First</li>
<li>Last</li>
<li>Skip</li>
<li>Unique</li>
</ul>
<p>Return a string collection of the process names rather than an object with only a name property</p>
<pre>Get-Process |select -ExpandProperty Name</pre>
<p>Return the collection that exists within the access property</p>
<pre>Get-Acl |select -ExpandProperty Access</pre>
<p>Create a custom property with Name/Expression Hash</p>
<pre>Get-Process |select @{Name='Modified Name';Expression={$_.Name + "_Modified"}}</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=63&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode10SelectObject574.mp3" length="7863572" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 9 &#8211; Out-Null</title>
		<link>http://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 00:00:09 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=61</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can stop the pipeline and suppress output with Out-Null. Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=61&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-PowerShellCOTD00009OutNull985.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can stop the pipeline and suppress output with Out-Null.</p>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=61&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00009OutNull985.mp3" length="2807873" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 8 &#8211; Break and Continue</title>
		<link>http://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 00:00:02 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=59</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can use break and continue to control the flow of loops. Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=59&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-PowerShellCOTD00008BreakAndContinue541.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can use break and continue to control the flow of loops.</p>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=59&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00008BreakAndContinue541.mp3" length="6744641" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 7 &#8211; Join-Path</title>
		<link>http://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:00:37 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=54</guid>
		<description><![CDATA[Download the MP3 PodcastIn this episode we look at how you can easily concatenate paths with Join-Path. $dir = 'C:\users' $child = 'tome' Join-Path $dir $child c:\users\tome Join-Path c:,d: NewDir c:\NewDir d:\NewDir Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=54&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-PowerShellCOTD00007SplitPath707.mp3">MP3 Podcast</a>In this episode we look at how you can easily concatenate paths with Join-Path.</p>
<pre>$dir = 'C:\users'
$child = 'tome'
Join-Path $dir $child
c:\users\tome

Join-Path c:,d: NewDir
c:\NewDir
d:\NewDir</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=54&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00007SplitPath707.mp3" length="5132609" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 6 &#8211; Split-Path</title>
		<link>http://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 00:00:17 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Core Cmdlets]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=50</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can carve up strings that make up strings of text that make up paths with Split-Path: By default &#8211; returns parent path Split-Path c:\users\tome c:\user Leaf - returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaf tome NoQualifier &#8211; removes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=50&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-PowerShellCOTD00006SplitPath809.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can carve up strings that make up strings of text that make up paths with Split-Path:</p>
<p><strong>By default</strong> &#8211; returns parent path</p>
<pre>Split-Path c:\users\tome
c:\user</pre>
<p><strong>Leaf</strong> - returns the end of the path (file or directory name)</p>
<pre>Split-Path c:\users\tome -Leaf
tome</pre>
<p><strong>NoQualifier</strong> &#8211; removes the drive letter from the path</p>
<pre>Split-path hklm:\software\microsoft -NoQualifier
\software\microsoft</pre>
<p><strong>Qualifier</strong> &#8211; returns just the drive letter</p>
<pre>Split-path c:\users\tome
c:\</pre>
<p><strong>IsAbsolute</strong> &#8211; returns true if it is an absolute path, not a relative path.</p>
<p><strong>Resolve</strong> &#8211; evaluates the string path to a real path</p>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=50&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00006SplitPath809.mp3" length="6062657" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 5 &#8211; BackupRestoreImport-GPO</title>
		<link>http://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/</link>
		<comments>http://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 00:00:43 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=43</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can Backup, Restore, and Import Group Policy Objects using Windows PowerShell and the cmdlets that come with the Group Policy module in the latest version of RSAT and the GPMC. $dir = '\\server1\gpobackups' # Backups Get-GPO -All &#124;Backup-GPO -Path $dir Get-GPO remoting &#124;Backup-GPO [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=43&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode5BackupRestoreImportGPO577.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can Backup, Restore, and Import Group Policy Objects using Windows PowerShell and the cmdlets that come with the Group Policy module in the latest version of RSAT and the GPMC.</p>
<pre>$dir = '\\server1\gpobackups'

# Backups
Get-GPO -All |Backup-GPO -Path $dir
Get-GPO remoting |Backup-GPO -Path $dir

#Restore
Restore-GPO -Path $dir -All
Restore-GPO -Path $dir -Name remoting

# Restore a GPO from a specific backup
$id = '00003D27-F9E6-4C59-BF69-938E5AE43D05'
Restore-GPO -Path $dir -BackupId $id

# Create a new GPO named remoting2
Import-GPO -Path $dir -BackupGpoName remoting -TargetName remoting2 -CreateIfNeeded</pre>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=43&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode5BackupRestoreImportGPO577.mp3" length="6099057" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>
	</item>
		<item>
		<title>Episode 4 &#8211; Get-GPResultantSetOfPolicy</title>
		<link>http://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/</link>
		<comments>http://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 00:00:09 +0000</pubDate>
		<dc:creator>Tome</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://cmdlet.wordpress.com/?p=37</guid>
		<description><![CDATA[Download the MP3 Podcast In this episode we look at how you can generate an RSOP with Windows PowerShell by using Get-GPResultantSetOfPolicy by using the GroupPolicy module that comes with the GPMC that is bundled in Windows Server 2008 R2 and the most recent version of RSAT. # Populate dir with the current dir regardless [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=37&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://blip.tv/file/get/Toenuff-Episode4GetGPResultantSetOfPolicy532.mp3">MP3 Podcast</a></p>
<p>In this episode we look at how you can generate an RSOP with Windows PowerShell by using Get-GPResultantSetOfPolicy by using the GroupPolicy module that comes with the GPMC that is bundled in Windows Server 2008 R2 and the most recent version of <a href="http://www.microsoft.com/download/en/details.aspx?id=7887">RSAT</a>.</p>
<pre># Populate dir with the current dir regardless of whether
# you are in a script or executing in the shell
if ($MyInvocation.MyCommand.Path) {
    $dir = $MyInvocation.MyCommand.Path
}
else {
    $dir = $pwd
}

$user = 'home\Administrator'
$report = Join-Path $dir 'rsop.html'
$comp = 'Server1'
Get-GPResultantSetOfPolicy -User $user -Path $report -ReportType HTML -Computer $comp</pre>
<p><a href="http://cmdlet.files.wordpress.com/2011/08/get-gpresultantsetofpolicy.jpg"><img class="alignnone size-full wp-image-40" title="Get-GPResultantSetOfPolicy" src="http://cmdlet.files.wordpress.com/2011/08/get-gpresultantsetofpolicy.jpg?w=604&#038;h=499" alt="" width="604" height="499" /></a></p>
<p>Brought to you by <a href="http://www.amazon.com/Windows-PowerShell-2-0-Bible-Thomas/dp/1118021983">The Windows PowerShell Bible 2.0</a> and <a href="http://powershellgroup.org">PowerShellGroup.Org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cmdlet.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cmdlet.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cmdlet.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cmdlet.wordpress.com&amp;blog=26279337&amp;post=37&amp;subd=cmdlet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Toenuff-Episode4GetGPResultantSetOfPolicy532.mp3" length="6040151" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/0ded2ad548395122f1889a47e6acdf58?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tome</media:title>
		</media:content>

		<media:content url="http://cmdlet.files.wordpress.com/2011/08/get-gpresultantsetofpolicy.jpg" medium="image">
			<media:title type="html">Get-GPResultantSetOfPolicy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
