Forum Discussion
Sharepoint Online Reports
Hello,
I would to know how I can have reports about Sharepoint on Office 365.
On our tenant we have the default site collection and another one with our entity (Collection_sites.png).
In these collection sites, we have some subsites, and I need to manage and follow update about this site (number of files, size, etc.).
I find the reports screen in Office 365 administration center, but it give me details about Office 365 groups only.
I try to do it in Powershell, but only for Office 365 groups.
How can I have reports about Sharepoint site but not Office 365 groups? I would to automate it.
Thanks in advance for your answer.
4 Replies
- BarbarurBrass Contributor
These Report might help you in regards of files and size for the Libraries/Lists in the Sites: https://github.com/Barbarur/NovaPointPowerShell/blob/main/Solutions/Report/Items%20and%20Files%20report%20from%20a%20SharePoint%20Online%20Site.md
It might need some modification to get the exact report you need, but can be use as reference.