Multivalued Attributes
I am trying to create a script that will create contacts in my Exchange
organization. I want to set "Message Restrictions" to accept messages "Only
from:". I want to add two different groups here. The problem is only the
second group specified in the script gets added:
objuser.put "dLMemSubmitPerms","cn=this group,ou=distribution
groups,dc=anydomain,dc=com"
objuser.putex ADS_PROPERTY_APPEND, "dLMemSubmitPerms", Array("cn=that
group,ou=distribution groups,dc=anydomain,dc=com")
objuser.put "m***chHideFromAddressLists", TRUE
objuser.SetInfo
I have tried with putex in both lines and without. Only the second attribute
value gets added. Any help would be appreciated.
Thanks
Ray
|