#msgraph
May 5, 2025 at 10:07 PM
📦 hwkdo/intranet-app-msgraph v0.7.2

Verwaltung der MS Graph Resourcen

🔗 https://github.com/hwkdo/intranet-app-msgraph
September 24, 2026 at 6:37 AM
📦 hwkdo/intranet-app-msgraph v0.7.1

Verwaltung der MS Graph Resourcen

🔗 https://github.com/hwkdo/intranet-app-msgraph
September 24, 2026 at 6:37 AM
One of the questions during our #MSGraph sessions at @mmsmoa.bsky.social was around filtering. Highly recommend checking out @merill.net’s blog post for a deeper dive and fantastic visuals

merill.net/2024/07/prop...

#PowerShell #MMSMOA
May 9, 2025 at 9:40 PM
All the official code examples for MSFT graph api don't run in Jupyter Notebooks. Yeah it's not rocket surgery to use `nest_asyncio` so they will work in Jupyter, but very on brand for MSFT to make their examples not work in the most common prototyping tool on earth.

github.com/microsoftgra...
GitHub - microsoftgraph/msgraph-sdk-python
Contribute to microsoftgraph/msgraph-sdk-python development by creating an account on GitHub.
github.com
December 27, 2024 at 1:00 PM
Missed out on @powershellsummit.org but have questions about auth, Microsoft Graph, Azure, or OIDC? Check out @powers-hell.com's blog post!

#PowerShell #Azure #MSGraph #Authentication #PSHSummit
New Post Alert!

I've been meaning to talk about this for a while. Federated Credentials are super cool and unlock some neat ways to work across multiple tenants.

Read for the easy way to auth across tenants, stay for the chaotic "no module" authentication deep dive with #PowerShell
Access Graph resources across tenants without secrets or certificates!
Microsoft has recently announced a new feature that let’s us use managed identities to authenticate across tenants. This is a big deal, and opens up a new secure way of managing multiple tenants in Az...
powers-hell.com
April 10, 2025 at 9:09 PM
Can’t wait! Mr #MSGraph and #PowerShell
Super excited to go on the Azure Security Podcast with Sarah Young, Michael Howard and Mark Simos to talk about the new Microsoft Zero Trust Workshop, Maester, Graph X-Ray and some of my other apps and tools....

I'll post once the episode is up.
November 12, 2024 at 1:18 AM
I promise that we thoroughly enjoyed talking about #MSGraph, #PowerShell, and #Intune at @mmsmoa.bsky.social, no matter what our facial expressions might lead you to believe 😅

#MMSMOA #MVPbuzz
Day 1 was a blast. Proud to share the stage with @allwayshype.com and @nathanmcnulty.com to talk about graph.
May 6, 2025 at 3:57 PM
#MSGraph permissions can easily get out of control and over permissioned.

Morten Mynster and Jake Hildreth join Andrew Pla for #PowerShell Wednesday on the Least Privileged MSGraph Module

Youtube 🔗

Part 1: bit.ly/4veExpq
Part 2: bit.ly/4vYzycw
June 18, 2026 at 7:09 PM
Folks, there are a whole bunch of bugs emerging with V2.26 of the Microsoft Graph #PowerShell SDK. My advice is to stay well away from this software until Microsoft sorts out the problems. Keep track of what's going on at github.com/microsoftgra...
Issues · microsoftgraph/msgraph-sdk-powershell
Powershell SDK for Microsoft Graph. Contribute to microsoftgraph/msgraph-sdk-powershell development by creating an account on GitHub.
github.com
February 21, 2025 at 2:18 PM
At #MMSMOA I kept seeing folks using client IDs and secrets in their #GitHub Actions workflows for #MSGraph.

I'm not an authentication expert, but I know enough to be paranoid.

There's a better way: OIDC federated credentials. Think of it like a system-managed identity, but for GitHub Actions.
October 20, 2025 at 7:37 PM
Seeing a lot of folks frustrated with the Microsoft.Graph #PowerShell SDK...missing modules, bloat, weird errors.

If you just need to hit a few endpoints without the overhead:
Install-Module Microsoft.Graph.Authentication
Connect-MgGraph
Invoke-MgGraphRequest

