<?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 Directory Tree Size Using Powershell (Recursive)	</title>
	<atom:link href="https://thesysadminchannel.com/get-directory-tree-size-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Thu, 07 Nov 2024 16:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Gregory Fink		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-34912</link>

		<dc:creator><![CDATA[Gregory Fink]]></dc:creator>
		<pubDate>Thu, 07 Nov 2024 16:33:04 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-34912</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-18024&quot;&gt;Paul Contreras&lt;/a&gt;.

You could also pipe it to Out-GridView for an expandable window.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-18024">Paul Contreras</a>.</p>
<p>You could also pipe it to Out-GridView for an expandable window.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim Louis		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-29332</link>

		<dc:creator><![CDATA[Jim Louis]]></dc:creator>
		<pubDate>Fri, 31 May 2024 16:26:33 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-29332</guid>

					<description><![CDATA[Hi Paul,
This script doesn&#039;t do anything. It instantly returns to the command prompt and nothing else is returned. Does it require a specific version of Powershell?
Thanks, JIm]]></description>
			<content:encoded><![CDATA[<p>Hi Paul,<br />
This script doesn&#8217;t do anything. It instantly returns to the command prompt and nothing else is returned. Does it require a specific version of Powershell?<br />
Thanks, JIm</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Contreras		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-18024</link>

		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 14 Sep 2023 17:58:27 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-18024</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-16734&quot;&gt;Kathy&lt;/a&gt;.

Hi - There are several options so it doesn&#039;t truncate. Any of the below will do.

- Output to csv
- Store the output as a variable
- Pipe the command to format-list]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-16734">Kathy</a>.</p>
<p>Hi &#8211; There are several options so it doesn&#8217;t truncate. Any of the below will do.</p>
<p>&#8211; Output to csv<br />
&#8211; Store the output as a variable<br />
&#8211; Pipe the command to format-list</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kathy		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-16734</link>

		<dc:creator><![CDATA[Kathy]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 21:53:28 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-16734</guid>

					<description><![CDATA[Hi Paul, what can I do to prevent my folder paths (those beyond the directory I provide) from truncating with a ...?]]></description>
			<content:encoded><![CDATA[<p>Hi Paul, what can I do to prevent my folder paths (those beyond the directory I provide) from truncating with a &#8230;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-7075</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Thu, 29 Dec 2022 10:26:05 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-7075</guid>

					<description><![CDATA[This is great, gracias amigo]]></description>
			<content:encoded><![CDATA[<p>This is great, gracias amigo</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jae		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-3941</link>

		<dc:creator><![CDATA[Jae]]></dc:creator>
		<pubDate>Fri, 30 Sep 2022 20:34:20 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-3941</guid>

					<description><![CDATA[This is fantastic!  I&#039;m using it for a home folder migration project in which we hope to reduce the amount of on-premise file storage allocated to users.  It has been very helpful in finding the users who are the biggest hoarders.]]></description>
			<content:encoded><![CDATA[<p>This is fantastic!  I&#8217;m using it for a home folder migration project in which we hope to reduce the amount of on-premise file storage allocated to users.  It has been very helpful in finding the users who are the biggest hoarders.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thom K.		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-3553</link>

		<dc:creator><![CDATA[Thom K.]]></dc:creator>
		<pubDate>Wed, 14 Sep 2022 17:25:35 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-3553</guid>

					<description><![CDATA[Thanks for the great article.
I see the recursive mode that lists all the subfolders.
Is there a way to just list the first level of folders and not list all of the recursive folders but still have the total size and file count for each?
Meaning if I have a folder with 8 subfolders and each of those subfolders has subfolders, I only want output that lists the 8 folders--each of the eight rows with the aggregate number of files and size.
Thank you again!]]></description>
			<content:encoded><![CDATA[<p>Thanks for the great article.<br />
I see the recursive mode that lists all the subfolders.<br />
Is there a way to just list the first level of folders and not list all of the recursive folders but still have the total size and file count for each?<br />
Meaning if I have a folder with 8 subfolders and each of those subfolders has subfolders, I only want output that lists the 8 folders&#8211;each of the eight rows with the aggregate number of files and size.<br />
Thank you again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pratap		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-3338</link>

		<dc:creator><![CDATA[Pratap]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 10:03:55 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-3338</guid>

					<description><![CDATA[First of all Thank you very much for this is wonderful script. I would like to ask, how I can convert this script to gather information from remote computers ?? for example, I want to get the size of the directories from multiple remote computers and display exact same output in html view?]]></description>
			<content:encoded><![CDATA[<p>First of all Thank you very much for this is wonderful script. I would like to ask, how I can convert this script to gather information from remote computers ?? for example, I want to get the size of the directories from multiple remote computers and display exact same output in html view?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcos		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-1447</link>

		<dc:creator><![CDATA[Marcos]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-1447</guid>

					<description><![CDATA[How Can i export it to txt or cvs? Tried to put the output  before the End and couldn&#039;t get it done with the MBSize]]></description>
			<content:encoded><![CDATA[<p>How Can i export it to txt or cvs? Tried to put the output  before the End and couldn&#8217;t get it done with the MBSize</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jody Roody		</title>
		<link>https://thesysadminchannel.com/get-directory-tree-size-using-powershell/#comment-971</link>

		<dc:creator><![CDATA[Jody Roody]]></dc:creator>
		<pubDate>Sun, 29 May 2022 19:01:06 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2072#comment-971</guid>

					<description><![CDATA[Thought perhaps your script could halp in my finding Directories within Directories SharePoint and OneDrive Biz and OneDrive Personal.
I am so confused and my harddrive, Directories and Clouds are a total mess
I have OneDrive within OneDrive itself!!
If I get this cleaned up it may only happen all over again if I do not determine how this occurred.
I think I am going to need to search Folder Structure first because viewing all Folders and Files is confusing - too much info with having so many duplications 
Do you help others automate?  triggers notifications flows scripts ?]]></description>
			<content:encoded><![CDATA[<p>Thought perhaps your script could halp in my finding Directories within Directories SharePoint and OneDrive Biz and OneDrive Personal.<br />
I am so confused and my harddrive, Directories and Clouds are a total mess<br />
I have OneDrive within OneDrive itself!!<br />
If I get this cleaned up it may only happen all over again if I do not determine how this occurred.<br />
I think I am going to need to search Folder Structure first because viewing all Folders and Files is confusing &#8211; too much info with having so many duplications<br />
Do you help others automate?  triggers notifications flows scripts ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
