12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.24k stars 559 forks source link

FindTeamChannelsWithWiki.PS1 - Authentication Error #77

Closed AllBaconAndEggs closed 1 year ago

AllBaconAndEggs commented 1 year ago

Hi, I'm having an issue where when running this script, I'm connecting to MgGraph with the specified scopes just fine, and they show in MgContext, but the script fails immediately with "Get-MgTeam -All" with the following error: Get-MgTeam : Authentication needed, call Connect-MgGraph.

Scopes listed: Directory.Read.All Team.ReadBasic.All TeamSettings.Read.All ChannelSettings.Read.All TeamsTab.Read.All

I am using the beta MgProfile. Maybe I'm missing something. Any suggestions for what to check? Thanks!

AllBaconAndEggs commented 1 year ago

Ended up resolving this by fully uninstalling and reinstalling the MS Graph PowerShell module.