You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReportingServicesTools/Functions/Security/Get-RsCatalogItemRole.ps1
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ function Get-RsCatalogItemRole
6
6
<#
7
7
.SYNOPSIS
8
8
This script retrieves access to SQL Server Reporting Services Instance from users/groups.
9
-
9
+
10
10
.DESCRIPTION
11
11
This script retrieves all access on the SQL Server Reporting Services Instance located at the specified Report Server URI from the specified user/group.
12
-
12
+
13
13
.PARAMETERIdentity
14
14
Specify the user or group name to retrieve access for.
15
15
@@ -18,26 +18,26 @@ function Get-RsCatalogItemRole
18
18
19
19
.PARAMETERRecurse
20
20
Recursively list subfolders with content.
21
-
21
+
22
22
.PARAMETERReportServerUri
23
23
Specify the Report Server URL to your SQL Server Reporting Services Instance.
24
24
Use the "Connect-RsReportServer" function to set/update a default value.
25
-
25
+
26
26
.PARAMETERCredential
27
27
Specify the credentials to use when connecting to the Report Server.
28
28
Use the "Connect-RsReportServer" function to set/update a default value.
29
-
29
+
30
30
.PARAMETERProxy
31
31
Report server proxy to use.
32
32
Use "New-RsWebServiceProxy" to generate a proxy object for reuse.
33
33
Useful when repeatedly having to connect to multiple different Report Server.
34
-
34
+
35
35
.EXAMPLE
36
36
Get-RsCatalogItemRole -Identity 'jmcgee'
37
37
Description
38
38
-----------
39
39
This command will establish a connection to the Report Server located at http://localhost/reportserver using current user's credentials and then retrieves all access for user 'jmcgee'.
This command will establish a connection to the Report Server located at http://localhost/reportserver_2012 using current user's credentials and then retrieves all access on catalog items found at '/Path/Human Resources/'.
0 commit comments