I want to create a symbolic link betwee a folder on a network and a folder on the local drive using the following command;
mklink /d "\<networkName>\<folderA>\<folderB>" "C:\<folderA>\<folderB>\<folderC>"
I get the error; The file or directory is not a reparse point.
I did some searching online and didn't find much information on this error besides the tool, Junction which allows you to view reparse points. I prefer to do this within Windows ?