Skip to content
AscendCore
Back to Runbook Library
Provisioning Template: configurable per customer

Device Enrollment Assignment

Assign a managed device to a user and apply the correct Intune enrollment profile so the hardware is ready on day one, audited.

Integrates with

Intune

The problem

New hardware needs to be tied to a user and pushed the right configuration before it is useful. When that is manual, the device shows up unconfigured and the new hire waits on IT.

What AscendCore does

A requester names the user and the device. AscendCore resolves both, proposes the assignment and enrollment profile to an approver, and on approval assigns the device and applies the profile. The assignment is recorded in the audit chain.

Status

Template. Device profiles and assignment rules are configurable per customer. Connect it to your Microsoft Intune tenant to enable.

Runbook source preview

Versioned, deterministic, auditable

Every runbook is defined as a versioned YAML manifest with explicit triggers, steps, and approval policies. The runbook itself is the audit-ready record of what AscendCore can and will do. Chat is just the interface that triggers it.

name: device-enrollment-assignment
trigger:
  channels: [slack, teams]
  intents: [device_assign]
steps:
  - resolve_target_user
  - resolve_device_record
  - admin_approval
  - assign_to_user
  - apply_enrollment_profile
approval:
  required: true
  approvers: [it-admins]
Want this runbook?

Configure device enrollment assignment for your environment

Templates are configurable per customer environment. Talk to us about the specific systems and approval flow you need.