From Secrets of SharePoint – Tip of the Day
Niklas Goude
You can control the maximum storage size of a Site Collection by using the Set-SPSiteAdministration cmdlet. You can type if you want to limit the Site storage to 500MB:
PS > Set-SPSiteAdministration -Identity http://SP01 `
>> -MaxSize 500MB









