I have a core Hyper-V Server 2012 that I am remotely managing from a Windows 8 client. I can connect in Hyper-V Manager, Server Manager, and MMC. However, I don't understand how I can manage the physical hard drive (for ex, deleting vhdx files, creating folders, etc) from my Windows 8 client.
I tried to attach the remote share as follows:
q: \\MyServer\c$
It said command completed successfully, but I don't see the drive on my client's Explorer.
I can get to it in cmd.exe on the client but how can I manage it in a GUI?
explorer q:
Throws error:
Run
net use q: \\MyServer\c$
on your Windwos 8. Then check whether the drive Q is available in explorer. I have just checked on my WS 2012 R2 and it works.