スクリプト例
カレントフォルダ以下の全てのフォルダをフルパスでリストアップします。
ファイルはリストアップしません。
ls -Recurse | ?{test-path -LiteralPath $_.fullname -PathType Container} | %{$_.fullname}
ツッコミ歓迎
カレントフォルダ以下の全てのフォルダをフルパスでリストアップします。
ファイルはリストアップしません。
ls -Recurse | ?{test-path -LiteralPath $_.fullname -PathType Container} | %{$_.fullname}