Si algunos de ustedes ha instalado hyper-v server o hyper-v en modo core, sabrán que no es chistoso configurar el firewall para que se pueda administrar Hyper-v de manera remota con SCVMM o con la MMC
Les dejo un Script con el cual he logrado configurarlo yo 🙂
#PING
netsh firewall set icmpsetting 8
#Administracion remota a todos los perfiles del firewall
netsh advfirewall set allprofiles settings remotemanagement enable
#Administracion remota a todos los perfiles del firewall
netsh advfirewall firewall set rule group="Administración Remota" new enable=yes
#Escritorio remoto
netsh advfirewall firewall set rule group="Escritotio Remoto" new enable=yes
#Escritorio remoto
cscript %windir%system32scregedit.wsf /AR 0
#Escritorio remoto
cscript %windir%system32scregedit.wsf /CS 0
#Carpetas compartidas
netsh firewall set portopening ALL 139 "Compartida 01"
netsh firewall set portopening ALL 445 "Compartida 02"
#Winrm
winrm quickconfig -q
Si quieren el SCVMM deben abrir los siguientes puertos