Hello everyone,
Hi have a large number of SharePoint sites in my tenant, and i know a large number of that sites are connected to a Microsoft teams.
I’m trying to create a list, of these sites, and if they have or not a associated team
I exported all proprieties about SharePoint sites using PowerShell, but i dont have any field that tell me the information
Get-SPOSite | Select * |Export-CSV "C:\\SharePoint-Online-Sites.csv" -NoTypeInformation -Encoding UTF8
Any one knows how can i get that information?
Thank a lot for your time.