How to Deploy the SiteTemplate(.stp) file into SharePoint Farm

The site templates can be directly uploaded into “Site Template Gallery” in root site collection. If you want to deploy the Site Template at the SharePoint Farm Level. Use stsadm -addtemplate to upload the stp file.

Syntax:

Stsadm -o addtemplate -filename <filename> -title <title of template> -description <description of template>

[…]

SharePoint 2010 Easy Setup Script

Chris Johnson released a new tool to help setup a SharePoint 2010 developer machine.

In order to make this process as easy as possible they have created a series of PowerShell scripts that automate the entire process of building a fully running and ready to go […]