Find virtual host for VM running Windows Server 2012 Standard (not R2) -
i can find virtual host of windows servers (2003-2012 r2) using in command line:
reg query "\\*machinename*\hklm\software\microsoft\virtual machine\guest\parameters" /v hostname
however, have 1 server running 2012 standard , not have reg key.
i verified server vm using:
systeminfo | findstr /c:"model:" /c:"host name" /c:"os name"
however, i'd know vm being hosted. i've investigated other methods of determining host, focus around reading reg key vm not have reason.
is there way determine vm hosted without reg key? using hyper-v , have no reason suspect vm one-off snowflake.
check “hklm\software\microsoft\virtual machine\auto” host details stored in key @ guest
there class check this share vm , host details
Comments
Post a Comment