dir /ad /b>o
vs
get-childitem|?{$_.PSIsContainer}|Select-Object Name|foreach-object {$_.Name.Trim()}|out-file o
FEEL THE POWER
#POWERSHELL
#POWERSHELL
The #powershell 3 download page is a preview of the user-hostile UX to expect, right? Are the product download folk trying to kill PS?
#VS2013 has syntax highlighting for #powershell! Upgrade now! Everything else is industrial sabotage.
Can you run #powershell scripts as a non-admin with execution of .ps1 scripts blocked? Yes! http://suburbandestiny.com/Tech/?p=691 Why the extra hoops man?