dsccommunity / SqlServerDsc

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

Register-SqlDscReportServerDatabaseRightsScript: New command proposal #2020

Open johlju opened 2 months ago

johlju commented 2 months ago

Command proposal

Command to create a Reporting Services rights for an account on a database in a SQL Server Database Engine instance.

Could also be named Deploy-SqlDscRSDatabaseRightsScript

Proposed parameters

Parameter Mandatory Data type Description Default value Allowed values
ParameterName Yes String Detailed description None None

Special considerations or limitations

Should be able to either take a script as input from the pipeline or call Request-SqlDscRSDatabaseRightsScript if no such script was given.

johlju commented 2 months ago

There might be no point having this command. This command would just be a wrapper for Invoke-SqlDscQuery