- 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.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.Start-Process powershell -verb runas to elevate.pwsh instead of powershell.Authentication needed. Please call Connect-MgGraph.InteractiveBrowserCredential authentication failed:There is no further output after the :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/
Dev Proxy v1.1 with improved support for Microsoft Graph batching | by Waldek Mastykarz & Garry Trinder.
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 Graph CLI retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-cli-retirement/
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 Graph Toolkit retirement | by Ben Summers.
https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-toolkit-retirement/
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 […]