powershell 使用powershell下载文件的脚本。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用powershell下载文件的脚本。相关的知识,希望对你有一定的参考价值。

$URI = "https://hoge.example.com/"

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls11
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

$cli = New-Object System.Net.WebClient
$uri = New-Object System.Uri($URI)
$file = Split-Path $uri.AbsolutePath -Leaf
$cli.DownloadFile($uri, (Join-Path ./ $file))

以上是关于powershell 使用powershell下载文件的脚本。的主要内容,如果未能解决你的问题,请参考以下文章

powershell 使用Powershell下载并安装应用程序

PowerShell - 使用 WebDAV 下载文件

Windows下载更新powershell

使用powershell下载jdk

powershell远程下载exe并执行

powershell PowerShell:Get-SMASWDFolders:返回包含已下载软件包的软件包正在使用的所有文件夹。