SharePoint 2013 – There are no registered destination locations for this site
I am creating a library based retention schedule to automatically move documents over a certain age to an archive location. However, when setting the action to Transfer to another location I receive an error message: There are no registered destination…
SharePoint Server 2016 Beta 2
SharePoint Server 2016 Beta 2 is now available to download. The official download site is here: https://www.microsoft.com/en-us/download/details.aspx?id=49961 A few things to note: You will need to be running Windows 2012 R2 or Windows 2016 Technical Preview 3 in order to install the SharePoint…
SharePoint 2013 – update a custom solution without having to retract the previous version
If you need to update a custom solution without having to retract the previous version you can do this using the Update-SPSolution PowerShell cmdlet: Update-SPSolution -Identity MySolution.wsp -LiteralPath C:\MySolution.wsp -GACDeployment