Windows Server Core (2012): allow RDP connection to virtual disk managment via MMC
Par Draggi le lundi, janvier 21 2013, 18:02 - WINDOWS - Lien permanent
On the Server:
At the command prompt type sconfig to open Server configuration menu tools:
- Verify that the server was on the same domain that yours.
- Verify that you have added the user who connect to the server on local Administrator.
- Verify that the Remote Managment was enabled.
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes
On the client:
Do the same thing with the firewall rules, so open CMD prompt with elevated administrator right and enter this command:
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes