Find the list of users associated with Windows Group Login

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”.