To find the list of users/members associated with a single windows group login, use xp_logininfo.
Example : Exec xp_logininfo 'domainABC\GroupName','members'
This will list all the members associated with the grouplogin “DomainABC\GroupName”.
This site is repository of my Sql Server Learnings.
To find the list of users/members associated with a single windows group login, use xp_logininfo.
Example : Exec xp_logininfo 'domainABC\GroupName','members'
This will list all the members associated with the grouplogin “DomainABC\GroupName”.