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.


0 Comments.