SOLVED

Retrieve SPO site collection properties

Copper Contributor

Classic SharePoint admin center shows properties of any site collection at tenant-admin.sharepoint.com/_layouts/15/online/SiteCollections.aspx Is it possible to get same info of each site collection under site settings or in a webpart? I can some samples using PowerShell but I am looking for more user friendly solution.

 

Regards

 

J Justin

 

2 Replies

@Justin_J945 

Under Site Settings > Site Collection Administration you have Storage Metrics that can give you a bit of insights for the site collection...

best response confirmed by Justin_J945 (Copper Contributor)
Solution
Yes, you could build a SPFx WebPart that relies on the SPO API or even the Graph API to do that...probably you will need some kind of impersonation to get the information of all the site collections so an Azure Function could be a good option here
1 best response

Accepted Solutions
best response confirmed by Justin_J945 (Copper Contributor)
Solution
Yes, you could build a SPFx WebPart that relies on the SPO API or even the Graph API to do that...probably you will need some kind of impersonation to get the information of all the site collections so an Azure Function could be a good option here

View solution in original post