Project DescriptionSharePoint Used Space Information is a console application which allows to retrieve information about space used (bytes) by all sites and sub-sites for a specific site collection into .csv files.
This tool uses the
StorageManagementInformation method of the
SPSite class to retrieve the usage information.
Author: Jérôme Noirfalise
Blog: http://www.noirfalise.comInstallationUnzip the runtime binary file on the server and launch the setup file.
Screenshot
Select a web application
Select a site collection
Listing all sites and sub-sites and creating .csv files
Opening folder containing the 2 .csv filesThe
SitesListingsInfoxx-xx-xxxx x-xx-xx xx.csv file has 2 columns (
Site Url and
Size of the site) and contains information for all sites and sub-sites for the selected site collection.
The
SitesListingsUsagexx-xx-xxxx x-xx-xx xx.csv file contains 7 columns (
Title of the site,
Site Url,
Creator email,
Created Date,
Access request mail,
Last item modified date and
Owners email) and contains information for all sites and sub-sites for the selected site collection..