This post is to serve as a reference point for all the useful shortcut URLs in SharePoint that help admins and super users get their jobs done much easier.
There are several blog posts by others with these URLs in them, but I wanted to preserve them in my own blog for future generations! Most of these links have come from SharePoint 2010, so if you want them to work in differing versions just add a 14, 15 or 16 after the layouts folder to work in 2010, 2013, 2016 or SharePoint Online.
Frequently used
Title URL Remove nav bar, header & command bar ?env=WebView (after .aspx) Remove nav bar & header ?env=Embedded Open list/ library in Microsoft Lists ?env=WebViewList Site contents /_layouts/15/viewlsts.aspx /_layouts/15/viewlsts.aspx?view=14 (old style view) Manage content & structure /_layouts/sitemanager.aspx Audit log reports /_layouts/Reporting.aspx?Category=Auditing Shared with us /Shared%20Documents/Forms/AllItems.aspx?view=3
Users and permissions
Title URL People /_layouts/people.aspx Groups /_layouts/groups.aspx Site Collection Admins /_layouts/mngsiteadmin.aspx Advanced Permissions /_layouts/user.aspx
Galleries
Title URL Site Columns /_layouts/mngfield.aspx Site content types /_layouts/mngctype.aspx Web parts /_catalogs/wp/Forms/AllItems.aspx List templates /_catalogs/lt/Forms/AllItems.aspx Master Pages /_layouts/ChangeSiteMasterPage.aspx Themes /_catalogs/theme/Forms/AllItems.aspx Solutions /_catalogs/solutions/Forms/AllItems.aspx
Site administration
Title URL Regional settings /_layouts/regionalsetng.aspx Content and structure /_Layouts/sitemanager.aspx?Source={WebUrl}_layouts/settings.aspx Content and structure logs /_Layouts/SiteManager.aspx?lro=all Site libraries and lists /_layouts/mcontent.aspx User alerts /_layouts/sitesubs.aspx RSS /_layouts/siterss.aspx Search and offline availability /_layouts/srchvis.aspx Sites and workspaces /_layouts/mngsubwebs.aspx Workflows /_layouts/wrkmng.aspx Workflow settings /_layouts/wrksetng.aspx Related Links scope settings /_layouts/RelLinksScopeSettings.aspx Content Organizer Settings /_layouts/DocumentRouterSettings.aspx?Source=settings.aspx Content Organizer Rules /RoutingRules/Group%20by%20Content%20Type.aspx Site output cache /_Layouts/areacachesettings.aspx Term store management /_Layouts/termstoremanager.aspx Taxonomy Hidden List /Lists/TaxonomyHiddenList Searchable columns /_Layouts/NoCrawlSettings.aspx
Look and feel
Title URL Welcome page /_Layouts/AreaWelcomePage.aspx Title, description and icon /_layouts/prjsetng.aspx Master page /_Layouts/ChangeSiteMasterPage.aspx Page layouts and site templates /_Layouts/ChangeSiteMasterPage.aspx Tree view /_layouts/navoptions.aspx Site theme /_layouts/themeweb.aspx Navigation /_layouts/AreaNavigationSettings.aspx
Site actions
Title URL Manage site features /_layouts/ManageFeatures.aspx Reset to site definition /_layouts/reghost.aspx Delete this site /_layouts/deleteweb.aspx Site web analytics reports /_layouts/WebAnalytics/Report.aspx?t=SummaryReport&l=s Site collection web analytics reports /_layouts/WebAnalytics/Report.aspx?t=SummaryReport&l=sc
Site collection administration
Title URL Search settings /_layouts/enhancedSearch.aspx Search scopes /_layouts/viewscopes.aspx Search keywords /_layouts/listkeywords.aspx Site level recycle bin /_layouts/RecycleBin.aspx Site collection recycle bin /_layouts/AdminRecycleBin.aspx Site collection features /_layouts/ManageFeatures.aspx?Scope=Site Site directory settings /_layouts/SiteDirectorySettings.aspx Site hierarchy /_layouts/vsubwebs.aspx Site collection navigation /_layouts/SiteNavigationSettings.aspx Site collection audit settings /_layouts/AuditSettings.aspx Audit log reports /_layouts/Reporting.aspx?Category=Auditing Portal site connection /_layouts/portal.aspx Site collection policies /_layouts/Policylist.aspx Storage Metrics /_layouts/storman.aspx Record declaration settings /_layouts/InPlaceRecordsSettings.aspx?Source=settings.aspx Content type publishing /_Layouts/contenttypesyndicationhubs.aspx Site collection cache profiles /_Layouts/RedirectPage.aspx?Target={SiteCollectionUrl}cache profiles Site collection object cache /_Layouts/objectcachesettings.aspx Content type service application error log /Lists/ContentTypeAppLog Site collection output cache /_Layouts/sitecachesettings.aspx Variations /_Layouts/VariationSettings.aspx Variation labels /_Layouts/VariationLabels.aspx Translatable columns /_Layouts/TranslatableSettings.aspx Variation logs /_Layouts/VariationLogs.aspx Suggested Content Browser Locations /PublishedLinks/ Document ID settings /_Layouts/DocIdSettings.aspx SharePoint Designer Settings /_layouts/SharePointDesignerSettings.aspx Visual Upgrade /_layouts/suppux.aspx Help settings /_layouts/HelpSettings.aspx
Central administration
Title URL Manage web applications /_admin/WebApplicationList.aspx Create site collections /_admin/createsite.aspx Manage service applications /_admin/ServiceApplications.aspx Manage content databases /_admin/CNTDBADM.aspx Check job status /_admin/Timer.aspx Manage farm administrators group /_layouts/people.aspx?MembershipGroupId=3 Configure service accounts /_admin/FarmCredentialManagement.aspx Configure send to connections /_admin/OfficialFileAdmin.aspx Configure content deployment paths and jobs /_admin/Deployment.aspx Manage form templates _admin/ManageFormTemplates.aspx Manage servers in farm /_admin/FarmServers.aspx Manage services on server /_admin/Server.aspx Manage farm features /_admin/ManageFarmFeatures.aspx Configure alternate access mappings /_admin/AlternateUrlCollections.aspx Perform a backup /_admin/Backup.aspx Restore from backup /_admin/BackupHistory.aspx?restore=1&filter=1 Perform site collection backup /_admin/SiteCollectionBackup.aspx Convert farm license type /_admin/Conversion.aspx Check product and patch installation status /_admin/PatchStatus.aspx Check upgrade status /_admin/UpgradeStatus.aspx
Common actions
Title URL Create new _layouts/spscreate.aspx _layouts/create.aspx View lists _layouts/viewlsts.aspx Create site groups _layouts/permsetup.aspx Quick launch _layouts/quiklnch.aspx Workflow history list /lists/Workflow History SharePoint server version + patch level /_vti_pvt/Service.cnf (run at site collection level) Web part maintenance mode ?Contents=1 (classic) ?maintenancemode=true (modern) Save as site template _layouts/savetmpl.aspx Manage user alerts _layouts/AlertsAdmin.aspx
REST API examples
Operation SharePoint REST API endpoint Site Get a SharePoint Site Collection https://%5Byour site url]/_api/siteGet a specific site or web https://%5Byour site url]/_api/webGet a sites title https://%5Byour site url]/_api/titleList Get all lists from a site https://%5Byour site url]/_api/web/listsGet all items from a list https://%5Byour site url]/_api/web/lists/getbytitle(‘listname’)/itemsGet a lists title https://%5Byour site url]/_api/web/lists/getbytitle(‘listname’)?select=TitleGet all columns within a list https://%5Byour site url]/_api/web/lists/getbytitle(‘listname’)/FieldsGet list from GUID https://%5Byour site ur]}/_api/Web/Lists(‘list GUID here’)Get list item by ID https://%5Byour site ur]}/_api/Web/Lists/GetByTitle/(‘listtitle’)/GetItemById(2)Get selected fields for list items https://%5Byour site ur]}/_api/Web/Lists/GetByTitle/(‘listtitle’)/Items?select=ID,TitleUser Get current user information https://%5Byour site url]/_api/web/currentUserGet all site users https://%5Byour site url]/_api/Web/siteusersGroup Get all groups from the site https://%5Byour site url]/_api/Web/siteusers/sitegroupsGet group by group ID https://%5Byour site url]/_api/Web/sitegroups/GetById(GroupId)Get all users from group https://%5Byour site url]/_api/Web/sitegroups(Id)/users
Source: SP guides
Like this: Like Loading...
2 thoughts on “Useful SharePoint URLs”