Forum Discussion
Ed Hansberry
Oct 31, 2017Bronze Contributor
Is there a way to see all Office 365 Groups in a tenant? Full admin rights.
I know I can see the group names in the Office 365 Admin panel under Groups, but that only shows me the members. I need the URL. Right now the only way I know to see what is going on in a group is to...
- Oct 31, 2017
Office 365 Admin > Usage Reports > SharePoint Site Usage. Add the column for Root Site and export to Excel. Filter in Excel by Group type.
VasilMichev
Oct 31, 2017MVP
As an admin, you can easily get the URLs via PowerShell:
Get-UnifiedGroup | ft Name,Alias,SharePointSiteUrl
Oct 31, 2017
You can also get Groups URLs using SPO cmdlets...and the upcoming SPO Admin Center will allow you to easily see Groups sites