Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Users in an ADAM OUContent of List All the Users in an ADAM OU.vbsMD5 Hash: 3948061F93B7D7D9C4BC25BABBC59610 |
||
' Description: Lists all the user accounts in an ADAM OU named Accounting.
On Error Resume Next Set objOU = GetObject("LDAP://localhost:389/ou=Accounting,dc=fabrikam,dc=com") objOU.Filter = Array("user") 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 :: |