Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Steven Peck
criptMethod -Name >>> toString -Value $code -Force -PassThru >>> >>> $result >>> >>> } >>> >>> } >>> >>> ** ** >>> >>> if( $sortBySize ) >>&g

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Ben Scott
On Thu, Nov 10, 2011 at 10:56 AM, David Lum wrote: > Windirstat.   Free and no install required. +1. For visualizing what's using space, it can't be beat. It also tends to things like "folder full of way too many itty bitty files" and "that guy has way too many PowerPoint files" stand out vis

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Cynicalgeek
>> >> ** ** >> >> if( $sortBySize ) >> >> { >> >>Get-FolderSize $path | sort -Property TotalSize >> >> } >> >> else**** >> >> { >> >>Get-FolderSize $path >> >> }**

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Steven Peck
t -Property TotalSize > > } > > else > > { > >Get-FolderSize $path > > } > > -get-foldersize.ps1- > > ** ** > > Regards, > > ** ** > > Michael B. Smith**** > > Consultant and Exchange MVP*

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Cameron
gt; Can you tell a PS novice how to get this to sort by size? That would >> make it perfect. >> >> ** ** >> >> ** ** >> >> John >> >> ** ** >> >> *From:* Michael B. Smith [mailto:mich...@smithcons.com] >> *Sent:* Thursday, November 10, 2011 1:41 PM

RE: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Michael B. Smith
lderSize $path } -get-foldersize.ps1- Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: Thursday, November 10, 2011 3:35 PM To: NT System Admin Issues Subject: RE: Easy Way to View and Sort

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Steven Peck
er 10, 2011 1:41 PM > > *To:* NT System Admin Issues > *Subject:* RE: Easy Way to View and Sort By Folder Sizes > > ** ** > > I wrote this for someone here (well, on some mailing list, I think it was > this one) a couple months ago, but I use it all the time now. >

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Rankin, James R
Issues Reply-To: "NT System Admin Issues" Subject: Re: Easy Way to View and Sort By Folder Sizes Another vote here for Treesize. Despite how much as I enjoy writing code, or using CLI tools like 'du', Treesize is great. http://www.jam-software.com/freeware/index.shtml --S

RE: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread John Hornbuckle
Can you tell a PS novice how to get this to sort by size? That would make it perfect. John From: Michael B. Smith [mailto:mich...@smithcons.com] Sent: Thursday, November 10, 2011 1:41 PM To: NT System Admin Issues Subject: RE: Easy Way to View and Sort By Folder Sizes I wrote this for someone

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Steve Kradel
SR-71 Blackbird > > From: John Hornbuckle > Date: Thu, 10 Nov 2011 10:42:16 -0500 > To: NT System Admin Issues > ReplyTo: "NT System Admin Issues" > Subject: Easy Way to View and Sort By Folder Sizes > > We use folder redirection here, and I’

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Andrew S. Baker
.1 MB > > C:\windows\Globalization > 9.6 MB > > C:\windows\Help > 68.1 MB**** > > C:\windows\idmu > 0.3 MB > > C:\windows\IME > 136.8 MB > > …… > > ** ** > > Regards, > > ** ** > > Michael B. Smith

RE: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Michael B. Smith
ultant and Exchange MVP http://TheEssentialExchange.com From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: Thursday, November 10, 2011 10:42 AM To: NT System Admin Issues Subject: Easy Way to View and Sort By Folder Sizes We use folder redirection here, and I'm trying to

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Kurt Buff
011 7:47 AM > > To: NT System Admin Issues > Subject: Re: Easy Way to View and Sort By Folder Sizes > > > > Treesize? > > Sent from my SR-71 Blackbird > > > > From: John Hornbuckle > > Date: Thu, 10 Nov 2011 10:42:16 -05

RE: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread John Cook
White [mailto:mswhite...@gmail.com] Sent: Thursday, November 10, 2011 11:26 AM To: NT System Admin Issues Subject: Re: Easy Way to View and Sort By Folder Sizes Omni DiskSweeper does an excellent job for this type of work. http://www.omnigroup.com/products/omnidisksweeper/ Point it to the drive you

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread Michael White
Omni DiskSweeper does an excellent job for this type of work. http://www.omnigroup.com/products/omnidisksweeper/ Point it to the drive you want to size and it will scan through directories to get size information. On Thu, Nov 10, 2011 at 7:42 AM, John Hornbuckle wrote: > We use folder redirecti

Re: Easy Way to View and Sort By Folder Sizes

2011-11-10 Thread cynicalgeek
Beggars can't be choosers. Sent from my iPhone On Nov 10, 2011, at 10:42 AM, John Hornbuckle wrote: > We use folder redirection here, and I’m trying to get a handle on which users > have the most stuff. > > So we have something like: > > x:\path\user1 > x:\path\user2 > x:\path\user3 >