explain_trustDirection
Use the explain_trustDirection
command to convert a trustDirection value from an Active Directory object field into human-readable form.
Syntax
explain_trustDirection td
Options
This command takes no options.
Arguments
This command takes the following argument:
Argument | Type | Description |
td |
string |
Required. A trustDirection value for conversion. |
Return value
This command returns the English version of the trust direction specified by the trustDirection value.
Examples
explain_trustDirection [get_object_field trustDirection]
This example returns:
two-way
Related Tcl library commands
The following commands perform actions related to this command:
- explain_groupType converts a groupType value from an Active Directory object into human-readable form.
- explain_trustAttributes converts a trustAttributes value from an Active Directory object into human-readable form.
- explain_userAccountControl converts a userAccountControl value from an Active Directory object into human-readable form.