SQL query for retrieving Site Roles from ConfigMgr Database

sql2016

If you want to retrieve the site roles from your ConfigMgr environment, you can use the following SQL query:

select   
      SiteCode,  
      RoleName,   
      ServerName   
 from   
      SysResList 

More Queries

Our full range of SQL and WQL Collection queries are available here.

Feedback

If you have any questions or feedback about this post, or if you would like us to create any queries for you, please go ahead and leave us a message below in the comments section and we will get back to you as quick as we can.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.