|
stoopid newb question ok so I have the following - all on one line.
ls c:\ -rec | where {$_.mode -like "d*"} | foreach
{$di.getfolder($_.fullname).size/1024/1024}
$di = fso
the above line returns the folder size correctly but I can't seem to find a
way to output both the fullname and the size, any help would be appreciated!
tr |