windows:powershell_commands:download_files_with_powershell

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:powershell_commands:download_files_with_powershell [2021/06/07 11:16] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Download files with powershell ====== 
 +<code 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\ 
 +</code>
  • windows/powershell_commands/download_files_with_powershell.txt
  • Last modified: 2021/06/07 11:16
  • by 127.0.0.1