Answers for "how to save the results of a powershell script to a file"

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 the results of a powershell script to a file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language