Link to home
Start Free TrialLog in
Avatar of AbnerG13
AbnerG13

asked on

Microsoft virtual machine with Windows 7 pro

I tried to install Hyper-v on Windows 7, which Microsoft offers as an update for Pro and Ultimate only, I tried following the steps from this link: https://www.experts-exchange.com/articles/11890/How-To-install-and-configure-HyperV-manager-on-Win7-machine.html . I installed the update. Will I now able to use microsoft's virtual machines? I was only able to get to the " sconfig.cmd in the command prompt" step in the article. Do I need to follow the other steps in order to use the Microsoft virtual machine?



Download the Remote Server Administration Tools (Windows 7 Professional or Ultimate only)

    On your Windows 7 Download the correct version of the tool from
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=7887

   There is a 32 bit (Windows6.1-KB958830-x86-RefreshPkg.msu) version and a 64 bit (Windows6.1-KB958830-x64-RefreshPkg.msu)

   Install the application.

Create the same administrator user on your Windows 7 and Hyper-V node


On windows 7 create an administrator user: Start > Control Panel > Add or Remove user accounts.

On hyper-v create the same user with the same password

Open the Hyper-V Server Configuration by typing sconfig.cmd in the command prompt  

option 3: Add Local Administartor

Make some changes on the Hyper-V node to adjust the firewall

Open a command prompt and type netsh advfirewall set allprofiles state off
open a powershell and execute

winrm set winrm/config/client `@`{TrustedHosts=`"`*`"`}

Select all
 
Open in new window

Adjust the hostfiles of the Hyper-V and Windows 7

In Windows 7
    Open in Notepad the file C:\Windows\System32\drivers\etc
    add following 10.100.x.y <hostname of the Hyper-V node>

In Hyper-V
    open a command prompt and run

runas /user:administrator "notepad "C:\Windows\System32\drivers\etc\hosts""

Select all
 
Open in new window

add following <ip of the windows 7> <hostname of the windows 7>

Some last change to the Windows 7

Log in with the administrator account you created before.
Avatar of Muhammad Mulla
Muhammad Mulla
Flag of United Kingdom of Great Britain and Northern Ireland image

You need to follow all the steps
SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What I forgot to add above is that if you want to remotely administer 2012 or 2012r2 Servers running Hyper-V, then you will also need a newer OS than Windows 7. It's tool only works for the 2008 and 2008 r2 server OS's, While the tool you get with Windows 8, 8.1 and 10 will work with 2008, 2008r2, 2012, and 2012r2 server OS's.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

Not enough information to confirm an answer.
This question was answered:

http:#a40913432   

And a workable alternative

http:#a40914380