문제

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?

도움이 되었습니까?

해결책

Assuming these users have an Active Directory profile:

  1. Create a AD group "SSRSBrowsers".
  2. Add the 300 to that group (preferably before the Persians arrive).
  3. Create an SSRS browse-only security entry for DOMAIN\SSRSBrowsers.
  4. Profit.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top