windows:powershell_commands:download_files_with_powershell

Download files with powershell

$client = new-object System.Net.WebClient
$client.DownloadFile("https://static.tp-link.com/2020/202008/20200803/TX401_V1_200528_Win.zip","c:\pub\nic\b.zip")
Expand-Archive -LiteralPath 'C:\pub\nic\b.zip' -DestinationPath C:\pub\nic\
Enter your comment:
195 +10᠎ = 
 
  • windows/powershell_commands/download_files_with_powershell.txt
  • Last modified: 2021/06/07 11:16
  • by 127.0.0.1