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
- Ed HansberryOct 31, 2017Bronze Contributor
Thanks. Your definition of "easily" is different from mine. Not a PowerShell user. Small company so no real power shell users here. Anything we do with powershell out of necessity is after lots of googling.
But the command you sent is noted and I'll look into it. Thanks! - Oct 31, 2017You can also get Groups URLs using SPO cmdlets...and the upcoming SPO Admin Center will allow you to easily see Groups sites