![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: List the Names of All Objects in the Configuration Container
|
||
|
' Description: Retrieves the names of the first-level objects in the Configuration container.
Set objConfiguration = GetObject _ ("LDAP://cn=Configuration,dc=fabrikam,dc=com") For Each objContainer in objConfiguration WScript.Echo objContainer.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||