mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
15 lines
522 B
YAML
15 lines
522 B
YAML
name: pmset
|
|
platforms:
|
|
- darwin
|
|
description: Retrieves macOS power settings with the `pmset -g` command.
|
|
columns:
|
|
- name: getting
|
|
type: text
|
|
required: false
|
|
description: Allows specifying a getting option when executing pmset.
|
|
- name: json_result
|
|
type: text
|
|
required: false
|
|
description: Result of the command in JSON format.
|
|
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
|
|
evented: false
|