The LdapDialStringDirectory Class
The LdapDialStringDirectory class provides status for LDAP Dial String Directory instances in anynode. All properties are read-only. For each configured LDAP Dial String Directory, one class instance exists. The property ObjectRecordName has the key qualifier and uniquely identifies an instance.
These WMI queries are only available starting from anynode version 4.16. (Check out available WMI queries with the PowerShell command below.)
To display all contents of the LdapDialStringDirectory class locally without credentials, you can use the following command:
Get-WmiObject -Namespace "root\TESYSTEMS\anynode" -Class "LdapDialStringDirectory"
-Namespace "root\TESYSTEMS\anynode" : Specifies the WMI namespace
for anynode.
-Class "LdapDialStringDirectory" : Selects the "LdapDialStringDirectory" class
to retrieve its contents.
LdapDialStringDirectory Class Properties
The table below lists the properties of the 'LdapDialStringDirectory' class in alphabetical order. All properties are read-only.
Property: Comment
Type: string
Description: The property provides the symbolic name of the LDAP Dial String Directory from configuration.
Property: Index
Type: uint32
Description: The property provides the numeric index of the instance (1 .. number of configured directories).
Property: LastSearchFailed
Type: uint32
Description: The property indicates whether the last LDAP search failed. Valid values are:
-
1: No -
2: Yes
Property: LdapConnectionName
Type: string
Description: The property provides the symbolic name of the LDAP connection used by this directory.
Property: LdapConnectionUp
Type: uint32
Description: The property indicates whether the LDAP connection is active. Valid values are:
-
1: Up -
2: Down
Property: ObjectRecordName
Type: string
Description: The property provides the unique object identifier from configuration. It has the key attribute and identifies the instance.
Property: SearchErrorCount
Type: uint32
Description: The property provides the number of failed LDAP searches.
Property: SearchSuccessCount
Type: uint32
Description: The property provides the number of successful LDAP searches.