explain_groupType
Use the explain_groupType
command to convert a groupType value from an Active Directory object field into human-readable form.
Syntax
explain_groupType gt
Options
This command takes no options.
Arguments
This command takes the following argument:
Argument | Type | Description |
gt |
string |
Required. A groupType value for conversion. |
Return value
This command returns a hexadecimal version of the supplied value followed by the names of any flags that are set in the value.
Examples
explain_groupType [get_object_field groupType]
This example returns:
80000004 DOMAIN_LOCALSECURITY
The unseen value returned by get_object_field groupType
in this example was -2147483644
, which was converted to the hexadecimal value 80000004
and the name of the set flag DOMAIN_LOCALSECURITY
.
Related Tcl library commands
The following commands perform actions related to this command:
- explain_trustAttributes converts a trustAttributes value from an Active Directory object into human-readable form.
- explain_trustDirection converts a trustDirection 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.