#MSGraph #Intune
July 24, 2025 at 11:49 PM
Learn how to assign Microsoft Graph API permissions to system-assigned Managed Identities in your Azure Bicep deployments! 🔥 cloudtips.nl/msgraph-perm...
MSGraph Permissions & Azure Bicep!
Recently, I encountered a need to grant Microsoft Graph permissions to resources using system-assigned Managed Identities within my Bicep deployments, enabling access to the Graph API. This inspired…
cloudtips.nl
November 18, 2024 at 7:58 PM
Creating Black Metal logos out of #MSGraph commands with #copilot
July 22, 2025 at 9:51 PM
Claude: "shitware-ltd/flysystem-msgraph works but the name is... unfortunate."
February 14, 2026 at 3:32 PM
A new #Windows365 blog post with myself and Paul (bsky.app/profile/sccm...), please check it out ! In this part we cover automating actions with Graph to manage your Windows 365 Cloud PC's. #MSIntune, #Intune, #Windows, #MSGraph www.windows-noob.com/forums/topic...
January 26, 2025 at 7:33 PM
🚀 I've written a #PowerShell Script to list the #MicrosoftAuthenticator Registration for #MFA in #EntraID with the #MSGraph API.
All the details in my #Blog Article 📢
bit.ly/3EHy8Om
February 20, 2025 at 10:51 AM
It’s time for another #PowerShell Wednesday meetup.

Morten is taking the stage to share his knowledge on using MSGraph to filter, search, and manage data more effectively.

If you're working with MSGraph, this is one to check out.
Join us at 2pm EST in the PDQ Discord.

discord.com/channels/694...
Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
discord.com
February 5, 2025 at 4:23 PM
📦 victord11/laravel-msgraph-mail v1.1.0

Laravel Mail driver for Microsoft Office 365 using the MSGraph API

🔗 https://github.com/VictoRD11/laravel-msgraph-mail
September 14, 2026 at 12:00 PM
🚨 The Terraform MSGraph provider is a gamechanger. Today, I will show how you can use it to improve your Entra ID configuration and strengthen your security posture. cloudtips.nl/managing-ent...
Managing Entra ID Configuration and Security using the Terraform MSGraph Provider ❤️
Recently, I wrote a blog about using the new Terraform MSGraph provider. This provider, currently in public preview, allows you to describe…
cloudtips.nl
October 15, 2025 at 4:36 AM
Tired of manually tracking Entra ID user registrations?
Automate it with Microsoft Graph + Power BI, schedule reports, filter by status & spot risks fast. Full guide here: www.systemcenterdudes.com/automating-e...

#MSIntune #EntraID #Windows #PowerBI #MSGraph
August 25, 2025 at 4:28 PM
The Microsoft.Graph PowerShell module has been updated to 2.32.0 today. There are no release notes, but if you're curious, you can always compare the commits since the 2.31.0 release on GitHub.
Comparing 2.31.0...2.32.0 · microsoftgraph/msgraph-sdk-powershell
Powershell SDK for Microsoft Graph. Contribute to microsoftgraph/msgraph-sdk-powershell development by creating an account on GitHub.
github.com
October 21, 2025 at 1:18 AM
Managing #Intune doesn’t have to feel complicated, I promise. 😊

In Part 2 of my Microsoft Graph series, I show how to use #MSGraph and #PowerShell to simplify your workflows without adding extra layers or tools.

www.allwayshype.com/allways-hype...
Microsoft Graph: a Practical Guide - Part 2 — Allways HyPe
From one-off to repeatable functions Last time, I showed how to connect to Microsoft Graph with just the Microsoft.Graph.Authentication module and just using Invoke-MgGraphRequest. Using just the o...
www.allwayshype.com
October 30, 2025 at 7:32 PM
Digging through #MSGraph docs to find an #Intune endpoint can be a pain…

I’m working on something bigger, but sharing these 3 #PowerShell functions to make life easier:
1️⃣ Uses Microsoft.Graph.Authentication
2️⃣ See success % + device counts for policy

github.com/AllwaysHyPe/...
Public/Intune at main · AllwaysHyPe/Public
Repo of PowerShell for general device management in Intune, some Azure, Entra ID, and other random tasks - AllwaysHyPe/Public
github.com
August 15, 2025 at 12:27 AM