In one of my projects we needed a PowerShell script for deleting an unnecessary page layout for all web application. Here is the script that I wrote. This is not only for page layouts, it can be used for masterpages. param ( [string]$WebApplicationUrl = “”, [string]$PageLayoutName = “” ) Remove-PSSnapin […]
Monthly archives: February 2014
3 posts
The biggest SharePoint event of the year is around the corner. I’m very lucky that I won’t miss the opportunity to participate in SPC14. During the event I’m going to share session contents, news, updates on my blog. [tminus t=”03-03-2014 09:00:00″ before=” Live Coverage of SharePoint Conference 2014will begin in […]
Symptoms: While running SharePoint 2010 Configuration Wizard, you might get the following error message [stextbox id=”alert”]Cannot start service SPAdminV4 on computer “.”[/stextbox] SPAdminV4 service (SharePoint 2010 Administration service) is the main service of SharePoint which manages administrative SharePoint PowerShell commands. So without SPAdminV4 service running, SharePoint will not work properly. […]