Archive for February, 2016
Tip – Get SharePoint Version Number
Tip – Find SharePoint Version Number Give the SharePoint url with “_vti_pvt/service.cnf” which shows the current version of SharePoint site. In the below example “http://app1:42466” is my SharePoint 2013 dev site http://app1:42466/_vti_pvt/service.cnf SharePoint Build Numbers list https://blogs.technet.microsoft.com/steve_chen/sharepoint-2013-build-numbers-and-cus/#Build Powershell script to display versions and language packs https://blogs.technet.microsoft.com/stefan_gossner/2015/04/20/powershell-script-to-display-version-info-for-installed-sharepoint-product-and-language-packs/
February 9, 2016
В·
Adi В·
No Comments
Posted in: Sharepoint 2010, SharePoint 2013, SharePoint 2016, Tips and Tricks
Deploy dll to GAC using Powershell
Deploy dll to GAC Following snippet will help to add dll to GAC using powershell. The above snippet will add TestApp.dll to GAC. To remove dll from GAC, use $publish.GacRemove Enterprise Services Class
February 9, 2016
В·
Adi В·
No Comments
Posted in: Asp.Net, Powershell, Sharepoint 2010, SharePoint 2013, SharePoint 2016, Tips and Tricks
SharePoint 2016 Release Candidate is available now
SharePoint 2016 RC Microsoft has released SharePoint 2016 RC (on Jan-20-2016). SharePoint Server 2016 Beta 2 users can update to the RC by installing patch SharePoint Server 2016 Release Candidate Patch SharePoint 2016 RC Features Here are the list of features Access Services New Access features are available when you deploy Access Services in SharePoint […]
February 8, 2016
В·
Adi В·
No Comments
Posted in: SharePoint 2016