Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » PowerShell   (RSS)
Sorry, but there are no more tags available to filter with.

Accessing Report Server from PowerShell

It is easy! Just create and compile SOAP proxy, and load it into PowerShell. Create instance, set credentials and URL. wsdl.exe /out:rs2005.cs http://rshost/reportserver/reportservice2005.asmx csc /t:library rs2005.cs [Reflection.Assembly]::LoadFrom("rs2005.dll")
Posted by levs | 0 Comments
Filed under:
 
Page view tracker