July 2018
Beginner
552 pages
13h 18m
English
Some things in SSRS can only be configured using Windows Management Instrumentation (WMI). Tasks that can give effective control over the operating system that is running Sql Server Reporting Services should, after all, require local admin privileges on the machine being configured.
These commands are primarily required for configuring system integration of the Reporting Services, and are usually used during initial deployment or after infrastructure changes.
One of the most basic commands is Set-RsDatabase, with which SSRS configures what database will be hosting its operating data, which often is set to the local instance, but may well be run on any SQL Instance:
# Setting up localhost$paramSetRsDatabase = @{ DatabaseServerName ...Read now
Unlock full access