使用 Powershell 在 Reporting Services 中设置用户权限
我问这个问题是因为我对 Powershell 很陌生。
如何使用 Powershell 将特定域用户或组添加到 SSRS2005 中的特定报告角色(例如内容管理员或浏览器角色)?有没有一个简单的一两行脚本可以实现它?
谢谢!
注意:这肯定与编程相关(不是服务器管理),但我也会在 SF 上问这个问题。
I'm asking this because i'm a n00b when it comes to Powershell.
How do i use Powershell to add a particular domain user or group to a specific reporting role in SSRS2005 (say the Content Manager or Browser role)? Is there a simple one or two line script to achieve it?
Thanks!
Note: this is definately programming related (not server admin), but i am also going to ask this on SF.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,它不仅仅是一两行,但您可以轻松地将以下示例代码包装到可重用函数中:
Sorry, it isn't just one or two lines but you could easily wrap the following sample code into a reusable function:
您可以使用以下脚本在 Reporting Services 中设置用户权限。
我使用它为用户设置 250 份报告的权限,我发现它很容易使用。
来源:
使用 Powershell 在 Reporting Services 中设置用户权限
you can use below script to set user permissions in Reporting services.
I use this for set permission to a user on 250 reports and I found it easy to use.
source:
Using Powershell to set user permissions in Reporting Services