Cry about...
Windows Hyper-V-Server

How to install and use Server Manager in Windows 10 to manage hyper-v-server


Whilst it does not come pre-installed on Windows 8, it is possible to use Server Manager on Windows 8 to administer hyper-v-server. (I haven't had any success using Server Manager on a pre-Windows 8 or Windows server 2012 computer to connect to hyper-v-server, although this might be different if both were in the same domain.)

Contents

How to install Server Manager on Windows 10

  1. If you don't already have it installed, download and install the Language Pack for "English (US)". (In summary: Control Panel > Clock Language and Region > Language > Add "English (US)" if it isn't already listed - check that it is installed, not just listed as available for download - double clicking it will show you.) The Remote Server Administration Tools won't install without it - the install won't give any error, it will just silently fail.
  2. Download and install the Remote Server Administration Tools for Windows 10 from Microsoft. You can download these for 32 bit (x86) or 64 bit (x64). This will allow you to install the Remote Server Administration Tools (RSAT) on Windows 10.
  3. "Server Manager" will now be visible on the start page. (If it isn't then check that you had the necessary language pack installed - see above.)

How to add a Hyper-V-Server server to Server Manager

You have to add servers to Server Manager before you can use Server Manager to manage them. This is simple, start up Server Manager then:

  1. On the dashboard either (i.) right click "All Servers" and select "Add Servers" or (ii.) click on the option "Add other servers to manage". This will open the "Add Servers" dialog.
  2. The "Add Servers" dialog has a number of tabs along the top, the two of interest are "Active Directory" and "DNS".
  3. On the "Active Directory" tab, if your Windows 8 machine is part of a domain then clicking "Find Now" will list all of the computers and servers in the domain. From there you can add any machine in the domain. Use this if your hyper-v-server is part of a domain.

    On the "DNS" you can add any server by DNS-name or IP-address. Use this if your hyper-v-server is not part of a domain. If you search by IP address and get an error searching for the IP address you can still add it.

  4. If you now click on "All Servers" then you will see listed any servers that you have added.
  5. If a server shows "Kerberos authenticaton error" or "WinRM Default authentication error" (this is more likely in a workgroup environment) then there are two things to try (and you may need to do both of these):

    1. Try entering the following at the command line:

      winrm set winrm/config/client @{TrustedHosts="RemoteComputerName"}

      Remember this needs to be run on your PC (not the remote server) and using an elevated command prompt. You can use the IP address of the server if that is easier.

      "WinRM" is short for "Windows Remote Management". This is the software running on your PC which is used to connect to the server. The above command is telling WinRM to trust the computer name (or IP address that you provide).

    2. You don't need this step if your Windows 8 computer and hyper-v-server are both in the same domain: Right click on the server in the list and select "Manage As ...", this will open up a "Windows Security" dialog where you can enter the username and password to use to connect to the server.

      If you get the message "The name provided is not a property formed account name" then fully qualify the username. For example if the computer name were "hypers" and the username "admin" then the fully qualified username is "hypers\admin".

  6. You should now be able to manage any of the servers you have listed.

What you can do with Server Manager

Server Manager (particularly if your are not in the same domain as the hyper-v-server) is an excellent starting point to almost any management task on the hyper-v-server. One of the big advantages of using Server Manager is that (once it is listing a server) it allows you to open the normal suite of management consoles using the appropriate credentials.

I use Server Manager as a launch board in particular for:



About the author: is a dedicated software developer and webmaster. For his day job he develops websites and desktop applications as well as providing IT services. He moonlights as a technical author and consultant.