Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Use PowerShell to Send a Web Request
Summary: Use the Invoke-WebRequest Windows PowerShell cmdlet to easily send a web request. How can you easily send an HTTP or HTTPS request to a web service by using Windows PowerShell 3.0? Use the Invoke-WebRequest cmdlet. For example, the following code returns links from the Hey, Scripting Guy! Blog.(Invoke-WebRequest scriptingguys.com/blog).links

Recent Posts

Â