logo logo

Enable Remote Disk Management on Hyper-V Core OS

On the HyperV Core, under PowerShell run the following

  • Enable-NetFirewallRule -name RVM-RPCSS-In-TCP,RVM-VDSLDR-In-TCP,RVM-VDS-In-TCP
  • Configure-smremoting.exe -enable
  • Enable-NetFirewallRule -DisplayGroup “Disk Management”
  • Enable-NetFirewallRule -displayGroup “Remote Volume Management”

Now, from your management machine, you should be able to open Server Manager, right click on the Server and select Computer Management. From here you should be able access Disk Management to see the layout of the drives.

bottom