Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Contacts in an ADAM OUContent of List All the Contacts in an ADAM OU.vbsMD5 Hash: BAF1DF961D39E272A60CC042528B7B08 |
||
' Description: Lists all the contacts in an ADAM OU named Accounting.
On Error ResumeNext Set objOU = GetObject("LDAP://localhost:389/ou=Accounting,dc=fabrikam,dc=com") objOU.Filter = Array("contact") For Each objUser in objOU Wscript.Echo objUser.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |