Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
ntdomains
Display basic NT domain information of a Windows machine.
Column | Type | Description |
---|---|---|
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. |
name | text | The label by which the object is known. |
status | text | The current status of the domain object. |
If the system is joined to a domain, this query will return the domain name as well as all known domain controllers and their IP addresses.
SELECT domain_name, domain_controller_name, domain_controller_address, status FROM ntdomains WHERE domain_name != "";