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
ReTweet this Tip!
Posted
Feb 20 2012, 06:00 AM
by
sos