This command lists Active Directory configuration records with their IDs. It can be used to retrieve the record ID so that you can run activedirectory modify to join the Active Directory domain.
Usage
activedirectory listExample
vcli: admin> activedirectory list
+----+-------------+----------------------+---------------------------------------+--------+-------------+------------+------+--------+-------------------+-------------------+---------+-----------+--------------+
| ID | Domain Name | Machine Account Name | Organizational Unit | State | Smb-allowed | Ldap-state | Port | Method | Searchbase | Group-searchbase | Use-tls | Use-ldaps | Ntlm-enabled |
+----+-------------+----------------------+---------------------------------------+--------+-------------+------------+------+--------+-------------------+-------------------+---------+-----------+--------------+
| 1 | Vast.lab | vast1 | OU=Comp,OU=Vast,DC=vast,DC=lab | JOINED | True | None | 389 | simple | dc=vast,dc=lab | dc=vast,dc=lab | False | False | True |
+----+-------------+----------------------+---------------------------------------+--------+-------------+------------+------+--------+-------------------+-------------------+---------+-----------+--------------+