Hi scripters, I need to export the list of members added under "Accept messages" of delivery restrictions of a mailbox. The tab is mailbox properties-- >exchange general tab-->delivery restrictions. It is not exposed in root\MicrosoftexchangeV2 or in LDAP query to AD, there might be some attribute added in to user property. But my need is I want to go to the mailbox properties and return the list of members. Could you please help me do this using VBscript. Thank you Sany
The authOrig active Directory property is what i belive your looking for you will be able to retrieve this in VBS using ADSI. This property will contain all the LDAP DN's of users in that list cheers Glen "Sany" wrote in message news:a7ce3e15-8fc1-4cb7-8a79-f942486dc03d@e4g2000hsg.googlegroups.com... > Hi scripters, > > I need to export the list of members added under "Accept messages" of > delivery restrictions of a mailbox. The tab is mailbox properties-- >>exchange general tab-->delivery restrictions. > > It is not exposed in root\MicrosoftexchangeV2 or in LDAP query to AD, > there might be some attribute added in to user property. But my need > is I want to go to the mailbox properties and return the list of > members. > > Could you please help me do this using VBscript. Thank you > > Sany
Hey Glen, Thanks a lot, I didnt carefully went through the properties before posting the question public. the report is ready now! Sany