<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get Disk Quota</title>
	<atom:link href="http://jdhitsolutions.com/blog/2009/11/get-disk-quota/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdhitsolutions.com/blog/2009/11/get-disk-quota/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-disk-quota</link>
	<description>Advice, solutions, tips and more for the lonely Windows administrator with too much to do and not enough time.</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shay Levy</title>
		<link>http://jdhitsolutions.com/blog/2009/11/get-disk-quota/#comment-484</link>
		<dc:creator>Shay Levy</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/?p=519#comment-484</guid>
		<description>&lt;strong&gt;Free eBook - Windows PowerShell v.1 TFM...&lt;/strong&gt;

SAPIEN Technologies has released their Windows PowerShell v.1 TFM eBook (18.4 MB), by Don Jones and Jeff...</description>
		<content:encoded><![CDATA[<p><strong>Free eBook &#8211; Windows PowerShell v.1 TFM&#8230;</strong></p>
<p>SAPIEN Technologies has released their Windows PowerShell v.1 TFM eBook (18.4 MB), by Don Jones and Jeff&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Hicks</title>
		<link>http://jdhitsolutions.com/blog/2009/11/get-disk-quota/#comment-395</link>
		<dc:creator>Jeffery Hicks</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/?p=519#comment-395</guid>
		<description>You don&#039;t want to bog down PowerShell functions with too many bells and whistles,  I prefer to keep them focused on single tasks. So create a function to write a computername to the pipeline then pipe it to Get-DiskQuota.

Get-MyComputers &#124; Get-DiskQuota &#124; Export-CSV QuotaReport.csv</description>
		<content:encoded><![CDATA[<p>You don&#8217;t want to bog down PowerShell functions with too many bells and whistles,  I prefer to keep them focused on single tasks. So create a function to write a computername to the pipeline then pipe it to Get-DiskQuota.</p>
<p>Get-MyComputers | Get-DiskQuota | Export-CSV QuotaReport.csv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Hicks</title>
		<link>http://jdhitsolutions.com/blog/2009/11/get-disk-quota/#comment-394</link>
		<dc:creator>Jeffery Hicks</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/?p=519#comment-394</guid>
		<description>All you need is code to retrieve a computername and pipe it to the function or pass it as a parameter. So sure, it shouldn&#039;t be too difficult. Using the free Quest cmdlets is the easiest approach.</description>
		<content:encoded><![CDATA[<p>All you need is code to retrieve a computername and pipe it to the function or pass it as a parameter. So sure, it shouldn&#8217;t be too difficult. Using the free Quest cmdlets is the easiest approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Sullivan</title>
		<link>http://jdhitsolutions.com/blog/2009/11/get-disk-quota/#comment-393</link>
		<dc:creator>Trevor Sullivan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/?p=519#comment-393</guid>
		<description>Hmmm, would it be possible to pipe in a list of DirectoryEntry objects from Active Directory? One potentially useful scenario for this function, would be the ability to pass in a list of Directory objects straight from AD, and then have the function be intelligent enough to strip out just the system name.

Just an idea for enhancement :)

Cheers,
-Trevor Sullivan</description>
		<content:encoded><![CDATA[<p>Hmmm, would it be possible to pipe in a list of DirectoryEntry objects from Active Directory? One potentially useful scenario for this function, would be the ability to pass in a list of Directory objects straight from AD, and then have the function be intelligent enough to strip out just the system name.</p>
<p>Just an idea for enhancement <img src='http://jdhitsolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
-Trevor Sullivan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

