SharePoint Sharks Blog

SharePoint Sharks Blog

Created by Alfi Uziel

☰
  • Home
  • Administrative
  • Architecture
  • Code
  • PowerShell
  • Shark Bait
    • Windows
    • Web Browsing
    • WordPress
    • Hip Replacement Journal
  • Tools

Mapping SharePoint document library as a network drive

by Administrator Last updated November 19, 2017 Comments

Three Steps :

  1. Activate WeDav (under the IIS feature) on all frontend servers.
  2. Activate the Web Client on the client machine that needs the access to the SharePoint document library.
  3. Resolve the request to login and bypass the prompt window for authentication on the client/batch server.

step 1:

  • Open server manager
  • Select the features option on the left navigation
  • Select add Features on the right rail.
  • select the wedav under the IIS tab

WebDav

 

Step 2:

  1. Open server manager
  2. Select the features option on the left navigation
  3. Select add Features on the right rail.
  4. Check the Desktop Experience feature under User Interfaces and Infrastructure.
  5. You will be prompted to restart ( outage is sometime required and should be take into  account on production environments).
  6. Make sure the WebClient service started or start it manually.
  7. Testing from a client : Use network mapping to map a path to SharePoint Document library folder from your client make sure you have the right permission to access the library, if you are planning to use the mapping for a process make sure the process is running with an account that have access to the document library.

duration_ICO    Duration : 20 min
Outage_ICO   Outage  is required
UserTesting_Ico   UAT with test case (step 7 ) is required

Notes :

  • You can’t change the security on the mapped path and share it.
  • Make sure the service account you use have permission to the target SharePoint document library.
  • When mapping the path use the account of the schedule agent, if you plan to run a scheduled process.

WebDav DeskTop Experienc

Access document library using UNC path with SSL

Make sure WebDAV is enabled under IIS features on the front end servers.

Make sure the web client is enabled on the client server ( the one you want to map the drive to SharePoint)

use the following format:    \\sitedomain.com@ssl\subsite\

Step 3

when you try to use the UNC format and being prompted for password it could be because the domain is not a local intranet site, for example :

http://intranet/subsite    or UNC   \\intranet\subsite    will be considered by the webclient as and intrernal website that does not need to be prompted for authentication.

while

http://mycompany.com/subsite or UNC \\mycompany.com\subsite  will be considered by the webclient as  external or unsafe zone which will trigger the prompt for credentials.

to resolve this known issue follow these steps :

  1. Click Start, type regedit, and then press Enter.
  2. Locate and then select the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  3. On the Edit menu, point to New, and then click Multi-String Value.
  4. Type AuthForwardServerList, and then press Enter.
  5. On the Edit menu, click Modify.
  6. In the Value data box, type the URL of the server that hosts the web share, and then click OK.Note You can also type a list of URLs in the Value data box. For more information, see the “Sample URL list” section in this article.
  7. Exit Registry Editor.

 

Notes

  • If you have added the AuthForwardServerList registry entry, be aware that if Basic authentication or Digest authentication is implemented in the network, using the registry entry cannot prevent the prompt for credentials. This behavior is by design for Basic authentication and Digest authentication.
  • You must restart the WebClient service after you modify the registry.

Sample URL list

In the Value data box for the new entry, you can enter a list of URLs, such as the following example:

https://*.Contoso.com
http://*.dns.live.com
*.microsoft.com

***  Update – very important! if the web client stop working automatically you will need to check the server group policies in some cases you will need to move the server to AD OU that will support Web Client which in some organization may be flagged as a potential security risk.

Reference :

Prompt for credentials when you access WebDav-based FQDN sites in Windows

https://support.microsoft.com/en-US/help/943280/prompt-for-credentials-when-you-access-webdav-based-fqdn-sites-in-wind

 

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Like this:

Like Loading...

Related

Posted in: Administrative, Architecture Tagged with: access document library, authentication, document library, drive, login, mapping, network, UNC

Recent Posts

  • Patching SharePoint 2016 On Prem server
  • Office365 change company logo
  • User Best practices and guidelines for Sharepoint Online.
  • User Best practices and guidelines for Microsoft Teams Sites
  • User Best practices and guidelines for Microsoft Teams Meetings

Recent Comments

    Archives

    • March 2023
    • June 2022
    • May 2022
    • January 2021
    • February 2020
    • November 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • November 2017
    • October 2017
    • September 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017

    Categories

    • Administrative
    • Architecture
    • Code
    • MS Teams
    • Office365
    • Power User
    • PowerShell
    • Shark Bait
    • Tools
    • Uncategorized
    • Web Browsing
    • Windows
    • WordPress

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2023 SharePoint Sharks Blog FastBlog WordPress theme by Jitesh Patil
     

    Loading Comments...
     

      %d bloggers like this: