#msgraph — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #msgraph, aggregated by home.social.
-
⚡ Entra Authentication 101 – @[email protected] (#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 -
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 -
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.✌️
-
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.✌️
-
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/
-
"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/
-
"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/
-
⚡ Entra Authentication 101 – @[email protected] (#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 -
Dew Drop – September 29, 2025 (#4507)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/09/29/dew-drop-september-29-2025-4507/
-
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.
-
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.
-
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 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 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/
-
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/
-
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 -
⚡ 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 -
⚡ 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 -
⚡ 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 -
⚡ 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 -
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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