Copy File using PowerShell Command Posted by ITsiti — November 20, 2013 in POWER SHELL — Leave a reply You can use cp or copy command to copy file using the PowerShell.Example, cp TEST.txt TEST2.txt or copy TEST.txt TEST2.txt powershell copy file