<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>PowerShell Cmdlet of the Day Podcast</title>
	<atom:link href="https://cmdlet.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://cmdlet.wordpress.com</link>
	<description>Learn a New PowerShell Cmdlet Today</description>
	<lastBuildDate>Wed, 17 Dec 2014 14:54:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">26279337</site><cloud domain="cmdlet.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>PowerShell Cmdlet of the Day Podcast</title>
		<link>https://cmdlet.wordpress.com</link>
	</image>
	<atom:link href="https://cmdlet.wordpress.com/osd.xml" rel="search" title="PowerShell Cmdlet of the Day Podcast" type="application/opensearchdescription+xml"/>
	<atom:link href="https://cmdlet.wordpress.com/?pushpress=hub" rel="hub"/>
	<itunes:explicit>no</itunes:explicit><copyright>Copyright 2011</copyright><itunes:image href="http://a.images.blip.tv/Toenuff-300x300_show_image298.jpg"/><itunes:keywords>PowerShell</itunes:keywords><itunes:summary>Join MVP recipient and PowerShell Bible author, Tome Tanasovski, in a short-form podcast that will explore a PowerShell cmdlet or technique in each episode.</itunes:summary><itunes:subtitle>Learn a New PowerShell Cmdlet Today</itunes:subtitle><itunes:category text="Technology"/><itunes:author>Tome Tanasovski</itunes:author><item>
		<title>Episode 13 – Stop-Computer – Restart-Computer</title>
		<link>https://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/#respond</comments>
		
		
		<pubDate>Thu, 29 Sep 2011 00:00:53 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Download the <a rel="enclosure" href="https://docs.google.com/uc?export=download&amp;id=0B0nN-9oeY3ucY3BRRkhhTHE2OTA">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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/29/episode-13-stop-computer-restart-computer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">70</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator></item>
		<item>
		<title>Episode 12 – Variable, Env, Function Provider</title>
		<link>https://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/#respond</comments>
		
		
		<pubDate>Mon, 26 Sep 2011 00:00:05 +0000</pubDate>
				<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]]></description>
										<content:encoded><![CDATA[<p>Download the <a href="https://docs.google.com/uc?export=download&amp;id=0B0nN-9oeY3ucQ0xSOTA2RjhXYnM" rel="enclosure">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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/26/episode-12-variable-env-function-provider/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">68</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator></item>
		<item>
		<title>Episode 11 – Export-CSV – ConvertTo-CSV</title>
		<link>https://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/#respond</comments>
		
		
		<pubDate>Thu, 22 Sep 2011 00:00:40 +0000</pubDate>
				<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]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/22/episode-11-export-csv-convertto-csv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="6192430" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-Episode11ExportCSVConvertToCSV774.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">66</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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 &amp;#124;select name,id &amp;#124;ConvertTo-Csv -NoTypeInformation &amp;#124;select -Skip 1 &amp;#124;out-file filetoappend.txt Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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 &amp;#124;select name,id &amp;#124;ConvertTo-Csv -NoTypeInformation &amp;#124;select -Skip 1 &amp;#124;out-file filetoappend.txt Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 10 – Select-Object</title>
		<link>https://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/#respond</comments>
		
		
		<pubDate>Mon, 19 Sep 2011 00:00:21 +0000</pubDate>
				<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 [&#8230;]]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/19/episode-10-select-object/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="7863572" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-Episode10SelectObject574.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">63</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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 &amp;#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 &amp;#124;select -ExpandProperty Name Return [&amp;#8230;]</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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 &amp;#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 &amp;#124;select -ExpandProperty Name Return [&amp;#8230;]</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 9 – Out-Null</title>
		<link>https://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/#respond</comments>
		
		
		<pubDate>Thu, 15 Sep 2011 00:00:09 +0000</pubDate>
				<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]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/15/episode-9-out-null/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="2807873" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00009OutNull985.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">61</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 8 – Break and Continue</title>
		<link>https://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/#respond</comments>
		
		
		<pubDate>Mon, 12 Sep 2011 00:00:02 +0000</pubDate>
				<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]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/12/episode-8-break-and-continue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="6744641" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00008BreakAndContinue541.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">59</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 7 – Join-Path</title>
		<link>https://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/#comments</comments>
		
		
		<pubDate>Thu, 08 Sep 2011 00:00:37 +0000</pubDate>
				<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]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/08/episode-7-join-path/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		<enclosure length="5132609" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00007SplitPath707.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">54</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 6 – Split-Path</title>
		<link>https://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/#respond</comments>
		
		
		<pubDate>Mon, 05 Sep 2011 00:00:17 +0000</pubDate>
				<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 &#8211; returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaf tome NoQualifier &#8211; removes [&#8230;]]]></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> &#8211; 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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/05/episode-6-split-path/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="6062657" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-PowerShellCOTD00006SplitPath809.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">50</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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 &amp;#8211; returns parent path Split-Path c:\users\tome c:\user Leaf &amp;#8211; returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaf tome NoQualifier &amp;#8211; removes [&amp;#8230;]</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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 &amp;#8211; returns parent path Split-Path c:\users\tome c:\user Leaf &amp;#8211; returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaf tome NoQualifier &amp;#8211; removes [&amp;#8230;]</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 5 – BackupRestoreImport-GPO</title>
		<link>https://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/</link>
					<comments>https://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/#respond</comments>
		
		
		<pubDate>Thu, 01 Sep 2011 00:00:43 +0000</pubDate>
				<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 [&#8230;]]]></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/09/01/episode-5-backuprestoreimport-gpo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="6099057" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-Episode5BackupRestoreImportGPO577.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">43</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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 &amp;#124;Backup-GPO -Path $dir Get-GPO remoting &amp;#124;Backup-GPO [&amp;#8230;]</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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 &amp;#124;Backup-GPO -Path $dir Get-GPO remoting &amp;#124;Backup-GPO [&amp;#8230;]</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
		<item>
		<title>Episode 4 – Get-GPResultantSetOfPolicy</title>
		<link>https://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/</link>
					<comments>https://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/#respond</comments>
		
		
		<pubDate>Mon, 29 Aug 2011 00:00:09 +0000</pubDate>
				<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 [&#8230;]]]></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="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg"><img data-attachment-id="40" data-permalink="https://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/get-gpresultantsetofpolicy/" data-orig-file="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg" data-orig-size="683,565" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Tome&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1314218841&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Get-GPResultantSetOfPolicy" data-image-description="" data-image-caption="" data-medium-file="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=300" data-large-file="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=604" class="alignnone size-full wp-image-40" title="Get-GPResultantSetOfPolicy" src="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=604&#038;h=499" alt="" width="604" height="499" srcset="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=604&amp;h=500 604w, https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=150&amp;h=124 150w, https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg?w=300&amp;h=248 300w, https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg 683w" sizes="(max-width: 604px) 100vw, 604px" /></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>
]]></content:encoded>
					
					<wfw:commentRss>https://cmdlet.wordpress.com/2011/08/29/episode-4-get-gpresultantsetofpolicy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="6040151" type="audio/mpeg" url="http://blip.tv/file/get/Toenuff-Episode4GetGPResultantSetOfPolicy532.mp3"/>

		<post-id xmlns="com-wordpress:feed-additions:1">37</post-id>
		<media:content medium="image" url="https://1.gravatar.com/avatar/18c13455aff1fff8939fe0f74f9a1407dac93ef2c772d295b93f53c4459f4515?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">Tome</media:title>
		</media:content>

		<media:content medium="image" url="https://cmdlet.wordpress.com/wp-content/uploads/2011/08/get-gpresultantsetofpolicy.jpg">
			<media:title type="html">Get-GPResultantSetOfPolicy</media:title>
		</media:content>
	<dc:creator>Tome Tanasovski</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle>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 [&amp;#8230;]</itunes:subtitle><itunes:author>Tome Tanasovski</itunes:author><itunes:summary>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 [&amp;#8230;]</itunes:summary><itunes:keywords>PowerShell</itunes:keywords></item>
	</channel>
</rss>