I want to save ipconfig /all to text file.I am on Windows 10.When I try this in cmd
ipconfig /all | tee file.txt
I got
'tee' is not recognized as an internal or external command,operable program or batch file.
What is Windows alternative for tee?