top of page
  • Mayur Khatale

Update Storage Metrics with latest data in SharePoint 2013 and above

Introduction:

sometimes user request to share the storage metrics reports to get the storage details on site, sub sites, list, library , folder and site collection level to identify the data which can be purge for increase the space to overcome the storage full for particular site collection.





Power Shell Commandlet for ReCalculateStorageMetrics (Sync data with Storage usage) :



$varWeb = get-spsite http://intra.splab.com/sites/HomeSite/
$ varWeb.RecalculateStorageMetrics();


Open the SharePoint 2013 Management Shell as Administrator and then run above commandlet.


When cmdlet running, if you refresh the storage metrics page, you will see the page like below image.



After some time when the cmdlet execute success full you will get the correct result as in below screen shot.



210 views0 comments
Post: Blog2 Post
bottom of page