Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Members of a GroupContent of List All the Members of a Group.vbsMD5 Hash: 0DB7AF339F45A62120EE095778C23FBD |
||
' Description: Returns the members of an Active Directory group named Scientists.
On Error Resume Next Set objGroup = GetObject _ ("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com") objGroup.GetInfo arrMemberOf = objGroup.GetEx("member") WScript.Echo "Members:" For Each strMember in arrMemberOf WScript.echo strMember Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |