Show/Hide Toolbars

Reporting Services CMD

Command: GetPerms

 

Get permissions

 

SSRS Version:

 

2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

GetPerms [item]

 

 

 

 

Parameters

 

   [Item]  Item to get permissions for

 

Examples

 

 

Get the permissions for the root folder "\" using GetPerms \

 

getperms \

 

 

 

Permissions

-----------

Create Folder

Delete

Read Properties

Update Properties

Create Report

Create Resource

Create data source

Create Model

Read Security Policies

Update Security Policies

 

 

Remarks

 

The command understands relative and absolute path for the folder.

if the folder has a space in the name enclose in double quotes

 

 

eg if the folder is called global sales

 

 

 getperms "global sales"

 

 

See Also