Disabling mobile view in SharePoint

When you access a SharePoint website with your mobile device, you will probably will be redirected to a boring template with some links on it like the picture below.

 

To disable SharePoint from redirecting users to the mobile version, there is a hidden feature you can disable using PowerShell. It’s quite simple and can be solved by the following command:

disable-spfeature -identity MobilityRedirect -url http://addressofsite

The mobile site will remain available at http://addressofsite/m, but your mobile users will have the same full experience (less browser limitations) as your desktop users.

Leave a Comment

Connect with Facebook


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>