• Apologies if I posted in the incorrect forum.

    I don't see a way to delete the post so I'll just post the answer from the other forum:

    select * from sys.server_principals

    that will have domain users, as well as all the built in users; the sql_logins is a limited view of that same data(WHERE type_desc = 'SQL_LOGIN').

    Lowell