Administrating the service

As of now, the service administration is done via WMI. Reporting Services registers a WMI class on the server, and anything that can access it—including the ReportingServicesTools module, of course—can manage the service through it.

This means that, in order for the module to be able to perform these steps, you need to be able to access the service remotely via WMI/DCOM, unless you are running it on the computer hosting SSRS itself.

All commands connecting via wmi have a -ComputerName parameter.

To connect to a computer, you can use the Connect-RsReportServer command, removing the requirement to specify the target computer on subsequent calls:

Connect-RsReportServer -ComputerName "sql2017" -ReportServerInstance "MSSQLSERVER"
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset