Last active
August 29, 2015 14:14
-
-
Save dinnouti/150bbfc9d5f80b7f2c0c to your computer and use it in GitHub Desktop.
Bookmark tools for SharePoint 2013, please copy and paste into the URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Site Content and Structure ** | |
javascript:(function(){window.open(_spPageContextInfo.webAbsoluteUrl +'/_layouts/15/sitemanager.aspx','_blank');})(); | |
** Site Settings ** | |
javascript:(function(){window.open(_spPageContextInfo.webAbsoluteUrl + '/_layouts/settings.aspx','_blank');})(); | |
** Site contents ** | |
javascript:(function(){window.open(_spPageContextInfo.webAbsoluteUrl +'/_layouts/15/viewlsts.aspx','_blank');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment