Skip to content

Get-SqlDscReportingServices: New command proposal #2011

@johlju

Description

@johlju

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:
if ($sqlVersion -ge 13)
{
$reportsApplicationName = 'ReportServerWebApp'
}
else
{
$reportsApplicationName = 'ReportManager'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    command proposalThe issue is proposing to add a new command to the module.help wantedThe issue is up for grabs for anyone in the community.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions