Tag Archives: Get-ChildItem

Simple Where Filters

The comment about how awkward it is in PowerShell to filter out folders with Get-ChidlItem, or its alias dir, came up the other day on Twitter. I’ll be the first to admit that running a DIR command and wanting to … Continue reading

Posted in CommandLine, PowerShell | Tagged , , , | 4 Comments

Get File Utilization by Extension

In the past I’ve posted a few PowerShell functions that provide all types of file and folder information. The other day I had a reason to revisit one of them and I spent a little time revising and expanding. This … Continue reading

Posted in PowerShell v2.0, Scripting | Tagged , , , , , , | 1 Comment

All Hail Dir UseALot!

Some of you know my relationship with the a command prompt goes back a long, long way. Naturally I became very adept at using the DIR command, fully taking advantage of its switches to tease out hidden information or to … Continue reading

Posted in CommandLine, PowerShell v2.0, Scripting | Tagged , , , , , , , | 1 Comment