BCall-BT
Results
2
comments of
BCall-BT
I get the same error too. After running `Get-MgGroup` , I ran `$error[0] | ConvertTo-Json` to get the following error details. ```{ "Exception": { "InnerExceptions": [ "System.IO.FileNotFoundException: Could not load...
so I resolved it by not only uninstall/reinstall (that did not work).... I had to find and uninstall every ms graph related ``` $G = Get-InstalledModule -Name Microsoft.Graph.* $G.name |...