As most of SharePoint Professionals, I have been keeping the list of handy URLs to navigate through my day to day tasks. Recently I have come across this blog article – Famous SharePoint URLs and Locations and felt like everyone has their own go-to list of URLs. This article has the excellent list of famous SharePoint URLs, but one thing I felt it was missing was whether they would work for Site Collection or Sub Site.
Here is the list of all the handy SharePoint URLs I have been keeping track of. Let me know if I have missed anything or any of your favorites.
Site Collection URLs
- Get the SharePoint Version – {SiteCollectionURL}/_vti_pvt/Service.cnf
- Master Page Gallery – /_catalogs/masterpage/Forms/AllItems.aspx
- Site Columns Gallery – /_layouts/15/mngfield.aspx
- Site Content Types Gallery – /_layouts/15/mngctype.aspx
- Web Part Gallery – /_catalogs/wp/Forms/AllItems.aspx
- Get the Site Collection Level User Information List – /_catalogs/users/detail.aspx or /_catalogs/users/simple.aspx
Site URLs
- Site Settings Page – /_layouts/15/settings.aspx
- Site Contents Page – /_layouts/15/viewlsts.aspx
- Sing-in with Different User – {SiteUrl}/_layouts/closeConnection.aspx?loginasanotheruser=true
- Get the Site Security All People List – {SiteUrl}/_layouts/people.aspx?MembershipGroupId=0
- SharePoint Foundation – Site Summary Analytics – {SiteUrl}/_layouts/usage.aspx
- SharePoint Foundation – Site Usage Analytics – Monthly Summary Reports – {SiteUrl}/_layouts/usagedetails.aspx
- Set up missing default groups post site creation or recreate default security groups– {SiteUrl}/_layouts/permsetup.aspx
- Taxonomy Hidden List to host Managed Metadata Columns Data – {SiteUrl}/Lists/TaxonomyHiddenList
Page URLs
- Get the Web Part Maintenance Page – <Page URL>?Contents=1 (e.g. http://siteurl/default.aspx?contents=1)
- Edit SharePoint Publishing Page – <Page URL>?DisplayMode=Design&ControlMode=Edit
Publishing Site URLs
- Get the Publishing Site Manager – {SiteUrl}/_layouts/sitemanager.aspx
References
- Famous SharePoint URLs & Locations – http://blogs.msdn.com/b/how24/archive/2013/05/23/famous-sharepoint-urls-amp-locations.aspx
Hope it helps