{"id":430,"date":"2013-04-03T09:51:54","date_gmt":"2013-04-03T09:51:54","guid":{"rendered":"https:\/\/poiseddevelopers.com\/reality-tech\/?p=430"},"modified":"2024-04-26T13:06:39","modified_gmt":"2024-04-26T13:06:39","slug":"report-on-sharepoint-quota-settings-across-all-site-collections","status":"publish","type":"post","link":"https:\/\/poiseddevelopers.com\/reality-tech\/report-on-sharepoint-quota-settings-across-all-site-collections\/","title":{"rendered":"Report on SharePoint Quota settings across all Site Collections"},"content":{"rendered":"<h4>SharePoint Quota settings across all Site Collections<\/h4>\n<p>It is useful to see what the storage maximums are on each site collection. There are two key values. One is the level above which a warning will be issued weekly. The other is the absolute maximum a site collection can reach before it is turned read-only. Here\u2019s a script that will dump the values in a CSV format easily structured for a presentable report:<\/p>\n<pre lang=\"Java\">$webapp = Get-SPwebapplication \"http :\/\/SharePoint\"\r\n$Sep=\",\"\r\nWrite-Host \"Site, Maximum in MB, Warning in MB\"\r\n\r\n\r\n$webapp | get-spsite -Limit ALL | ForEach-Object {\r\n$i++;\r\n$JPsite = $_;\r\nwrite-host \"$($JPSite.url)$($sep)$($JPsite.Quota.StorageMaximumLevel\u00a0 \/ 1MB )MB$($sep)$($JPsite.Quota.StorageWarningLevel \/ 1MB )MB\"\r\n}\r\n$JPsite.dispose()\r\n$webapp.dispose\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SharePoint Quota settings across all Site Collections It is useful to see what the storage maximums are on each site collection. There are two key values. One is the level above which a warning will be issued weekly. The other is the absolute maximum a site collection can reach before it is turned read-only. Here\u2019s [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":432,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[26],"tags":[],"class_list":["post-430","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell"],"acf":[],"_links":{"self":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/comments?post=430"}],"version-history":[{"count":3,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/430\/revisions"}],"predecessor-version":[{"id":504,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/430\/revisions\/504"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media\/432"}],"wp:attachment":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media?parent=430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/categories?post=430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/tags?post=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}