#msgraph search results

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

eskonr's tweet image. 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

blackboxcoder's tweet image. 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

AllwaysHyPe's tweet image. 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…


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

pswider's tweet image. 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…

syst_and_deploy's tweet image. 💡 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…

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

wpninjasnl's tweet image. 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


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…


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

eskonr's tweet image. 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

AllwaysHyPe's tweet image. 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

blackboxcoder's tweet image. 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!

jarwidmark's tweet image. 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!
jarwidmark's tweet image. 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…

syst_and_deploy's tweet image. 💡 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…

#MSGraph vibes at @TwycrossZoo with the little one 😄

JoelFMRodrigues's tweet image. #MSGraph vibes at @TwycrossZoo with the little one 😄

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

0GiS0's tweet image. 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

CTechTallinn's tweet image. 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

Hoorge's tweet image. Microsoft Graph Activity Log is Now Available in Public Preview - bit.ly/404DGsA

#MicrosoftEntra #MSGraph #MicrosoftGraph

The strugle when you only need one Graph Module imported.. #msgraph #Microsoft

JulianRasmussen's tweet image. The strugle when you only need one Graph Module imported.. #msgraph #Microsoft

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

lightningtools's tweet image. 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

wpninjasnl's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends