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


