We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
select Username, Firstname, Lastname, OU, WhenCreated, WhenChanged, a.lastChanged from tblADGroups a inner join tblADMembership b on a.ADObjectID=b.ParentAdObjectID inner join tblADusers c on C.ADObjectID=b.ChildAdObjectID where a.name='Your group'