Download a file in powershell
Here is a quick way to download a file in powershell:
Invoke-WebRequest -Uri <source> -OutFile <destination>
Here is a quick way to download a file in powershell:
Invoke-WebRequest -Uri <source> -OutFile <destination>