本文主要是介绍关于powershell Invoke-WebRequest,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
powershell 3.0之后才有。
参考:
Joe had provided you with the correct TechNet article link.
The Invoke-WebRequest cmdlet was introduced in Windows PowerShell 3.0.
In Windows Server 2008, if install KB968929, there should be PowerShell 2.0 in the server 2008.
If you want to get Invoke-Webrequest command on server 2008, please refer to following article and check if can help you.
https://social.technet.microsoft.com/Forums/en-US/5dd67d43-61f8-4bc1-a7ae-7c69265433ec/missing-cmdlet-invokewebrequest?forum=winserverManagement
这篇关于关于powershell Invoke-WebRequest的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!