#msgraph kết quả tìm kiếm
🔥 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…
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…
Had so much fun speaking at @mmsmoa with @getrubix and @NathanMcNulty about #MSGraph, #Intune and #PowerShell at #MMSMOA
💡 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…
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.
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…
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
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…
Happy and proud to announce that I have been awarded Microsoft Most Valuable Professional for my 5th consecutive year. This year marks the first time I get awarded in multiple technical areas, Microsoft Intune & Microsoft Graph. #mvpbuzz #MSintune #MSGraph @MVPAward @MSIntune
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…
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
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…
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
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
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
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
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
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
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
Hey #CTTT24; Join me and @modaly_it later this afternoon to get insight into modern automation in the cloud #MSGraph #Azure #MSIntune cttt24.sessionize.com/session/594151
Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 31.6K posts
- 2. Caleb Wilson 3,831 posts
- 3. Giulia 10.8K posts
- 4. Lash Legend 3,662 posts
- 5. #OPLive 1,095 posts
- 6. #TheLastDriveIn 1,502 posts
- 7. Chelsea Green 4,595 posts
- 8. Darryn Peterson 2,016 posts
- 9. Kansas 23.8K posts
- 10. Supreme Court 163K posts
- 11. Sengun 3,511 posts
- 12. #Dateline N/A
- 13. Rockets 17.9K posts
- 14. Reed Sheppard N/A
- 15. #MutantFam N/A
- 16. Harrison Barnes N/A
- 17. End of 3rd 1,436 posts
- 18. Nia Jax 2,556 posts
- 19. Dizzy 12.6K posts
- 20. End 3Q N/A