Forum Discussion
Teams PowerShell module issue: cmdlet Get-Teams not working properly
- Aug 10, 2020
Seems to be working fine here, but it certainly wont be the first time the module has had issues. I'd suggest using the unified group cmdlets wherever possible instead, or even doing direct Graph API calls via PowerShell. As for the issue at hand, you can open a support case and report it.
Seems to be working fine here, but it certainly wont be the first time the module has had issues. I'd suggest using the unified group cmdlets wherever possible instead, or even doing direct Graph API calls via PowerShell. As for the issue at hand, you can open a support case and report it.
VasilMichev Thanks for this information, much appreciated! I did some digging but unfortunately couldn't find out which PS module contained the unified group cmdlets... However I had more luck when investigating Microsoft Graph and this looks like really good solution; it has a very comprehensive API and was fast to connect. I setup an App Registration and got it to authenticate correctly, now all I need to do is request Admin approval for reading the data with my script!
Cheers,
Ed