Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the Parent Class of an Active Directory ObjectContent of List the Parent Class of an Active Directory Object.vbsMD5 Hash: 78C9E8E893A6D19CE0F89481C649A43C |
||
' Description: Determines the parent class of the Computer object within Active Directory.
strClassName = "cn=computer" Set objSchemaClass = GetObject _ ("LDAP://" & strClassName & _ ",cn=schema,cn=configuration,dc=fabrikam,dc=com") strSubClassOf = objSchemaClass.Get("subClassOf") WScript.Echo "The " & strClassName & _ " class is a child of the " & strSubClassOf & " class." | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |