by jeremy@bondbyte.com | Apr 11, 2014 | SharePoint 2010, SharePoint 2013, Web Parts
Open Visual Studio 2012. Go to File-Open-Project/Solution, locate the file you want to upgrade. (let it do the normal upgrade) Close the project and save changes. Open the *.csproj file in Notepad or some other type of text editor. Change the TargetFrameWorkVersion...
by jeremy@bondbyte.com | Apr 11, 2014 | Powershell, SharePoint 2010, SharePoint 2013
I had a request to turn on all access requests or notifications on all sites with a web application. PowerShell is your best bet for doing these types of occasional tasks. This script will turn access requests on for all sites. Change the email address below to the...
by jeremy@bondbyte.com | Mar 12, 2014 | Powershell, SharePoint 2010, SharePoint 2013
This PowerShell script will enumerate through all sites in the collection and return any sites that contain a given group name. Replace the red text, Administrative Members with the name of the group. # Get All Web Application $webApp=Get-SPWebApplication # Get All...