SharePoint, in all its flavors

SharePoint, in all its flavors

Correctly disposing SPSite and SPWeb in the context of SharePoint 2007, 2010, 2013 and 2016

Check these two links, they contain very relevant info:...

Author: Constantin Aparaschivei Date: 07/19/2018

Add SharePoint remote event receivers using PowerShell

You can use the following PowerShell script to add a remote event receiver in SharePoint 2013/2016:...

Author: Constantin Aparaschivei Date: 06/06/2018

Remove Read-Only lock from SharePoint 2013/2016 site collection

Set/Remove Read-Only lock from SharePoint 2013/2016 site collection using PowerShell: $siteUrl =...

Author: Constantin Aparaschivei Date: 04/19/2018

AccessKey too long, cannot be more than one character - SharePoint 2013 with March 2018 update

After installing March 2018 update for SharePoint 2013 you may get this error when trying to...

Author: Constantin Aparaschivei Date: 04/12/2018

SharePoint - create MMS column from PowerShell

Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue #Variables...

Author: Constantin Aparaschivei Date: 04/05/2018

SharePoint - add all wsps from a folder

foreach ($item in (Get-Childitem -path c:\temp\wsp)) { $location = "c:\temp\wsp" + $item.Name...

Author: Constantin Aparaschivei Date: 03/10/2018