Here is a good VB script for copying the group membership from one Active Directory group to another: strSGroupDN = InputBox (“Enter the DN of Source Group” & VBCRLF &_ vbcrlf& _ vbcrlf& _ “e.g. CN=Source Group,OU=Users,DC=NWTraders,DC=com”) strDGroupDN = InputBox (“Enter the DN of Destination Group” & VBCRLF &_ vbcrlf& _ vbcrlf& _ “e.g. [...]