Archive for April 2019

 
 

Convenient Links in SharePoint

Some things I’ll just leave here…

It’s good to be back.

Here’s some URLs that might come in handy:

/_layouts/Authenticate.aspx – Opens the login dialog box.
/_layouts/settings.aspx – Opens site settings.
/_layoutscreate.aspx – Opens the create page.
/_layouts/15/viewlsts.aspx – Opens Site Contents.
/_layouts/15/listedit.aspx?List=<list guid> – Opens the list settings.
javascript:GoToModern(True) – Exit Classic Experience

These are cool:

javascript:(function(){document.cookie=”splnu=0;domain=”+window.location.hostname+”;”; location.href=location.href;})(); – Sets a cookie to load pages in Classic Experience

javascript:(function(){document.cookie=”splnu=1;domain=”+window.location.hostname+”;”; location.href= location.href})();

Many of these come from our new friend Joao at his site, SharePoint.HandsOnTek.net,  here. And he’s got others.