Question

I have received a request from our customer that they need a way to view all the Office 365 groups' sites that have been created by the users. now i login to the sharepoint online central admin, but inside the /_layouts/15/online/SiteCollections.aspx page, i can ONLY see the regular site collections that have been created. but not sure how we can view all the Office 365 groups' sites that have been created by the users ?

Was it helpful?

Solution

At the top of the Site Collection page in the admin center there may be a link for "Try the preview".

This will also list the Groups sites. (You may not have access to it yet.)

https://yourDomain-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/siteManagement

Otherwise, you can use the SharePoint Online PowerShell cmdlets.

Connect-SPOService https://yourDomain-admin.sharepoint.com
Get-SPOSite -Template GROUP#0 | select url

You can download them here: https://www.microsoft.com/en-us/download/confirmation.aspx?id=35588

Pictures for comment below...

enter image description here

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top