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.
dscl
Returns the output of the dscl . -read
command (local domain).
Column | Type | Description |
---|---|---|
command | text | The dscl command to execute, only "read" is currently supported. Required in WHERE clause |
key | text | The key to query on the read command and path. Required in WHERE clause |
path | text | The path to use in the read command. Required in WHERE clause |
value | text | The value of the read path and key. The value is the empty string if the key doesn't exist. |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd).