Create Endpoint Analytics Baseline
Creates Endpoint Analytics baselines in Microsoft Intune with a specified naming schema.
Last updated
Was this helpful?
Creates Endpoint Analytics baselines in Microsoft Intune with a specified naming schema.
This runbook creates new Endpoint Analytics baselines in Intune using a customizable naming schema. Endpoint Analytics baselines allow organizations to measure and track device performance metrics over time. The naming schema can include placeholders that will be replaced with contextual values during baseline creation.
Organization → Devices → Create Endpoint Analytics Baseline
Full Runbook name
rjgit-org_devices_create-endpoint-analytics-baseline
Type: Microsoft Graph
DeviceManagementConfiguration.ReadWrite.All
The naming schema to use for the Endpoint Analytics baseline. Can include placeholders like {Date}, {DateTime}, {Month}, {Year}, or other tokens that will be replaced during creation. Example: "EA-Baseline-{Year}-{Month}" or "Analytics-{Date}".
Required
true
Default Value
Type
String
When enabled (default), automatically removes the oldest baseline if the maximum limit of 20 baselines is reached. Set to false to prevent automatic deletion and fail the runbook when the limit is reached.
Required
false
Default Value
True
Type
Boolean
Last updated
Was this helpful?
Was this helpful?