Archive for November, 2014
Quickly find the current used storage of your site collection by using REST
If you want to find out how much storage your SharePoint site collection is currently using then you can use the following REST url in your browser ://<Replace your Site Collection Url>/_api/site/Usage/Storage For example: http://sp/_api/site/Usage/Storage You will get response similar to following. Please note SharePoint report storage in bytes so to get the size in […]
All possible ways to find SharePoint Version and Build number
If you are trying to find exact Version and Patch level of your SharePoint installation, then use one of the following methods Method 1 : Using Service.cnf url Navigate to following url in your browser <Your SharePoint Site>/_vti_pvt/Service.cnf You will a response similar to following vti_encoding:SR|utf8-nl vti_extenderversion:SR|14.0.0.4762 Check the number shown in your response at SharePoint […]
Solution for “SharePoint Designer cannot display the item” error to edit workflow
If you are unable to edit workflows in SharePoint 2013 after upgrading from 2010 and getting following error then perform the steps mentioned below to resolve this issue. Make sure you have uninstalled SharePoint Designer 2010 Close SharePoint Designer 2013 On the local computer, browse to the following folder: C:\Users\<Replace Your User Name>\AppData\Local\Microsoft\WebsiteCache Example: C:\Users\mark.lee.contoso\AppData\Local\Microsoft\WebsiteCache […]