Last Update: Dec 03, 2024 | Published: Jul 18, 2013
I know that the deployment drive for Windows 8 in the corporate environment is not as high as Microsoft would have wanted it, but even so, Windows 8 was released about a year ago, so by now you’d think you could use it to manage the servers in your organization. Well, at least that’s what I thought. I run a small Dell workstation in my work environment, and I decided I had enough of RDPing into the servers, either physical or virtual, just to manage some of their settings.
Before I go into the steps to do this, first I have a couple of points to make.
Note: With all said, there are several roles – most prominently the Hyper-V role – that still cannot be managed from a Windows 8 machine unless you run the Hyper-V server side on a Windows Server 2012 machine. Remember that while you can manage all remote Windows Server 2012 Roles and Features, when you’re connecting to a Windows Server 2008 R2 you can perform most management tasks, but you can’t perform role or feature installation or uninstallation.
Performance note: Server Manager can be used to manage up to 100 servers that are configured with a typical workload. The number of servers that you can manage with a single Server Manager console can vary depending on the amount of data that you request from managed servers, and hardware and network resources available to the computer running Server Manager. As the amount of data you want to display approaches that computer’s resource capacity, you can experience slow responses from Server Manager and delays in the completion of refreshes.
This is a prerequisite. Some roles can be managed by selecting how to authenticate to the target servers, but your life would be so much easier if you just make your machine a member of that domain. If you cannot/don’t want to do that, I suggest using regular RDP.
First of all, we need to download and install the Remote Server Administration Tools (RSAT) package for Windows 8. Both 64-bit and 32-bit versions of RSAT for Windows 8 are available to download.
Download Remote Server Administration Tools for Windows 8 from Official Microsoft Download Center
Choose your version of RSAT, download it, and double-click on it to install it on your Windows 8 workstation.
Once RSAT is installed, you need to add all the remote servers that you want to manage to Server Manager.
The selected servers should now be available to manage via Server Manager and other tools in RSAT. However, note that the refresh progress bar is extremely hard to spot, and you may think nothing is happening. If you note the red circle and arrow in the image below, the bar slowly moves from left to right, and it is the only indication that the Server Manager console is refreshing.
Now, if these were Windows Server 2012 servers, all would have been fine. However, since these are Windows Server 2008 R2 machines, you will get this error:
In order to resolve this issue on the Windows Server 2008 R2 servers follow these steps:
– Microsoft .NET Framework 4.0– Windows Management Framework 3.0– the KB2682011 update
From my experience, in many cases .NET Framework 4.0 is already installed. But if it’s not, install it. While a reboot is mostly likely NOT required for this once you install it, you’ll get at least six new security updated from Microsoft’s Windows Update, so you will need to reboot after all.
After all servers were added and configured, the dashboard gives you a nice breakdown of all server roles, allowing you to easily manage them.