![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: List the Parent Class of an Active Directory Object
|
||
|
' 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 :: | ||