PowerTip: Quickly Show Folders and Subfolders in PowerShell 3.0
Summary: Use Windows PowerShell 3.0 to quickly show folders and subfolders. How can I use Windows PowerShell 3.0 to quickly show folders and subfolders? Use the Get-ChildItem cmdlet with the –Directory and the –Recurse switch. Select only parent and name. This command is shown her...