#msgraph search results
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
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. allwayshype.com/allways-hype/m…
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…
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…
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
💡 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…
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…
At #MMSMOA I kept seeing folks using client IDs and secrets in their #GitHub Actions workflows for #MSGraph. I'm no auth expert, but I know enough to be paranoid. There's a better way: OIDC federated creds. Think of it like a system-managed identity, but for GitHub Actions.
Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA #MicrosoftEntra #MSGraph #MicrosoftGraph
Supercharge your #PowerApps with Direct Graph API Integration! 🤖 Response JSON in the form of an Object 💻 No need for #PowerAutomate or Custom Connectors 🤩 Watch the tutorial video to learn how ▶︎ hubsite365.com/en-ww/citizen-… 🔥 #MSGraph #Office365 #Microsoft #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. 📫
🔥 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…
Wondering why Get-WindowsAutopilotInfo doesn't work now? Here's what you need to do! #MSGraph #Autopilot manima.de/2023/06/get-wi…
This project has a 10:1 docs-to-code ratio. About 3,700 lines of documentation, 350 lines of code. When learning through delegation (AI writes the code), one never knows if we have enough documentation. #msgraph #devjourney #AIAssistedDev
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 for Invoke-RestMethod, but don't want all of the #MSGraph modules... enter the Honda Civic version. Reliable, consistent, and effective.
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. allwayshype.com/allways-hype/m…
Added interactive prompts. Instead of typing long email addresses as args, discover mailboxes, show numbered list, select by number. After export: "Export another folder?" Re-use auth and discovery. Transformed the UX. #msgraph #devjourney #UX
Trying to access In-Place Archive mailboxes. Graph API error: "The item exists in an archive mailbox." Not "not found" or "permission denied"—it knows the archive exists. Deliberately blocking access. Archives not supported in Graph API. :( #msgraph #devjourney #MS365
Added HTML export as alternative to JSON to my outlook exporter tool. For quick review, opening an HTML file is much more convenient than parsing JSON. Embedded CSS, no external dependencies. Self-contained. #msgraph #devjourney #WebDev
Added pagination support to my Outlook Export tool. It felt strange that i was only getting a part of all my folders... #msgraph #devjourney #MicrosoftGraph github.com/vitorsilva/out…
Shared mailboxes in Microsoft 365 don't work like regular mailboxes. No password, can't log in directly, require special Graph API permissions. There's not even a "list all shared mailboxes" endpoint. Still trying to figure out... #msgraph #devjourney #AzureAD
Microsoft Graph API's permission model is more complicated than I expected. Application vs Delegated permissions, admin consent requirements, and shared mailboxes need special permissions. #msgraph #devjourney #MS365
Starting a new experiment: letting Claude Code write most of the code while I focus on describing requirements and testing results. Building an Outlook email exporter using Microsoft Graph API. #msgraph #devjourney #MicrosoftGraph
Setup in Entra: - 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 secrets!
At #MMSMOA I kept seeing folks using client IDs and secrets in their #GitHub Actions workflows for #MSGraph. I'm no auth expert, but I know enough to be paranoid. There's a better way: OIDC federated creds. Think of it like a system-managed identity, but for GitHub Actions.
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
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…
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!
💡 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…
🔥 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…
Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA #MicrosoftEntra #MSGraph #MicrosoftGraph
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
Good morning #ExpertsLiveEU #community 💙 In under 1 hour I’ll kick off day 2 with some Identity Automation with #MSGraph PowerShell at Club E. See you there 🤠
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
Connecting to #MSGraph using the Workload Identity Federation service connection (preview) from #Azure #Pipelines, blog post imminent 👇🏻
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
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
#PowerAutomate can write to #Excel at blazing fast speeds using #MSGraph 🔥 I created 10 rows in 1️⃣ second with Graph vs. 10 rows in 1️⃣4️⃣ seconds with the built-in Excel connector. The best part is it scales to 100k rows! 👍👍 Here's how I did it: 🔗matthewdevaney.com/quickly-add-mu…
Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 55.3K posts
- 2. Eagles 88.6K posts
- 3. Ceedee 13.5K posts
- 4. George Pickens 8,273 posts
- 5. Browns 71.8K posts
- 6. Tom Brady 9,484 posts
- 7. Raiders 46.2K posts
- 8. Nimmo 15.1K posts
- 9. Saquon 5,202 posts
- 10. Shedeur 75K posts
- 11. Mets 21.3K posts
- 12. Trevor Lawrence 3,367 posts
- 13. Myles Garrett 8,262 posts
- 14. Patullo 7,221 posts
- 15. Jalen 21.2K posts
- 16. Jags 5,290 posts
- 17. Semien 9,726 posts
- 18. #PHIvsDAL 6,638 posts
- 19. Aubrey 8,094 posts
- 20. Philly 14.2K posts