Various technical articles, IT-related tutorials, software information, and development journals
Tuesday, January 14, 2020
Creating symbolic links on network shares requires the privilege on the remote host
Someone asked on Super User how to create symbolic links on network shares. Trying to create one with mklink, even after adjusting symlink evaluation settings with fsutil, failed with an access-denied error. This is because Windows requires a privilege to create a symbolic link, both on the computer issuing the command and the one hosting the network share. That is, the user one connects to the share host as must hold the "create symbolic links" privilege on that host. The privilege can be assigned in the Local Security Policy snap-in (secpol.msc).
Labels:
windows
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment