Archive for the ‘powershell’ Category

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

SharePoint 2010 and Powershell

Saturday, January 23rd, 2010

Slides/photos taken from Claudio Brotto’s session  @ SPSEMEA:

Developing custom cmdlets:
http://tweetphoto.com/9357859

Administering SP2010 2ith PS:
http://tweetphoto.com/9358120

SharePoint cmdlets:
http://tweetphoto.com/9358201

SharePoint cmdlets gotchas:
http://tweetphoto.com/9358256

Cmdlets for reporting in SharePoint:
http://tweetphoto.com/9358594