Answers for "powershell download and execute one liner"

0

one liner powershell download file

Invoke-WebRequest "https://example.com/archive.zip" -OutFile "C:WindowsTemparchive.zip"
Posted by: Guest on September-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language