Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Groups in an ADAM OUContent of List All the Groups in an ADAM OU.vbsMD5 Hash: 4FB5CAF0C89FA266D62D37CF5DFAA7D9 |
||
' Description: Lists all the group 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("group") 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 :: |