How to access the accounts under SSRS Builtin\Administrators

Amanda 0 Reputation points
2026-08-03T02:27:44.84+00:00

Screenshot 2026-08-03 102515

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Deepesh Dhake 835 Reputation points
    2026-08-03T03:31:26.3066667+00:00

    BUILTIN\Administrators is the local Administrators group on the report server. Anyone in that group inherits its assigned SSRS role.

    To get the actual accounts:

    1. PowerShell: Get-LocalGroupMember -Group "Administrators"
    2. lusrmgr.msc: Groups then Administrators

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.