Skip to content

Commit c40cecc

Browse files
Sync Meetup events (#159)
Automated synchronization of upcoming events from configured Meetup groups. Co-authored-by: HeyItsGilbert <615265+HeyItsGilbert@users.noreply.github.com>
1 parent 8d2ac85 commit c40cecc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
meetupEventId: "316490583"
3+
meetupSource: meetup
4+
startDate: "2026-09-16"
5+
title: "Intune - Not Just Another Graph Resource"
6+
externalUrl: "https://www.meetup.com/research-triangle-powershell-users-group/events/316490583/"
7+
virtual: true
8+
where: "TEKsystems, 4300 Edwards Mill Rd, Raleigh, NC, us"
9+
---
10+
Research Triangle PowerShell Users Group
11+
📝 **Synopsis:**
12+
13+
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…
14+
15+
📘 **Description:**
16+
17+
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.

0 commit comments

Comments
 (0)