Posts Tagged ‘powershell’

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

Estimating Transaction log growth rate

Wednesday, October 7th, 2009

If you are a SharePoint admin, you will be interested in reading the following article:

http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?List=0ce77946%2D1e45%2D4b43%2D8c74%2D21963e64d4e1&ID=111

Using Powershell, you can estimate content database transaction log growth rate. Transaction log sometimes grows out of proportions and becomes a source of bringing down the server.