PowerShell PowerShell Get-ChildItem c:\ "*.exe" -recurse | Select-Object FullName,Name | Out-File D:\exes.txt -Append 1 Get-ChildItem c:\ "*.exe" -recurse | Select-Object FullName,Name | Out-File D:\exes.txt -Append