Server access dashboard
The Server access dashboard gives information about access and permissions for users and groups:


The dashboard shows if users or groups exists in the server but has been disabled or removed from Active Directory. If this is the case, an alert is thrown for inactive users and inactive groups.
It is possible to see exactly which users have access and their permissions. It shows access for users if users are not having direct logins on the server, but having access through group memberships (also nested groups).
Read more about access information in: Who has access?
Corresponding view in the Performance Store database:
dbo.v_server_access
Other relevant views in the Performance Store database:
dbo.v_server_security (shows access and permission information without nested AD group information)
dbo.v_ad_group_members (shows information about AD users and their group memberships without nested AD group information)
dbo.v_ad_group_members_recursive (shows information about AD users and their group memberships with nested AD group information)
dbo.v_database_access
dbo.v_authorizations
dbo.v_securables