PS C:\Users\FFE4> Invoke-WebRequest -URI “http://www.baidu.com”
Invoke-WebRequest : 无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整。
请指定 UseBasicParsing 参数,然后再试一次。
所在位置 行:1 字符: 1
+ Invoke-WebRequest -URI “http://www.baidu.com”
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (:) [Invoke-WebRequest], NotSupportedException
+ FullyQualifiedErrorId : WebCmdletIEDomNotSupportedException,Microsoft.PowerShell.Commands.InvokeWebRequestComman
d
PS C:\Users\FFE4>