Possible Duplicate:
Get $webclient.downloadstring to write to text file in Powershell
Powershell http post with .cer for auth
I have an SMS system that provides me the ability to send an SMS from an HTTP GET request:
http://smsserver/SNSManager/msgSend.jsp?uid&to=smartsms:*+001XXXXXX&msg="text of the message"&encoding=windows-1255
I want to enter the details to the text from PowerShell and just surf to this URL. How can I do it?