< # .SYNOPSIS Gets stock quotes using a web servoice .DESCRIPTION This function uses the New-WebServiceProxy cmdlet to create a web service proxy. Then it calls that proxy to get stock information. .NOTES File Name : get-stockquote.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell V2 CTP3 .LINK Original post: http://PoshCode.org… Read the full text.