For the Windows Hyper-V Server 2012 (=core)
- Enable remote config (sconfig.cmd option 4)
- Add a local administrator (sconfig.cmd option 3)
- with same username and password as you are using on the Windows 8 Client
- with other username and password (on client you need to use
cmdkey /add:<ServerName> /user:<UserName> /pass:<password>
netsh advfirewall firewall set rule group="Remote Administration" new enable=yes
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
netsh advfirewall firewall set rule group="Remote Service Management" new enable=yes
netsh advfirewall firewall set rule group="Performance Logs and Alerts" new enable=yes
Netsh advfirewall firewall set rule group="Remote Event Log Management" new enable=yes
Netsh advfirewall firewall set rule group="Remote Scheduled Tasks Management" new enable=yes
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes
netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes
netsh advfirewall firewall set rule group="Windows Firewall Remote Management" new enable =yes
netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable =yes
sc config vds start= auto
net start vds
(for readonly remote device manager I enabled GPO "Allow remote access to the Plug and Play interface", but still got an error trying to open a remote device manager)
For the Windows 8 Client
- Install Hyper-V Client Tools using "Turn Windows Feature on or off" (win-Q, search on "control panel", etc.)
- Start component services config (win-Q, search on "DCOMCNFG", right click and select "Run as administrator"
- Select "Console Root > Component Services > Computers > My Computer"
- Right click and select properties
- Select the tab "COM Security"
- Click on "Edit Limits" for the Access Permissions
- Allow remote access by setting the checkmark for the "ANONYMOUS LOGON"
Tested this on the RC version of both server and client.