Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize-SqlDscReportServer: New command proposal #2014

Open
johlju opened this issue May 4, 2024 · 0 comments
Open

Initialize-SqlDscReportServer: New command proposal #2014

johlju opened this issue May 4, 2024 · 0 comments
Labels
command proposal The issue is proposing to add a new command to the module. help wanted The issue is up for grabs for anyone in the community.

Comments

@johlju
Copy link
Member

johlju commented May 4, 2024

Command proposal

Command to initialize an already installed instance of SQL Server Reporting Services.

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

Is it possible to use this modules command? See command Initialize-RS in the ReportingServicesTools module.

It could use the code here:

$restartReportingService = $true
$invokeRsCimMethodParameters = @{
CimInstance = $reportingServicesData.Configuration
MethodName = 'InitializeReportServer'
Arguments = @{
InstallationId = $reportingServicesData.Configuration.InstallationID
}
}
Invoke-RsCimMethod @invokeRsCimMethodParameters

@johlju johlju added help wanted The issue is up for grabs for anyone in the community. command proposal The issue is proposing to add a new command to the module. labels May 4, 2024
@johlju johlju changed the title Initialize-SqlDscReportingServices: New command proposal Initialize-SqlDscReportServer: New command proposal May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command proposal The issue is proposing to add a new command to the module. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

1 participant