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
17 changes: 17 additions & 0 deletions content/calendar/meetup-316490583.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
meetupEventId: "316490583"
meetupSource: meetup
startDate: "2026-09-16"
title: "Intune - Not Just Another Graph Resource"
externalUrl: "https://www.meetup.com/research-triangle-powershell-users-group/events/316490583/"
virtual: true
where: "TEKsystems, 4300 Edwards Mill Rd, Raleigh, NC, us"
---
Research Triangle PowerShell Users Group
📝 **Synopsis:**

You're likely familiar with Microsoft.Graph auth, pagination, Invoke-MgGraphRequest, etc. Intune has its own quirks on top of that. Not every policy is created equal, and something that feels like it should be a simple PATCH is a full POST. Often, we started automating before ever deploying a policy manually…

📘 **Description:**

Hailey will go through patterns for building Intune automation that's scalable and predictable, focusing on treating Intune like the rest of your Azure environment, aka building and using tests, deployment gates, and phased rollouts. She'll show where that thinking led: [IntuneStack](https://github.com/AllwaysHyPe/IntuneStack), a module I built that treats Intune policies like code with PR-driven dev → test → prod promotion, compliance-based success gates, OIDC auth, quality checks on every PR.