Day One Access for New Hires: How to Automate It
How to give a new hire day one access automatically: pre-provisioning, attribute-derived groups, and license and device readiness before the start date.
Day one access for a new hire sounds like a small thing until you're the IT admin fielding a message at 9:05 AM asking why the new marketing coordinator can't open her email, see her team's SharePoint site, or log into the laptop that's sitting on her desk. Most onboarding delays aren't caused by a missing step. They're caused by a process that only starts once the person is already sitting there, instead of one that finishes before they arrive.
Getting day one access right is really about moving three things earlier: the account and its group memberships, the license, and the device. None of these has to wait for the start date. HR usually knows the hire date, department, job title, and manager weeks in advance, which is enough information to prepare almost everything except the final activation switch.
This article walks through what pre-provisioning actually means in an Entra ID and on-prem AD environment, how attribute-derived groups remove the manual "which groups does a marketing coordinator need" question, and how to make sure the license and the device are ready before the new hire's laptop is even unboxed.
Why day one access usually slips
Ask most IT teams why a new hire's first day is bumpy and the honest answer isn't "we forgot." It's that the onboarding request only becomes actionable once someone submits a ticket, and that ticket often lands the same week, sometimes the same day, as the start date.
A few things reliably go wrong when provisioning starts too late:
- The account gets created, but the person who knows which groups a "marketing coordinator in Rotterdam" needs is out sick or on holiday.
- The license pool is technically available, but nobody checked, so the new hire waits on a manual purchase approval.
- The laptop was ordered on time but Autopilot enrollment or app assignment wasn't finished, so IT hands over a device that still needs an hour of setup on day one.
- Access gets granted in a rush, using whatever the previous person in that role had, copying along old and possibly excessive permissions instead of what the role actually needs today.
Pre-provisioning: start before day one, activate on day one
Pre-provisioning means creating the account, assigning it to the right groups, and reserving a license and a device, all before the start date, then flipping the account from disabled to enabled (and letting the pre-assigned access take effect) on the morning the person actually starts.
What can be prepared in advance
- The Entra ID account object. Create it as soon as HR confirms the hire, with the correct attributes (department, job title, location, manager, start date) already populated. Leave it disabled.
- Group and role memberships. If access is derived from those same attributes, membership calculation can run immediately, before the account is even enabled. The person is "in" the right groups the moment the account activates, not hours or days later.
- License reservation. Check available seats against the expected role's license tier before the start date, so a shortage surfaces as a purchasing decision weeks in advance instead of a same-day scramble.
- Device. Order, image, and enroll the device in Intune ahead of time using Autopilot, so the only thing left for day one is handing it over.
What has to wait for day one
Only the activation itself: enabling the account, and physically handing over the device. Everything else can and should be finished beforehand. That's the core shift: day one becomes a switch-flip, not a build process.
Attribute-derived groups: the part that scales
Pre-provisioning only works smoothly if someone (or something) can answer "which groups does this new hire need" without a human working from memory or a stale wiki page. This is where attribute-based access control (ABAC) does the heavy lifting.
How it replaces manual group selection
Instead of an IT admin picking groups based on what they remember the last marketing coordinator had, rules evaluate the new hire's attributes, department, job title, location, employment type, and assign group and role membership automatically. A new hire in Marketing, Rotterdam gets exactly the groups every current Marketing, Rotterdam employee has, because the rule defines the group by those attributes rather than by a person copying someone else's access.
This matters for two reasons:
- Consistency. Nobody has to remember what "the marketing group" means this quarter. The rule is the source of truth.
- No inherited excess. Copying a colleague's access is one of the most common ways standing access accumulates, because that colleague may have picked up extra group memberships over years that were never cleaned up. A new hire starting from a clean, attribute-derived rule set doesn't inherit that debt.
A simple example
| Attribute | Value | Groups assigned |
|---|---|---|
| Department | Marketing | Marketing-Shared-Drive, Marketing-Team-Teams |
| Location | Rotterdam | Rotterdam-Office-WiFi, Rotterdam-Facilities |
| Job title | Coordinator | Marketing-Approvers excluded, Marketing-Contributors included |
License readiness before the start date
A new hire without a Microsoft 365 license on day one is a familiar, avoidable problem. The useful automation here isn't assigning the license itself, it's making sure you know, in advance, whether you have a seat to give.
Comparing your current license usage against actual Entra ID sign-in activity tells you which seats are sitting idle right now. If three people left last month and their licenses were never reclaimed, that's very likely your new hire's seat, already paid for, sitting unused. Checking this before the start date turns "do we need to buy a license" into a five-minute lookup instead of a same-day emergency purchase request. It also flags the opposite case early: if you genuinely don't have a spare seat, you'll know with enough runway to order one before day one instead of after it.
Device readiness: order early, image ahead of time
Hardware lead times don't respect start dates. A laptop ordered the week someone starts is often a laptop that arrives the week after.
A workable device timeline
- 2-4 weeks before start: Confirm the hire, check device inventory for a ready unit or place an order.
- 1-2 weeks before start: Image and enroll the device in Intune, assign the correct app and policy profiles for the role.
- Day before start: Confirm the device shows as compliant and fully provisioned in Intune.
- Day one: Hand over a device that's already configured, no setup wizard required.
Bringing it together: a day one checklist
- [ ] Account created and attributes populated as soon as the hire is confirmed, account left disabled
- [ ] Group and role membership pre-calculated from attributes
- [ ] License availability checked, seat reserved or purchase triggered with lead time
- [ ] Device ordered, imaged, and enrolled in Intune ahead of the start date
- [ ] Manager and self-service portal access configured so day two and beyond requests route correctly
- [ ] Account enabled and device handed over on the morning of day one
FAQ
How far in advance should day one access be prepared? Two to four weeks before the start date is a comfortable window for most roles: enough time to catch a license shortfall or a hardware lead time issue without holding the account open and unused for too long.
Does attribute-based access control replace the need for approvals? Not necessarily. Rules can assign baseline access automatically while still routing sensitive or non-standard requests through an approval step in a self-service portal. The automation removes the repetitive baseline work, not the judgment calls.
Does ServiceChanger assign Microsoft licenses automatically for new hires? ServiceChanger reports on license usage from real Entra ID sign-in activity and flags available or reclaimable seats, so you know your license position before the start date. The actual license assignment happens through your own Microsoft tooling.
What's the biggest cause of a rough first day for a new hire? Provisioning that only starts once the person is already there. Moving account creation, group assignment, license checks, and device imaging ahead of the start date turns day one into an activation step instead of a build process.
Day one access done well isn't about working faster on the start date, it's about doing almost none of the work on the start date. For more on how attribute-driven rules keep group membership current across the whole employee lifecycle, see our identity and access management (IAM) overview, or browse more on onboarding and automation on the blog.
Next step
Want new hires to walk in on day one with the right groups, a reserved license, and a ready device, no scrambling required? Book a demo or read the access automation docs.
You might also like
The Mover Process: Automating Access Recompute
Why the mover process is the hardest JML event, and how attribute-driven access recompute safely adds new access and removes old access with a grace period.
Joiner Mover Leaver Automation in Entra ID
Joiner mover leaver automation in Entra ID without enterprise IGA cost: how mid-market Microsoft shops keep access correct through every HR change.
Joiner-Mover-Leaver with your HR system: standard or custom?
Automating JML from your HR system sounds like one button, but it sits at two levels. What ServiceChanger does as standard at the group and role level, and what creating and deleting accounts from HR is as custom work.