-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
command proposalThe issue is proposing to add a new command to the module.The issue is proposing to add a new command to the module.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Description
Command proposal
Returns an [hashtable] array of all installed SQL Server Reporting Services instances.
Proposed parameters
| Parameter | Mandatory | Data type | Description | Default value | Allowed values |
|---|---|---|---|---|---|
| ParameterName | Yes | String | Detailed description | None | None |
Special considerations or limitations
There could also be an additional command that uses the same logic but returns Power BI Report Server instances, e.g. Get-SqlDscPowerBIReportServer.
Should at least return the following properties:
| Property name | Data type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CurrentVersion | String | Returns the version of the installed Microsoft SQL Server Reporting Service instance. | ||||||||||||||||
| ServiceName | String | Returns the name of the Microsoft SQL Server Reporting Service instance Windows service. | ||||||||||||||||
| ServiceAccount | String | Returns the account that runs of the Microsoft SQL Server Reporting Service instance Windows service. | ||||||||||||||||
| ErrorDumpDirectory | String | Returns the path to error dump log files. | ||||||||||||||||
| WebPortalApplicationName | String | Should use the code here: SqlServerDsc/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1 Lines 1034 to 1041 in 026647c
|
Metadata
Metadata
Assignees
Labels
command proposalThe issue is proposing to add a new command to the module.The issue is proposing to add a new command to the module.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.