Posts Tagged ‘steve smith’

SharePoint Template IDs for creating lists, etc using Powershell scripts

Saturday, January 23rd, 2010
Taken from Steve Smith’s session @ SPSEMEA:
Template IDs

Template IDs

Create content db and web application with PS script

Saturday, January 23rd, 2010

#spsemea #sp2010 @ssmith

$db=new-contentdatabase -name “sps_evolution” -webapplication http:///corp.trainsbydave.com; new-spsite-url http://bit.ly/6eeXcT  -name “e site” -description “description here” -owneralias “domain\user” -contentdatabase $db -template “STS#0″

Taken from Steve Smith’s session @ SPSEMEA