Showing posts with label command. Show all posts
Showing posts with label command. Show all posts

Thursday, July 22, 2010

Command to increase limit on site template size

Hello everyone,
Using the following command you can adjust the predefined limit on sharepoint list template size.

stsadm -o setproperty -pn max-template-document-size -pv 20000000

NOTE: The Max value that we can set is 524288000 bytes (500MB).