Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Groups in an OUContent of List All the Groups in an OU.vbsMD5 Hash: B8975221624B48BA02581F68E1C2CE99 |
||
Set objOU = GetObject("LDAP://ou=Finance,dc=fabrikam,dc=com")
objOU.Filter = Array("Group") For Each objGroup in objOU Wscript.Echo objGroup.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |