can i remove all members(i don't the exact counts) of a certain group by using DirectoryEntry.invoke or some other methods?
i think it's not a good way to get all members of this group and then remove them one by one through DirectoryEntry.Properties["member"].Remove(dn) when the group contains too many members
thanks!