ntdomains ========= Display basic NT domain information of a Windows machine. Table schema ------------ ========================= ==== =============================================================== Name Type Description ========================= ==== =============================================================== name TEXT The label by which the object is known. client_site_name TEXT The name of the site where the domain controller is configured. dc_site_name TEXT The name of the site where the domain controller is located. dns_forest_name TEXT The name of the root of the DNS tree. domain_controller_address TEXT The IP Address of the discovered domain controller.. domain_controller_name TEXT The name of the discovered domain controller. domain_name TEXT The name of the domain. status TEXT The current status of the domain object. ========================= ==== =============================================================== Query examples -------------- .. code-block:: sql select * from ntdomains