I need to work out if is is possible to set up a shortcut on a network shared drive (on a Windows server 2016 file server) that points back to a file on the host machine the user is logged in to.
So, if I log on to machine A and click the link it needs to open a folder in \machineA\C$:\users\%username%\
If a user logs on from machine B and clicks the link it needs to open \machineb\c$\users\%username%\
If I set the shortcut to use \%localhost%\c$:\users\%username%\ it tells me the target is not valid. it only seems to want to work if I set an actual machine name, as in \machinea\c$:\users\%username%\ but this will not work for obvious reasons.
So, does anyone know if this is possible and, if it is, how do I format the path for the shortcut?
The idea is basically to make the users start using Sharepoint without going through the process of training and reminding them all to use this rather than the current process. The Sharepoint data will be synced to each machine and the shortcut will redirect them to the locally synced folder.