System.Net.WebClient错误无法从Intranet下载图片

时间:2017-09-28 09:10:09

标签: powershell batch-file webclient

我对PowerShell有疑问。

我正在尝试使用BAT数据从我们公司的内部网下载gif,但它总是说出以下错误:

enter image description here

powershell -Command "(New-Object System.Net.WebClient).DownloadFile('https://domain.name/file.name','C:\file.name')"

任何人都可以帮助我吗?

编辑:这是powershell的版本:

确定这是表格:

 Name                           Value
 ----                           -----
 PSVersion                      5.0.10586.117
 PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
 BuildVersion                   10.0.10586.117
 CLRVersion                     4.0.30319.42000
 WSManStackVersion              3.0
 PSRemotingProtocolVersion      2.3
 SerializationVersion           1.1.0.1

Windows版本是Windows 2008 R2

致以最诚挚的问候,

Xplosio

0 个答案:

没有答案