Skip to content

Commit 874e397

Browse files
author
Parth Shah
committed
Updated script parameters. Improved description.
1 parent 41b0cbc commit 874e397

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Functions/Admin/Set-RsDatabase.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Set-RsDatabase
88
This script configures the database settings used by SQL Server Reporting Services.
99
1010
.DESCRIPTION
11-
This script configures SQL Server Reporting Services to either create and use a new RS database or use an existing RS database.
11+
This script configures SQL Server Reporting Services to either create and use a new RS database or use an existing RS database. You must be an admin in RS and SQL Server in order to perform this operation successfully.
1212
1313
.PARAMETER ReportServerInstance (optional)
1414
Specify the name of the SQL Server Reporting Services Instance.

Functions/Admin/Set-RsDatabaseCredentials.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Set-RsDatabaseCredentials
88
This script configures the credentials used to connect to the database used by SQL Server Reporting Services.
99
1010
.DESCRIPTION
11-
This script configures the credentials used to connect to the database used by SQL Server Reporting Services.
11+
This script configures the credentials used to connect to the database used by SQL Server Reporting Services. You must be an admin in RS and SQL Server in order to perform this operation successfully.
1212
1313
.PARAMETER ReportServerInstance (optional)
1414
Specify the name of the SQL Server Reporting Services Instance.
@@ -57,7 +57,7 @@ function Set-RsDatabaseCredentials
5757
[string]
5858
$DatabaseCredentialType,
5959

60-
[System.Management.Automation.CredentialAttribute()]
60+
[System.Management.Automation.PSCredential]
6161
$DatabaseCredential,
6262

6363
[switch]

0 commit comments

Comments
 (0)