Showing results for using the web - Scripting Blog [archived]

Oct 8, 2015
0
0

Playing with JSON and PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about playing with JSON and Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife has an updated shopping list. It includes a Microsoft Band 2 and a Surface Pro 4. The launch was a mouthwatering event and really well done. One of the cool cmdlets in ...

Scripting Guy!Windows PowerShellscripting techniques
Sep 21, 2015
0
0

Talk Like a Pirate—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks a bit about the script he wrote to translate pirate speech by using Invoke-WebRequest.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where I talk a bit about my script to submit data to a webpage and receive information back from that page. These sorts of web projects seem to ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 31, 2015
0
0

PowerTip: Download Links from Webpage with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to download links from a webpage.  How can I use Windows PowerShell to easily download links from a webpage that has a lot of links I want?  Use Invoke-WebRequest and select Links and href, for example: (Invoke-WebRequest -Uri "http://www.scriptingguys.com").Links.Href...

Scripting Guy!Windows PowerShellPowerTip

Feedback