Open
Description
While I've worked with Entra PowerShell, Visual Studio code has crashed.
After starting a new session, Entra PowerShell command couldn't run. It failed with the "Assembly with same name is already loaded" error. Entra PowerShell command was the first executed in that new session and Get-Module executed after didn't show any Microsoft.Graph module loaded.
Even after the restart of the VM, I couldn't run Entra PowerShell commands.
Explicitly loading the module with Import-Module Microsoft.Graph.Entra
doesn't provide any additional details about the problem.