Home New Trending Search
About Privacy Terms
#
#MSGraph
Posts tagged #MSGraph on Bluesky
Post image

MgGraph Index
Microsoft Graph PowerShell Cmdlet Index

A very useful project

jorgeasaurus.github.io/MgGraphIndex/

#powershel
#msgraph

0 0 0 0
Preview
Willkommen bei Exchange Unplugged Exchange Unplugged ist mehr als nur ein Podcast. Es ist eine Einladung, Teil der Exchange-Community zu bleiben, egal ob du tief im Hybrid-Setup steckst, Exchange Online täglich betreust oder einfac…

Die neue Exchange‑Unplugged‑Episode ist da! 🎙️

Solo‑Deep‑Dive zu EWS‑Abkündigung, TLS‑Umstellung & SMTP‑Auth‑Timeline. Warum jetzt Handlungsbedarf besteht und was Admins prüfen sollten.

Reinhören 👉 exchange-unplugged.de

#ExchangeOnline #MSGraph #CloudSecurity

4 2 0 0
Post image

𝐔𝐬𝐢𝐧𝐠 𝐌𝐢𝐜𝐫𝐨𝐬𝐨𝐟𝐭 𝐃𝐞𝐯 𝐏𝐫𝐨𝐱𝐲 𝐭𝐨 𝐈𝐝𝐞𝐧𝐭𝐢𝐟𝐲 𝐄𝐱𝐜𝐞𝐬𝐬𝐢𝐯𝐞 𝐌𝐢𝐜𝐫𝐨𝐬𝐨𝐟𝐭 𝐆𝐫𝐚𝐩𝐡 𝐏𝐞𝐫𝐦𝐢𝐬𝐬𝐢𝐨𝐧𝐬 𝐢𝐧 𝐘𝐨𝐮𝐫 𝐏𝐨𝐰𝐞𝐫𝐒𝐡𝐞𝐥𝐥 𝐒𝐜𝐫𝐢𝐩𝐭𝐬

www.thelazyadministrator.com/2026/02/09/u...

#MSGraph #Microsoft #Graph #MicrosoftGraph #PowerShell #API #REST #Automation #DevOps #Security #Development #Audit #DevSecOps #DevProxy #PWSH

1 0 0 0
Post image

🙏🔥Intro to HTMD Community User Group January 2026 - YouTube youtu.be/vVzF7Bb-oPk

✅Don't forget to Register for next event Feb 27th 2026 - Link below!
🔗Link - www.meetup.com/htmdin/

#msintune #intune #Windows365 #cloudpc #htmdcommunity #msgraph

0 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

