Removing Members from Groups in a Domain

You can remove users, groups, or contacts from groups. The member attribute of the group object contains all direct members of the group.

The simplest way to remove a member from a group is to call the IADsGroup.Remove method on the IADsGroup interface of the group object you want to remove members from.