I would like make a symbolic link in Windows (7 or 208 between 2 locations on a file server (Netapp):
mklink /D \server\share\some\link \server\share\some\target\path
Is this possible? I can't get it to work and the only examples I have found are created a link locally and targeting UNC location. That does work, but I need a link that to work for any number of computers that access this network share.
The error I get is "The Parameter is Incorrect"
If this is not possible, how does one replicate this functionality using some other method?