#msgraph 搜尋結果
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

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/Pu…
Incredibly excited about the new #Terraform provider for #MSGraph! techcommunity.microsoft.com/blog/azuretool…
Had so much fun speaking at @mmsmoa with @getrubix and @NathanMcNulty about #MSGraph, #Intune and #PowerShell at #MMSMOA

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. allwayshype.com/allways-hype/m…
You've heard from the rest, now come learn from the best. I'll stream this session. It will be the most in-depth session on building modern intelligent apps and agents available. There will be zero #msgraph #copilotstudio or hype. #gai #code #data #OSS #mvpbuzz Thread 👇👇

Laatste sessie vandaan met @nextxpert en @SanderBerkouwer met als onderwerp“Ali Baba and the Entra ID tokens: script authentication with the MS Graph” #mvpbuzz #msentra #msgraph #wpninjasnl

Not to take too much credit, but I wouldn’t be surprised if a big chunk of @managed_blog’s series about #MSGraph is mine 😂 Ran into a few folks at #MMSMOA that had some Graph and #PowerShell questions and can’t recommend enough to read Sean’s series. modernendpoint.com/managed/PowerS…
modernendpoint.com
Splatting with Invoke-RestMethod in PowerShell
Invoke-RestMethod is a much more flexible option. We can make any REST API call we want to, it is native to PowerShell, and it automatically converts JSON or XML responses to PowerShell objects.
💡 Want to see how to do something you do on the Intune portal but with Graph ? #MEMPowered #MSIntune #MSGraph systanddeploy.com/2021/03/ms-gra…

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/azuretool…
Excited to announce PSClippy! Combining PowerShell with Clippy's guidance, it offers interactive advice to enhance scripts. Check it out: github.com/HCRitter/PSCli… Expanding the FeedbackProvider to other areas like #MSGraph API calls is on the horizon. Stay tuned #PowerShell

Hey @MSIntune Did these resources get removed from the beta endpoint in Graph today? mobileApps/{mobileAppId}/deviceStatuses mobileApps/{mobileAppId}/userStatuses The changelog indicates no changes for these resources developer.microsoft.com/en-us/graph/ch… #MSGraph #MSIntune

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-thre…
Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA #MicrosoftEntra #MSGraph #MicrosoftGraph

Missing #PowerAutomate actions can often be done with #MSGraph. 🤖 💭 I use code to send email with an inline embedded image. It is compatible with all mail clients. 📫

If you’re looking for another resource for getting comfortable with #MSGraph, can’t recommend enough @managed_blog: modernendpoint.com/managed/everyt… I found it super helpful!
modernendpoint.com
Everything I Wanted to know about APIs but was afraid to ask
Learning how to use an API wasn’t hard. Finding the right resources to get started was. This post is the first in a series on how to use and access APIs, specifically Microsoft Graph and the Config...
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. allwayshype.com/allways-hype/m…
Soooo @JohnLokerse @danonazure, last nights adventure and some fixing and Claude documentation has given me this beautiful repo. github.com/builtwithcaffe… Somewhere next week, I'mma put a blog post together on it 🔥 #bicep #community #msgraph #automation
Microsoft Graph Toolkit retirement devblogs.microsoft.com/microsoft365de… #MSGraph #SoftwareDev #WebDevelopment
Is there a way to get more than 10 results when using #MSGraph API to view emails sent to a user? I've tried top and skip and can't get more than 10. It also doesn't seem to honor filters. Trying to prove a user got an email without accessing her mailbox
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/azuretool…
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-thre…
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/Pu…
Incredibly excited about the new #Terraform provider for #MSGraph! techcommunity.microsoft.com/blog/azuretool…
💡 Dive into Microsoft Graph with Morten Mynster at the InnSalzach #PowerShell User Group meetup! From pagination to batch requests — practical examples, smart tips & community Q&A. ▶️ youtu.be/GjQJ3pQBsDk?si… #MSGraph #PowerShellWorld #DevOps #APIautomation #UserGroup
youtube.com
YouTube
Level up your MSGraph skills - Morten Mynster
just posted a ps version script to gather the data eskonr.com/2025/08/export… #msgraph #EntraID #Authmethods
Congrats to @waldekm, @garrytrinder and rest of the team for reaching the DevProxy 1.0 milestone! The API sim for testing & validating code against Graph a.o. devblogs.microsoft.com/microsoft365de… #MSGraph #
Big thanks to @NathanMcNulty mentioning this method to me earlier this year. Highly recommend checking out Andrew's GitHub if you need any #Intune or #MSGraph for #PowerShell script inspiration: github.com/andrew-s-taylo…
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

