Summary: Use Windows PowerShell to return directory information.
How can I use Windows PowerShell to provide information about directories in a specific location?
Use the Get-ChildItem cmdlet, specific the path and use the –Directory switch, for example:
Get-ChildItem e:\data -Directory