All Blog Posts

Running SharePoint 2010 PowerShell  cmdlets on Windows Server 2012

As per Microsoft we cannot install SP2010 on a Windows Server 2012 Box.Here’s the KB article which states this http://support.microsoft.com/kb/2724471 When we try and run the prerequisites installer before installing SP2010 it states that it has a compatibility issue and it fails.…
Manipulating SharePoint Lists with PowerShell

Manipulating SharePoint Lists with PowerShell Manipulating SharePoint Lists with PowerShell – PowerShell Gives us an easy way to manipulate SharePoint data using New-WebServiceProxy cmdlet, without using Microsoft.SharePoint.dll which is not easily accesible, also Microsoft SharePoint dll file has some dependencies which might cause it not…