When I saw this post : MSDN content is also available as a Web service Of course I had to try this in PowerShell The following code I came up with while testing will get the title of the following post http://msdn.microsoft.com/en-us/library/aa973757(VS.85).aspx : $msdn = New-WebServiceProxy http://services.msdn.microsoft.com/ContentServices/ContentService.asmx?wsdl $cr = New-Object Microsoft.PowerShell...