Posted October 12, 200618 yr On Error Resume NextSet objGroup = GetObject _ ("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com")objGroup.GetInfoarrMemberOf = objGroup.GetEx("member")WScript.Echo "Members:"For Each strMember in arrMemberOf WScript.echo strMemberNext
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.