#msgraph — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #msgraph, aggregated by home.social.
-
@Offbeatmammal The POC is iOS/macOS (#swiftui Android (Jetpack #compose GTK (#libadwaita and TUI (#FTXUI ) — real native UI on each one, no web-view , exept mail viewer. Extremelly promissing, just needed a lot of testing to get right.
At the end you will be able to setup unified #MSGraph (Outlook) and #JMAP accounts (Mail and Calendar) on a Linux phone, natively. I don't know any other effort doing this.
-
@Offbeatmammal The POC is iOS/macOS (#swiftui Android (Jetpack #compose GTK (#libadwaita and TUI (#FTXUI ) — real native UI on each one, no web-view , exept mail viewer. Extremelly promissing, just needed a lot of testing to get right.
At the end you will be able to setup unified #MSGraph (Outlook) and #JMAP accounts (Mail and Calendar) on a Linux phone, natively. I don't know any other effort doing this.
-
*checks Microsoft Docs for correct syntax/example of an MgGraph set command*
ofc it doesn't actually work in a real setting
-
I'm currently trying to query Entra ID properties if a user.
The commands go like this:Connect-MgGraph -Scopes User.ReadWrite.All
This appeared to work and showed the welcome message.Get-MgUser -Filter "userprincipleName eq '[email protected]'" | select -ExpandProperty EmployeeOrgData(real intuitive stuff).
This failed with the message:Get-MgUser: The 'Get-MgUser' command was found in the module 'Microsoft.Graph.Users', but the module could not be loaded due to the following error: [Could not load file or assembly 'Microsoft.Graph.Authentication'... Assembly with same name already loaded.
So I did some looking, ranGet-Module, sure enough Authentication is loaded, tried runningRemove-Modulebut that didn't help whatever, searched it up and apparently the best way to fix this is to just reinstall the module. OK ffs whatever.Uninstall-Module Microsoft.Graph.
OK, close powershell. Reopen as admin user.You cannot Uninstall blah blah blah. Administrator rights are required.
RunStart-Process powershell -verb runasto elevate.
Get new window, run Uninstall command again.Module not found
heavy exhausted sigh
Open a new powershell window, but version 7 this time,pwshinstead ofpowershell.
Run Uninstall module, completes fine.
Run Install-Module, completes fine.
Run GetMgUser,Authentication needed. Please call Connect-MgGraph.
Run Connect-MgGraph.
Long pause.
There is no further output after the :InteractiveBrowserCredential authentication failed:
The window is now frozen, normally it would open a browser window for login, but it hasn't done that. I cannot close the window, I cannot minimize it, I cannot cancel the command. There is no hidden window on the desktop. I tried to close it with TaskMgr but it failed because it's an admin session.
I'm just so tired and exhausted of interacting with this absolute garbage system, it's all fucking shit, Microsoft produces nothing of any quality any substance it's just endless trash.
#Microsoft #powershell #azure #Entra #msgraph -
For future reference, I genrated this page of "Why can’t Microsoft 365 Copilot find my stuff?" from MS documentation, community blog posts, and vibes.✌️
-
For future reference, I genrated this page of "Why can’t Microsoft 365 Copilot find my stuff?" from MS documentation, community blog posts, and vibes.✌️
-
"24 emails ought to be enough for anyone."
- Microsoft CEO, 2026.Well, I don't know if Satya said that. But if he ever tried using Microsoft 365 Copilot to retrieve data from tens of emails in his mailbox, he'd get the same result as me.
Because #Copilot search tools don't support pagination.🙄 More details in this LI post: https://www.linkedin.com/feed/update/urn:li:activity:7412863547384414208/
-
"24 emails ought to be enough for anyone."
- Microsoft CEO, 2026.Well, I don't know if Satya said that. But if he ever tried using Microsoft 365 Copilot to retrieve data from tens of emails in his mailbox, he'd get the same result as me.
Because #Copilot search tools don't support pagination.🙄 More details in this LI post: https://www.linkedin.com/feed/update/urn:li:activity:7412863547384414208/
-
Dev Proxy v1.1 with improved support for Microsoft Graph batching | by Waldek Mastykarz & Garry Trinder.
-
Dev Proxy v1.1 with improved support for Microsoft Graph batching | by Waldek Mastykarz & Garry Trinder.
-
Microsoft Graph CLI retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-cli-retirement/
-
Microsoft Graph CLI retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-cli-retirement/
-
Microsoft Graph Toolkit retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-toolkit-retirement/
-
Microsoft Graph Toolkit retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-toolkit-retirement/
-
⚡ Entra Authentication 101 – @psfred.bsky.social (#PSConfEU 25) Microsoft API auth can be a maze: app regs, delegated vs app perms, secrets, certs, managed identities… Fred shows you how to do it right with #PowerShell 🎟️ Join us at #PSConfEU2026: psconf.eu #EntraID #MSGraph
- YouTube -
The Syntax and The Shredding Blog: Episode 6: CF & MS Graph Together as One
This episode revisits digs into Microsoft Graph and ColdFusion while listening to Testament's Together as One.
https://wadebach.blackcatwhitehatsecurity.com/blog.cfm#podcast6
#Syntax #Shredding #Episode6 #CF #MSGraph #programming -
MCP, Microsoft Graph, and Copilot connectors in GitHub Copilot agent mode | by Brian T. Jackett.
#ai #msgraph #githubcopilot #mcp #agentmode #modelcontextprotocol #m365
-
MCP, Microsoft Graph, and Copilot connectors in GitHub Copilot agent mode | by Brian T. Jackett.
#ai #msgraph #githubcopilot #mcp #agentmode #modelcontextprotocol #m365
-
Office 365 for IT Pros 2026 edition is almost there! Want to know more about the book, release process, or simply how to subscribe to this most updated reference material https://office365itpros.com/2025/06/24/office-365-for-it-pros-2026-ed/ #MSExchange #EntraID #Office365 #SPO #ODfB #Planner #Purview #MSGraph
-
Exchange PG provided some early tools and reports to assist in EWS to Graph API changes https://devblogs.microsoft.com/microsoft365dev/exchange-web-services-code-analyzer-and-usage-report/?WT.mc_id=M365-MVP-5000284 #MSExchange #EWS #MSGraph
-
Office 365 for IT Pros and Automating Microsoft 365 with PowerShell: For less than $5 per month, get the most updated reference material maintained by team of experienced authors with real-world insights and management practices https://o365itpros.gumroad.com/l/O365IT #MSExchange #EntraID #Office365 #SPO #ODfB #Planner #Purview #MSGraph #PowerShell
-
Dev Proxy v0.26 with improved mocking, plugin validation, and Docker support | by Waldek Mastykarz & Garry Trinder.
-
Dev Proxy v0.26 with improved mocking, plugin validation, and Docker support | by Waldek Mastykarz & Garry Trinder.
-
Well, after 5 months (tried since the middle of Oct), I was finally able to register a Google Play Developer account. Still can't register my phone number, though.
Just take a look at what #Android #Jetpack #Compose looks like now:
🔗 https://mailtemi.com/blog/mailtemi-on-android/ (blog post from before October)
🔗 https://developer.android.com/jetpack/androidx/releases/compose-material3#1.4.0-alpha11
This looks very promising—probably resolves my pain point with the ugly search bar.
Focus on finishing push notifications (#JMAP (kind of), #MSGraph, #Gmail). Then Android.
-
Well, after 5 months (tried since the middle of Oct), I was finally able to register a Google Play Developer account. Still can't register my phone number, though.
Just take a look at what #Android #Jetpack #Compose looks like now:
🔗 https://mailtemi.com/blog/mailtemi-on-android/ (blog post from before October)
🔗 https://developer.android.com/jetpack/androidx/releases/compose-material3#1.4.0-alpha11
This looks very promising—probably resolves my pain point with the ugly search bar.
Focus on finishing push notifications (#JMAP (kind of), #MSGraph, #Gmail). Then Android.
-
Dev Proxy v0.25, now available, with automatic shut down and simplified configuration management.
-
Dev Proxy v0.25, now available, with automatic shut down and simplified configuration management.
-
How does #Microsoft365 Copilot stop this feedback loop of AI hallucinations from poisoning the internal documents of an organization?
The moment that a user saves and storeds a #Copilot generated doc into a shared location, it becomes source data in #MSGraph. With the user's name on it. So, when the next Copilot user asks about the topic, it will no longer be a hallucination but rather information provided by the original user.
Can this even in theory be stopped with #GenAI in Office tools?🤔
-
How does #Microsoft365 Copilot stop this feedback loop of AI hallucinations from poisoning the internal documents of an organization?
The moment that a user saves and storeds a #Copilot generated doc into a shared location, it becomes source data in #MSGraph. With the user's name on it. So, when the next Copilot user asks about the topic, it will no longer be a hallucination but rather information provided by the original user.
Can this even in theory be stopped with #GenAI in Office tools?🤔
-
I created a PowerShell script that uses Microsoft Graph to move emails around in Outlook for me.
https://thedxt.ca/2024/09/outlook-email-mover/
#M365 #O365 #Microsoft #MSGraph #PowerShell #MicrosoftGraph #Outlook
-
I created a PowerShell script that uses Microsoft Graph to move emails around in Outlook for me.
https://thedxt.ca/2024/09/outlook-email-mover/
#M365 #O365 #Microsoft #MSGraph #PowerShell #MicrosoftGraph #Outlook
-
Microsoft Graph logs store a wealth of information that could prove to be crucial in your cloud investigations.
To help you navigate and interpret this data in your investigations, Microsoft IR has developed a blog on threat hunting in Microsoft Graph activity logs, providing an overview, real-world examples, and pre-built KQL queries: https://techcommunity.microsoft.com/t5/microsoft-security-experts-blog/hunting-with-microsoft-graph-activity-logs/ba-p/4234632
-
Microsoft Graph logs store a wealth of information that could prove to be crucial in your cloud investigations.
To help you navigate and interpret this data in your investigations, Microsoft IR has developed a blog on threat hunting in Microsoft Graph activity logs, providing an overview, real-world examples, and pre-built KQL queries: https://techcommunity.microsoft.com/t5/microsoft-security-experts-blog/hunting-with-microsoft-graph-activity-logs/ba-p/4234632
-
Dev Proxy v0.20 with improved simulating API errors and a new API for building integrations.
#m365 #msgraph #devproxy #apis #debugging #testing #graphapi
https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v0-20-with-improved-simulating-api-errors-and-a-new-api-for-building-integrations/ -
Dev Proxy v0.20 with improved simulating API errors and a new API for building integrations.
#m365 #msgraph #devproxy #apis #debugging #testing #graphapi
https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v0-20-with-improved-simulating-api-errors-and-a-new-api-for-building-integrations/ -
Using Dev Proxy to troubleshoot issues with Graph Connectors by Matteo Pagani.
#devproxy #debugging #m365 #msgraph #graphapi
https://www.developerscantina.com/p/dev-proxy-graph-connectors/ -
Using Dev Proxy to troubleshoot issues with Graph Connectors by Matteo Pagani.
#devproxy #debugging #m365 #msgraph #graphapi
https://www.developerscantina.com/p/dev-proxy-graph-connectors/ -
🌱 #JMAP and #Android will soon join! Mailtemi development update.
1. Transitioned Mailtemi email storage to MIME.
2. Completed the first of four complex email views: Compose, on Android. Others (Folders, Email List, Viewer) are functional but not fully ready.
3. Added more tests for saving emails between accounts (protocols). #IMAP #JMAP #MSGraph -
🌱 #JMAP and #Android will soon join! Mailtemi development update.
1. Transitioned Mailtemi email storage to MIME.
2. Completed the first of four complex email views: Compose, on Android. Others (Folders, Email List, Viewer) are functional but not fully ready.
3. Added more tests for saving emails between accounts (protocols). #IMAP #JMAP #MSGraph -
Building a Graph Connector with the TypeScript project generator.
#webdev #msgraph #m365 #copilot #ai #typescript #javascript
https://www.developerscantina.com/p/graph-connectors-template/ -
Building a Graph Connector with the TypeScript project generator.
#webdev #msgraph #m365 #copilot #ai #typescript #javascript
https://www.developerscantina.com/p/graph-connectors-template/ -
Dev Proxy v0.19 with simulating LLM APIs and new Azure API Center integrations by Waldek Mastykarz & Garry Trinder.
#m365 #devproxy #msgraph #llm #ai #azure #cloud #apis #openapi #openai #azureopenai
https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v0-19-with-simulating-llm-apis-and-new-azure-api-center-integrations/ -
Dev Proxy v0.19 with simulating LLM APIs and new Azure API Center integrations by Waldek Mastykarz & Garry Trinder.
#m365 #devproxy #msgraph #llm #ai #azure #cloud #apis #openapi #openai #azureopenai
https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v0-19-with-simulating-llm-apis-and-new-azure-api-center-integrations/ -
Are you excited for #MSBuild? Then you might be interested in my app miniLook! it is a Windows app which tries to make checking your email faster and take less RAM!
https://www.microsoft.com/store/productId/9NWQNMP3XSDK?ocid=mastodon
-
Are you excited for #MSBuild? Then you might be interested in my app miniLook! it is a Windows app which tries to make checking your email faster and take less RAM!
https://www.microsoft.com/store/productId/9NWQNMP3XSDK?ocid=mastodon
-
Introducing API Manifest Plugins for Semantic Kernel.
#ai #semantickernel #copilot #dotnet #python #msgraph
https://devblogs.microsoft.com/semantic-kernel/introducing-api-manifest-plugins-for-semantic-kernel-2/ -
Introducing API Manifest Plugins for Semantic Kernel.
#ai #semantickernel #copilot #dotnet #python #msgraph
https://devblogs.microsoft.com/semantic-kernel/introducing-api-manifest-plugins-for-semantic-kernel-2/ -
Making Plans with Semantic Kernel: Implementing the Microsoft Graph Plugin.
#semantickernel #ai #msgraph #m365 #dotnet #csharp #copilot
https://devblogs.microsoft.com/semantic-kernel/making-plans-with-semantic-kernel-implementing-the-microsoft-graph-plugin/ -
Making Plans with Semantic Kernel: Implementing the Microsoft Graph Plugin.
#semantickernel #ai #msgraph #m365 #dotnet #csharp #copilot
https://devblogs.microsoft.com/semantic-kernel/making-plans-with-semantic-kernel-implementing-the-microsoft-graph-plugin/ -
Now available: Microsoft Graph Windows 365 APIs.
#cloudpc #windows365 #cloud #m365 #msgraph #graphapi
https://techcommunity.microsoft.com/t5/windows-it-pro-blog/now-available-microsoft-graph-windows-365-apis/ba-p/4094550