diff --git a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1 b/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1 index 84efe3cb1..4daef15b4 100644 --- a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1 +++ b/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1 @@ -151,6 +151,9 @@ function Get-TargetResource .PARAMETER DatabaseInstanceName Name of the SQL Server instance to host the Reporting Service database. + .PARAMETER DatabaseName + Name of the the Reporting Services database. Default is "ReportServer". + .PARAMETER ReportServerVirtualDirectory Report Server Web Service virtual directory. Optional. @@ -717,6 +720,9 @@ function Set-TargetResource .PARAMETER DatabaseInstanceName Name of the SQL Server instance to host the Reporting Service database. + .PARAMETER DatabaseName + Name of the the Reporting Services database. Default is "ReportServer". + .PARAMETER ReportServerVirtualDirectory Report Server Web Service virtual directory. Optional.