PowerShell For DevOps - Download File Using PowerShell

Published: 12 September 2021
on channel: EasyTechStudios
5k
29

In this video I have covered how to download files using Invoke WebRequest in PowerShell.

Script -
# Modify this script as per your requirement
# Source file location
$source = 'Enter your URL'

# Destination to save the file
$destination = 'C:\Users\user\Desktop\Downloads\file_name'

the file
Invoke-WebRequest -Uri $source -OutFile $destination

Subscribe our channel for more tech stuff.


Music Used -
SEA by Alex-Productions
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream:
Music promoted by Audio Library


Watch video PowerShell For DevOps - Download File Using PowerShell online without registration, duration 01 minute 50 second in high hd quality. This video was added by user EasyTechStudios 12 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5 thousand once and liked it 2 people.