Windows PowerShell – get a recursive list of directories Sandy 2016-04-30 2016-04-30Computers PowerShell, windows 0 Like this: dir -Directory -Recurse | % { $_.FullName } > list.txt Continue reading