Scritp to List All the Members of a Group
- From: Ludwin Pacheco <LudwinPacheco@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Oct 2007 08:06:03 -0700
Hi I have a problem wich follow scrip:
Set objGroup = GetObject _
("LDAP://cn=Administrators, cn=Builtin, dc=CP,dc=com")
For each objMember in objGroup.Members
Wscript.Echo objMember.Name
Next
Because I put this code on OnScript Software and work very well, but I
change this parameters:
Set objGroup = GetObject _
("LDAP://cn=No Internet Mail, cn=Grupos, dc=CP,dc=com")
For each objMember in objGroup.Members
Wscript.Echo objMember.Name
Next
and doesn't work, I don't know why? the software OnScript show me this
error: C:\Documents and Settings\lpacheco\Escritorio\2.vbs(10,1)
(null).
NOTE: No Internet Mail (is located in Capaco Maracay>Grupos)
.
- Follow-Ups:
- Re: Scritp to List All the Members of a Group
- From: Richard Mueller [MVP]
- Re: Scritp to List All the Members of a Group
- Prev by Date: Re: Write to the Event logs
- Next by Date: Re: login problem
- Previous by thread: Re: Write to the Event logs
- Next by thread: Re: Scritp to List All the Members of a Group
- Index(es):
Relevant Pages
|