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, ran
Get-Module, sure enough Authentication is loaded, tried running Remove-Module but 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.You cannot Uninstall blah blah blah. Administrator rights are required.OK, close powershell. Reopen as admin user.
Run
Start-Process powershell -verb runas to elevate.
Get new window, run Uninstall command again.
Module not foundheavy exhausted sigh
Open a new powershell window, but version 7 this time,
pwsh instead of powershell.
Run Uninstall module, completes fine.
Run Install-Module, completes fine.
Run GetMgUser,
Authentication needed. Please call Connect-MgGraph.

Run Connect-MgGraph.
Long pause.
InteractiveBrowserCredential authentication failed:There is no further output after the :
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.✌️

https://vibes.jukkan.com/copilot-search-gotchas.html

#Microsoft365 #Copilot #MSgraph

"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/

#Microsoft365 #MSGraph

⚡ 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
Home - PSConfEU

Discover PowerShell scripting & automation at psconf.eu. Join experts, learn, & boost productivity. Elevate your skills today!

PSConfEU

Dev Proxy v1.1 with improved support for Microsoft Graph batching | by Waldek Mastykarz & Garry Trinder.

https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v1-1-with-improved-support-for-microsoft-graph-batching/

#devproxy #m365 #msgraph #apis

Dev Proxy v1.1 with improved support for Microsoft Graph batching - Microsoft 365 Developer Blog

Introducing Dev Proxy v1.1 with critical fixes for Microsoft Graph batch request simulation, resolved authentication plugin issues, and enhanced the MinimalPermissionsGuidancePlugin with new reporting capabilities.

Microsoft 365 Developer Blog
Microsoft Graph CLI retirement - Microsoft 365 Developer Blog

We are announcing the retirement of the Microsoft Graph command-line interface (CLI). The Microsoft Graph CLI has served as a powerful tool for developers and IT professionals to interact with Microsoft Graph through simple terminal commands—enabling automation, scripting, and streamlined access to Microsoft 365 data and services. As we evolve our developer tooling strategy, we’re […]

Microsoft 365 Developer Blog
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 toolkit We introduced the Microsoft Graph Toolkit (MGT) to simplify the developer experience when building web applications that connect to Microsoft Graph. It provided a set […]

Microsoft 365 Developer Blog
⚡ 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
Fred (@psfred.bsky.social)

PowerShell enthusiast, Bartender, Cloud Solution Architect @Microsoft

Bluesky Social
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

[Update 2025-07-09] After internal discussion with Merill Fernando and others, it does appear that you can use delegated authenticated with interactive auth prompt. I will be testing this out soon …

The Frog Pond of Technology