Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion articles/fleet-usage-statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ Below is the JSON payload that is sent to Fleet Device Management Inc:
"numSoftwareCPEs": 999,
"numSoftwareCVEs": 999,
"numHostsNotResponding": 9,
"numHostsFleetDesktopEnabled": 999,
"aiFeaturesDisabled": true,
"maintenanceWindowsEnabled": true,
"maintenanceWindowsConfigured": true,
"numHostsFleetDesktopEnabled": 999,
"oktaConditionalAccessConfigured": true,
Copy link
Member Author

@rachaelshaw rachaelshaw Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(oktaConditionalAccessConfigured already added as part of #36105)

"entraConditionalAccessConfigured": true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New usage stat for Entra configured

"conditionalAccessBypassDisabled": false,
Copy link
Member Author

@rachaelshaw rachaelshaw Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(conditionalAccessBypassDisabled already added as part of #36105)

"conditionalAccessEnabled": true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether any team has conditional access enabled

"fleetMaintainedAppsMacOS": [
"1password/darwin",
"slack/darwin",
Expand Down
Loading