by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Keep getting error when I try to delete a site with sub sites. This PowerShell script works well. # Completely deletes the specified Web (including all subsites) function RemoveSPWebRecursively( [Microsoft.SharePoint.SPWeb] $web) { Write-Debug “Removing site...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Another good tutorial. http://read-more.su/2012/05/publishing-associated-content-type-value.html
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
This Tutorial can come in pretty handy. http://www.sharepointbriefing.com/spcode/article.php/3872616/Using-the-Event-Handler-in-SharePoint-2010.htm
by jeremy@bondbyte.com | Apr 11, 2014 | SharePoint 2013
Site Templates don’t work on publishing sites, there are many reasons for this, master pages, page layouts, etc. The stuff doesn’t export / Import well. Some times you need just need to get to the site template for development reasons and what not. This is...
by jeremy@bondbyte.com | Apr 11, 2014 | Javascript, SharePoint 2013
In SharePoint 2013 they added a Script Editor WebPart. Add this to a page and add the following code in the WebPart Editor.