You can use Windows PowerShell to set the maximum storage size of the site collection using a simple one-liner as demonstrated below. Set the Value of MaxSize to 0 for unlimited storage size:
Set-SPSiteAdministration -Identity http://SP01.powershell.nu `
>> -MaxSize 1000
ReTweet this Tip!
Posted
Aug 31 2011, 06:00 AM
by
sos