There is a file server named, FileServer1.
On FileServer, there resides a mapped network drive, F:.
From my local machine, Client, I can get to the F drive using UNC path,
\\FileServer1\f$
Now I'd like to figure out where that F: is pointing to from Client machine.
Is there a way to finding that information from Windows Explorer?
Is scripting the only way to find that information from Client? (without having to remoting into FileServer1.)
If scripting is the only way, how can I find out the information?