Windows – Finding the physical local path associated with a Share UNC folder

uncwindows

Let's say I am Admin on a server named "Server1" and a share exists using the UNC path \\\Server1\Share1.

If I remote to Server 1 and log in as Admin, how do I find the physical drive location without scanning millions of folders given that a share folder could be defined ANYWHERE.

Best Answer

Open a command prompt window and type net share, then hit Enter.

Related Question