- Open the Central Administration
- Application Management
- SharePoint Site Management
- site collection quotas and locks
Select the appropriate site collection and you will get the ID of that specific site collection
How to find out the ID of a subsite:
- Save the current site as site template[.STP extension]
- Save it to disk somewhere.
- Now, navigate to that location and rename the file to .CAB extension.
- Extract the CAB file and find the manifest.xml file.
- Now, in the file check for the site ID/TemplateID string and get the value.
- Navigate to end of this post for the TemplateID to Name mapping.
How to find out the List ID:
- Navigate to the SharePoint list using the browser.
- Select the Settings + List Settings menu command.
- Copy the URL from the browser address bar into Notepad. It will look something like:
https://personal.collaborationtools.consumer.citigroup.net/personal/ag14178/_layouts/listedit.aspx?List=%7B47F2F5E2%2D6474%2D4929%2DB986%2D64BBE801C97A%7D
Delete everying before and including “List=”.
Change “%7B” to “{”
Change all “%2D” to “-“
Chnage “%7D” to “}”
You are now left with the Id:
{47F2F5E2-6474-4929-B986-64BBE801C97A}
No comments:
Post a Comment