You can try something like this, watch for line wrap

Set objGroup = GetObject
("LDAP://cn=Planning,ou=test,ou=Groups,ou=home,dc=test,dc=com")
For each objMember in objGroup.Members
Wscript.Echo objMember.fullName
Next

On 5/2/06, Antonio Aranda <[EMAIL PROTECTED]> wrote:
Is there a way to export to text file a list of the members of a security
group?

Thanks

Antonio


List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to