I'm absolutely getting steamrolled by the #MSGraph cmdlets for ediscovery cases. I just want to recreate these cases to run them with newer searches. Saves me so much work... It's insane how annoying these are
Anyone have a clean way to handle #MSGraph endpoints that only support POST for policy assignments? Trying to promote #Intune policies dev → test → prod, but unless I include all existing group assignments in the POST, they get wiped. Curious how others are approaching this.
My contribution to lokka.dev was accepted! It's an awesome tool - an MCP that allows my AI chat to query MS Graph API easily! I've just added support for certificate auth 🙉 Kudos to @merill for creating this tool github.com/merill/lokka/p… #msgraph #mcp #ai #cyber
Use #MSGraph to find which configuration policy a specific setting belongs to ....
Struggling to find which configuration policy a specific setting belongs to in Intune? Missing the RSOP feature? MS Graph can to help you uncover settings and policy names that are applied to specific or multiple devices Check out eskonr.com/2024/01/config… #Intune #MSGraph #RSOP

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

Had so much fun speaking at @mmsmoa with @getrubix and @NathanMcNulty about #MSGraph, #Intune and #PowerShell at #MMSMOA

New blog post: Total Control for Drivers and Firmware - Cloud Edition. Happy weekend everyone! deploymentresearch.com/total-control-… #MSGraph #Microsoftgraph #MSIntune Thank you @DBBrook24 for your great posts. They were instrumental in getting this in place!


Blogged: Getting started with Windows 365 - Part 5. Managing your Cloud PC windows-noob.com/forums/topic/2… with Paul @SCCMentor #windows365 #msintune #msgraph #powershell #cloudpc @ConfigMgrDogs @Brinkhoff_C




A new release of the Lightning Conductor is now available! Easily aggregate #SharePoint content, #MSGraph queries without code, and #ExternalConnectors to external content. A free 30-day trial is available. Learn more: hubs.ly/Q02wF5450 #SPFx #DigitalWorkspace

return(GiS); | Invitar a usuarios externos a un tenant de Azure AD a través de Microsoft Graph y Azure CLI | returngis.net/2023/04/invita… #azuread #msgraph #azurecli

💡 Want to see how to do something you do on the Intune portal but with Graph ? #MEMPowered #MSIntune #MSGraph systanddeploy.com/2021/03/ms-gra…

Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA #MicrosoftEntra #MSGraph #MicrosoftGraph

Laatste sessie vandaan met @nextxpert en @SanderBerkouwer met als onderwerp“Ali Baba and the Entra ID tokens: script authentication with the MS Graph” #mvpbuzz #msentra #msgraph #wpninjasnl

You've heard from the rest, now come learn from the best. I'll stream this session. It will be the most in-depth session on building modern intelligent apps and agents available. There will be zero #msgraph #copilotstudio or hype. #gai #code #data #OSS #mvpbuzz Thread 👇👇

🔥 Run on-demand Remediation script on Intune device with PowerShell and MS Graph #MSIntune #MEMPowered #MSGraph @MSIntune @IntuneSuppTeam @inthecloud_247 @SMSagentTrevor @managed_blog @Hoorge systanddeploy.com/2023/07/run-on…

EntraOps: Deploying and Managing Conditional Access at Scale Join this session @thomas_live for an overview of Microsoft Graph & Conditional Access, Coding & deployment, and Operationalization of policies in EntraOps. #EntraOps #AzureDevOps #MSGraph #CTTT24 #VisitTallinn #Tallinn

Next session at the @workplacedudes Summit. Getting started with #MicrosoftIntune and #MSGraph API by @JeffWouters! 💻 #WorkplaceDudes2024

Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 176K posts
- 2. D’Angelo 176K posts
- 3. Brown Sugar 14.8K posts
- 4. Black Messiah 6,952 posts
- 5. Voodoo 14.6K posts
- 6. #GoodTimebro 1,458 posts
- 7. Happy Birthday Charlie 118K posts
- 8. How Does It Feel 6,789 posts
- 9. Powell 36K posts
- 10. #PortfolioDay 9,360 posts
- 11. Osimhen 110K posts
- 12. #BornOfStarlightHeeseung 80.6K posts
- 13. Pentagon 96.4K posts
- 14. Neo-Soul 15.9K posts
- 15. Sandy Hook 10.8K posts
- 16. Alex Jones 27.1K posts
- 17. Young Republicans 3,292 posts
- 18. Jill Scott 1,087 posts
- 19. Untitled 5,951 posts
- 20. CJGJ N/A