dsccommunity / SqlServerDsc

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

Request-SqlDscReportServerDatabaseRightsScript: New command proposal #2019

Open johlju opened 6 months ago

johlju commented 6 months ago

Command proposal

Command for returning a database rights script that can later be run on a SQL Server Database Engine instance for a specific account.

Could use the code here:

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

Proposed parameters

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

Special considerations or limitations

None.