#msgraph search results
🔥 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…
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
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
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
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
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 👇👇
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…
💡 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…
Wondering why Get-WindowsAutopilotInfo doesn't work now? Here's what you need to do! #MSGraph #Autopilot manima.de/2023/06/get-wi…
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…
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!
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…
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…
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
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
devblogs.microsoft.com
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...
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…
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
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
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!
Had so much fun speaking at @mmsmoa with @getrubix and @NathanMcNulty about #MSGraph, #Intune and #PowerShell at #MMSMOA
🔥 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…
💡 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…
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
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
Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA #MicrosoftEntra #MSGraph #MicrosoftGraph
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. GTA 6 46.1K posts
- 2. GTA VI 15.9K posts
- 3. Rockstar 45.2K posts
- 4. #LOUDERTHANEVER 1,496 posts
- 5. GTA 5 7,284 posts
- 6. Nancy Pelosi 115K posts
- 7. Rockies 3,738 posts
- 8. Antonio Brown 3,653 posts
- 9. Paul DePodesta 1,787 posts
- 10. Ozempic 15.9K posts
- 11. Grand Theft Auto VI 36.5K posts
- 12. GTA 7 N/A
- 13. Justin Dean N/A
- 14. Luke Fickell N/A
- 15. $TSLA 55K posts
- 16. Elon Musk 224K posts
- 17. RFK Jr 27.6K posts
- 18. Pete Fairbanks N/A
- 19. Michael Jackson 89.5K posts
- 20. Jonah Hill 1,461 posts