9 May 2010 0 Comments

PowerShell for Non-N00bs: LiveMeeting XML API and You

$wc = new-object system.net.webclient; $getPostingUrlURL = ‘https://www000.livemeeting.com/cc/YourAccount/xml/4.0/GetPostingURLRequest’; [xml]$getPostingUrlReply = $wc.DownString($getPostingUrlURL); …( read more )

Read the original here: 
PowerShell for Non-N00bs: LiveMeeting XML API and You

If you liked this post, buy me a Coffee.

Leave a Reply