In this 3rd and final post about deployment with PowerShell I am going to provision newly created sites with lists, views and web part pages. At the end of this post I share my thoughts about when to use this kind of PowerShell deployment. Lists In the part-2 post I...
Continue reading...Deployment
Deploying your solution with PowerShell – Part 2
In this second post of my PowerShell series I want to focus on creating your SharePoint sites and provisioning them. In my previous post I showed you how to deploy your solutions and how to remove them. I have refactored the code in order to have re-usable code and to...
Continue reading...Deploying your solution with PowerShell – Part 1
The last couple of weeks I’m quite busy with 2 projects. For both projects I have written a PowerShell script for deploying the solutions and provisioning the SharePoint sites. In these series of PowerShell posts I‘d like to share my PowerShell scripts. For starters, the scripts are not just for...
Continue reading...Custom Page Layouts Are Not Updated When Deployed
While developing our intranet based on SharePoint 2010, I ran into the issue that Page Layouts I created were not updated when deployed. We have a Visual Studio 2010 solution with several projects. One of the project contains the page layouts. This project is deployed to the SharePoint server. For...
Continue reading...