We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d071b6 commit f31130bCopy full SHA for f31130b
source/Public/Get-SqlDscRSSetupConfiguration.ps1
@@ -49,6 +49,12 @@
49
- CurrentVersion: The current version from registry.
50
- VirtualRootServer: The virtual root server value.
51
- ConfigFilePath: The path to the report server configuration file.
52
+ - EditionID: The edition ID of the Reporting Services instance.
53
+ - EditionName: The edition name of the Reporting Services instance.
54
+ - IsSharePointIntegrated: Whether the instance is SharePoint integrated.
55
+ - MSReportServerInstanceVersion: The version from the CIM instance class
56
+ MSReportServer_Instance.
57
+ - InstanceId: The instance ID of the Reporting Services instance.
58
#>
59
function Get-SqlDscRSSetupConfiguration
60
{
0 commit comments