Showing posts with label How to find. Show all posts
Showing posts with label How to find. Show all posts

Friday, 25 April 2014

How to find SharePoint version number

How to find SharePoint version number
If you put this after your base SharePoint URL:
/_vti_pvt/service.cnf
you can find out the version number of SharePoint very quickly
Ex:
vti_encoding:SR|utf8-nl vti_extenderversion:SR|15.0.0.4420

Tuesday, 11 March 2014

How to find SharePoint List GUIDs

How to find SharePoint List GUIDs
1. Access the list via your browser and select the View you want to find the GUID.
2. Select "Modify this View" and copy the URL.
3 You will get a URL like this,
http://mysite:5050/testsara/_layouts/ViewEdit.aspx?List=%7B5C65CB1A%2D2E1B%2D488A%2DAC07%2DB115CD0FC647%7D&View=%7B75E689B4%2D5773%2D43CB%2D8324%2D58E42E1EB885%7D&Source=http%253A%252F%252Fmysite%253A5050%252Ftestsara%252FLists%252FTasks%252FAllItems%252Easpx
There you can find,
List=%7B5C65CB1A%2D2E1B%2D488A%2DAC07%2DB115CD0FC647%7D
View=%7B75E689B4%2D5773%2D43CB%2D8324%2D58E42E1EB885%7D
Replace "%7B" with "{"
Replace all "%2D" with "-"
Replace "%7D" with "}"
You are now left with the GUIDs, in the above example;
List ID is {5C65CB1A-2E1B-488A-AC07-B115CD0FC647}
View ID is {75E689B4-5773-43CB-8324-58E42E1EB885}

Sunday, 2 March 2014

How to find k2 installed version

How to find k2 installed version
Go to sharepoint site where k2 have installed and configured.
SiteActionsàK2 Site settings
Here you can find Version
K2 Host Server: Test01:5555
Version: 4.10320.10329.1
k2
k2
How to find k2 installed version