Tag Archives: Powershell

Updating a column in all rows in a Sharepoint List the easiest way

I have a large list in SharePoint where I was tasked to update a certain numeric field to add a certain amount based on a certain condition.  This made me think as I never had done this before, first thing came into mind was doing it in datasheet view with calculated field then copying and… Read More »

Removing all “_layouts/15/start.aspx#/” in Sharepoint URL

Do you want to remove that ugly additional URL “_layouts/15/start.aspx#/” on your SharePoint web address? Before doing so do you really need to do it? Do you even know what does that URL mean? Well if you don’t have a read here what it is for so you understand the impact of removing them.  In… Read More »

Make SharePoint 2010/2013 Mirroring Aware

To make your Sharepoint database reliable you need to mirror it, meaning what ever happens on SQL Server A will be mirrored or replicated on SQL Server B and it’s quite easy to achieve you just need two steps to do it. First is to mirror your SQL Server databases, you can achieve that all… Read More »