Answers for "how to save output to file powershell"

1

powershell output to file

ls | Out-File -FilePath c:\PATH\TO\FOLDER\OUTPUT.txt
Posted by: Guest on December-09-2020
0

save command output to file in powershell

command 2>&1 | Tee-Object -FilePath ".\filePath"
Posted by: Guest on March-24-2022

Code answers related to "how to save output to file powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language