SSRS Security add many users
问题 I have a list of over 300 users I want to add to SSRS Security as "Browsers". I was wondering, is there a way to do this programmatically and not by doing New Role Assignment for each and every user? 回答1: Assuming these users have an Active Directory profile: Create a AD group "SSRSBrowsers". Add the 300 to that group (preferably before the Persians arrive). Create an SSRS browse-only security entry for DOMAIN\SSRSBrowsers. Profit. 来源: https://stackoverflow.com/questions/22671403/ssrs