Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Thu, 26 Jan 2006 00:15:02 -0800,    group: microsoft.public.exchange2000.development        back       


Owner of a distribution list   
HowTo change the owner of a distribution list in Exchange 2003 by script or VB?
Snippet welcome.

Thanks
Peter
date: Thu, 26 Jan 2006 00:15:02 -0800   author:   Peter

Re: Owner of a distribution list   
You can use ADSI to change the managedby Active Directory attribute all you 
need to do is put the Distinguished name of the owner in the attribute eg

set objgroup = getobject("LDAP://groupdn")
objgroup.managedby = "userdn"
objGroup.SetInfo

To tick the "manager can update membership list" checkbox and allow the 
owner to modify the DL members you have to give that user the "write 
members" right on the group see 
http://rallenhome.com/books/adcookbook/src/07.07-delegate_control_of_group_members.vbs.txt 
for a sample of doing this

Cheers
Glen

"Peter"  wrote in message 
news:8095688F-DDA1-491A-8BC8-5552996E56E4@microsoft.com...
> HowTo change the owner of a distribution list in Exchange 2003 by script 
> or VB?
> Snippet welcome.
>
> Thanks
> Peter
>
>
>
date: Fri, 27 Jan 2006 12:02:51 +1100   author:   Glen Scales [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us