dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 225 forks source link

Get-SqlDscReportingsServicesConfiguration: New command proposal #2013

Open johlju opened 6 months ago

johlju commented 6 months ago

Command proposal

Returns an object containing the configuration of the specified Reporting Services instance.

Proposed parameters

Parameter Mandatory Data type Description Default value Allowed values
InstanceName Yes String Name of the SQL Server Reporting Services instance to be configured. SSRS

Special considerations or limitations

Could use the code here:

https://github.com/dsccommunity/SqlServerDsc/blob/026647ca36ce154a86facf195d00c27c2668281a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1#L1008-L1027