摘要:
stsadm -o activatefeature {-filename <relative path to Feature.xml> | -name <feature folder> | -id <feature Id>} [-url <url>] [-force]stsadm -o activateformtemplate -url <URL to the site collection> [-formid <form template ID>] [-filename <path to form template
阅读全文
posted @ 2011-08-17 21:41
kasafuma
阅读(526)
推荐(0)
编辑
摘要:
备份还原网站 以下是代码片段: stsadm -o backup -url http://spweb/sites/fdp -filename C:\fdp_0216.bak -overwrite stsadm -o restore -url http://spweb/sites/fdp -filename D:\BACKUP\fdp_0216.bak -overwriteSet yyyy=%DATE:~0,4%Set mm=%Date:~5,2%Set dd=%Date:~8,2%Set DateStamp=%yyyy%%mm%%dd%echo %DateStamp%stsadm -o b..
阅读全文
posted @ 2011-08-17 00:15
kasafuma
阅读(573)
推荐(0)
编辑