A command similar to wget in Windows: Invoke-WebRequestMay 29, 20190x00 TL;DRLinux can use wget command to download files. In this article, we will introduce the powershell command for Windows download files: Invoke-WebRequesit. 0x01 Invoke-WebRequest Demo1Invoke-WebRequest http://52.80.67.123:8000/get-process.ps1 -OutFile c:\get-process.ps1 0x02 Reference Invoke-WebRequest PowerShell Guide(Video)