Windows Server Symbolic Link
Need to mount a network drive/share “within” a windows filesystem? Run this command from an elevated command prompt.
mklink /d "c:\data\network docs" "\\server\shareddata\"
Need to mount a network drive/share “within” a windows filesystem? Run this command from an elevated command prompt.
mklink /d "c:\data\network docs" "\\server\shareddata\"