<?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>PowerShell &#8211; Sandy Scott&#039;s Web Spot</title>
	<atom:link href="https://www.sandyscott.net/tag/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sandyscott.net</link>
	<description>My little corner of the web</description>
	<lastBuildDate>Sat, 30 Apr 2016 13:12:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Windows PowerShell &#8211; get a recursive list of directories</title>
		<link>https://www.sandyscott.net/2016/04/windows-powershell-get-a-recursive-list-of-directories/</link>
					<comments>https://www.sandyscott.net/2016/04/windows-powershell-get-a-recursive-list-of-directories/#respond</comments>
		
		<dc:creator><![CDATA[Sandy]]></dc:creator>
		<pubDate>Sat, 30 Apr 2016 13:12:28 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.sandyscott.net/?p=203</guid>

					<description><![CDATA[Like this: dir -Directory -Recurse &#124; % { $_.FullName } > list.txt<p> <a class="continue-reading-link" href="https://www.sandyscott.net/2016/04/windows-powershell-get-a-recursive-list-of-directories/"><span>Continue reading</span><i class="crycon-right-dir"></i></a> </p>]]></description>
										<content:encoded><![CDATA[<p>Like this:<br />
<code>dir -Directory -Recurse | % { $_.FullName } > list.txt</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sandyscott.net/2016/04/windows-powershell-get-a-recursive-list-of-directories/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
