↧
Sharepoint and Powershell – Working with lists
Hello Everyone, Last week I started to look at how powershell could be used to create around 30 lists quickly with all the required fields populated. The requirements were as follows; List Name (Text)...
View ArticleSharePoint 2010 Powershell Series – Creating Lists
Last time we looked at creating sites and now I have looked at how we go about creating a set of lists for that site. # This will populate the variable with the SPWeb object so you can make use of it...
View ArticleSharePoint 2010 Powershell Series – Arrays and Loops
So now we are going to look at creating a simple array and then iterating through it, creating sites and lists as we go. Line 1 creates an array with 3 values, Maths, English and Science. Line 2 says,...
View Article