Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Members of an ADAM GroupContent of List All the Members of an ADAM Group.vbsMD5 Hash: 5920AF84B0C376C8C8C95ED0D72B0620 |
||
' Description: Lists all the members of an ADAM group named Accountants.
On Error Resume Next Set objGroup = GetObject _ ("LDAP://localhost:389/cn=Accountants,ou=Accounting,dc=fabrikam,dc=com") For Each objUser in objGroup.Members Wscript.Echo objUser.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |