Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the Names of All Objects in the Configuration ContainerContent of List the Names of All Objects in the Configuration Container.vbsMD5 Hash: 873AE61E82177C370B365DADA827A1DC |
||
' 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 :: |