I have a number of DL's that I need to update the managed by field. All the DL's are located in the same OU. The script I am using is the following
Set objGroup = GetObject _
("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com")
objGroup.Put "managedBy"...