⚡ Entra Authentication 101 – @psfred.bsky.social (#PSConfEU 25)
Microsoft API auth can be a maze: app regs, delegated vs app perms, secrets, certs, managed identities…
Fred shows you how to do it right with #PowerShell
🎟️ Join us at #PSConfEU2026: psconf.eu
#EntraID #MSGraph

4 2 0 0
Preview
SharePoint Site Creation in Microsoft Graph - Microsoft 365 Developer Blog The SharePoint team is excited to (finally) bring Site Collection creation to Graph! Starting in Microsoft Graph beta you can now create new site collections!

🚨Check out #SharePoint #Site creation with #MSGraph
devblogs.microsoft.com/microsoft365...

0 0 0 0
Post image

Manual export of Entra ID user registration details is time‑consuming and error‑prone. Automating the process via Microsoft Graph + Power BI delivers scheduled insights, advanced filtering and compliance auditing.

www.systemcenterdudes.com/automating-e...

#MSIntune #EntraID #PowerBI #MSGraph

0 0 0 0
Preview
Dev Proxy v1.3 with exporting to HAR, LLM usage tracking, and enhanced permissions analysis - Microsoft 365 Developer Blog Introducing Dev Proxy v1.3 with new plugins for inspecting and debugging API requests, along with enhanced permissions analysis and improved OpenAPI spec generation for complex testing scenarios.

Dev Proxy v1.3 with exporting to HAR, LLM usage tracking, and enhanced permissions analysis | by Waldek Mastykarz & Garry Trinder

buff.ly/keAUnC3

#apis #devproxy #webapi #msgraph #microsoft365 #ai #auth #openapi

2 1 0 0

These are the same functions that I use to pull policies, assignments, and statuses from the Graph.

Sometimes you just don't have the time to work with Invoke-RestMethod, but don't want to load all of the #MSGraph modules... this is the Honda Civic version. Reliable, consistent, and effective.

2 0 0 0
Preview
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...

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...

13 6 1 0
Preview
Authenticate to Azure from GitHub Actions by OpenID Connect Securely authenticate to Azure services from GitHub Actions workflows using Azure Login action with OpenID Connect (OIDC).

Setup in Entra:

- Go to App Registration → Certificates & secrets → Federated credentials
- Add credential, choose GitHub Actions
- Specify your org/repo/branch
- Save

In your workflow, request the OIDC token and exchange it for a #MSGraph access token. No client secret anywhere in the process.

1 0 1 0

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.

15 5 3 1

The more I dig in #msgraph the stranger it gets. Like what:

"The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource."

Why not just use HTTP POST, PATCH and DELETE? 🤷‍♂️

0 0 0 0

Wrote a little something about writing #Defender custom rules as code with #Terraform #msgraph www.frodehus.dev/detection-ru...

2 0 0 0
Preview
Microsoft Graph: a Practical Guide — Allways HyPe Why another Graph post? If you’ve tried working with Microsoft Graph, I can probably guess that it maybe took a bit of time to appreciate all of its capabilities. I’ve heard MS Graph described as t...

Think you need half the #MSGraph SDK just to get anything useful? Good news: you really only need one module.

In my new post I show how I find the right endpoint in Graph Explorer, pull it into #PowerShell, and get results without the bloat.

www.allwayshype.com/allways-hype...

14 3 0 1
Preview
Releases · microsoft/terraform-provider-msgraph Contribute to microsoft/terraform-provider-msgraph development by creating an account on GitHub.

A lot of very nice improvements in v.0.2 to make the terraform provider for msgraph even more useful!

- retry and timeout configuration
- update_resource, resource_collection and resource_action to cover more api endpoints

github.com/microsoft/te...

#mvpbuzz #terraform #msgraph

0 0 0 0
Preview
Dev Proxy v1.1 with improved support for Microsoft Graph batching - Microsoft 365 Developer Blog Introducing Dev Proxy v1.1 with critical fixes for Microsoft Graph batch request simulation, resolved authentication plugin issues, and enhanced the MinimalPermissionsGuidancePlugin with new…

Dev Proxy v1.1 with improved support for Microsoft Graph batching | by Waldek Mastykarz & Garry Trinder.

buff.ly/Pg2Du4y

#devproxy #m365 #msgraph #apis

0 0 0 0
Preview
Microsoft Graph CLI retirement - Microsoft 365 Developer Blog We are announcing the retirement of the Microsoft Graph command-line interface (CLI). The Microsoft Graph CLI has served as a powerful tool for developers and IT professionals to interact with…

Microsoft Graph CLI retirement | by Ben Summers.

devblogs.microsoft.com/microsoft365...

#msgraph #graphcli #commandline #m365 #msteams

1 0 0 0
Preview
Microsoft Graph Toolkit retirement - Microsoft 365 Developer Blog We are announcing the deprecation of the Microsoft Graph Toolkit (MGT). The retirement period begins September 1st, 2025 with full retirement planned for August 28th, 2026. Why we’re retiring this…

Microsoft Graph Toolkit retirement | by Ben Summers.

ift.tt/SKmPEbW

#msgraph #graphtoolkit #m365 #msteams

0 0 0 0
Post image

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

6 3 0 0

I really struggled with feeling competent with #MSGraph but breaking it down into the sum of it's parts made it a ton easier for me to see WHY I was focused on learning it. I was learning how to work with an API, auth, pagination, etc. That's a skill I can translate into any language or platform.

3 0 0 0

Well I booked my post hotels today! aka my holidays after the @wpninjasummit.bsky.social conference! I hope to see you at WPN! I have two great sessions!!! There is still time to come and join me! #WorkplaceNinja! #Intune #MSGraph #SCCM @recastsoftware.bsky.social

0 0 0 0
Preview
Detect threats using GraphAPIAuditEvents - Part 3 For a long time now, defenders had the ability to monitor behavior of human- and workload identities in Entra tenants not only through AuditLogs but with high level of insight with the MicrosoftGraphA...

Two years ago I published a two part series on #MSGraph logs and how to use them for threat hunting.

Now comes part 3 and the logs are finally available to the masses.

#EntraID #KQL #Security

cloudbrothers.info/en/detect-th...

4 1 0 0
Preview
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

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/...

10 5 0 0
Preview
Announcing MSGraph Provider Public Preview and the Microsoft Terraform VSCode Extension | Microsoft Community Hub We are thrilled to announce two exciting developments in the Microsoft ecosystem for Terraform infrastructure-as-code (IaC) practitioners: the public preview...

Announcing the new #MSGraph #Terraform provider and #Microsoft Terraform #VSCode extension!
Check out our blogpost covering all these exciting features here:
techcommunity.microsoft.com/blog/azureto...

0 0 0 0
Terraform Registry

registry.terraform.io/providers/ha... doesn't have a resource for connected organizations, but with registry.terraform.io/providers/mi... we can just create a small module to deploy the connection and external/internal sponsors: registry.terraform.io/modules/sjov...

#mvpbuzz #entraid #msgraph

0 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

📬 Turn emails into interactive experiences!

See how to use #PowerShell + Adaptive Cards in #Outlook with Morten Mynster’s Actionable Messages module — setup, design & backend integration.

#Automation #Email #AdaptiveCards #MSGraph

0 1 0 0

Congrats to the team for reaching this milestone!
If you haven't checked it out yet, and work with APIs such as MS Graph, have a look at this API sim to make more reliable, robust code #MSGraph

1 0 1 0

A quick note on the terraform provider for entra id/msgraph that was made available while everyone was busy enjoying their summer holiday trond.sjovang.no/posts/a-new-...

#terraform #msgraph #entraid #mvpbuzz

1 0 1 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

⚡ Entra Authentication 101 – @psfred.bsky.social (#PSConfEU 25)
Microsoft API auth can be a maze: app regs, delegated vs app perms, secrets, certs, managed identities…
Fred shows you how to do it right with #PowerShell
🎟️ Join us at #PSConfEU2026: psconf.eu
#EntraID #MSGraph

3 3 0 0