problem installing Remote Server Admin tools on Windows 8.1 laptop
I am trying to install the new remote server admin tools for windows 8.1 on my laptop (running 64 bit Windows 8.1). After the download I run the installer and get the error "The update is not applicable to your computer". Any ideas why? I need to be able to manage my servers.
ps, I am running windows 8.1, not windows 8.1 pro. Could that be the reason?
I was using a windows 7 laptop but just upgraded to a windows 8 laptop, so im trying to find all my tools again. I was managing DHCP, DNS, GP, etc.
I think you are right though, I think I need to upgrade to Pro. thank you
PowerEdgeTech
Also, keep in mind that you will no longer be able to manage 2003 servers from 8.1.
tx_it_guy
ASKER
As far as managing 2003 servers, I installed VMWare player and was going to install a virtual Windows 7 box to do that. Do you know if that will work or not?
Yes, it will. It will also work from Windows 8, but not 8.1.
McKnife
Although the non-pro version may not join a domain, it may access domain resources. So maybe you would be able to install RSAT using the command line (dism) as shown for win 7 (and said to be working for home premium) here: http://4sysops.com/archives/install-rsat-on-windows-7-sp1/
expand -f:* g:\msu\amd64fre_FRMRSATX_MSU.msu rsat
pkgmgr.exe /n:g:\msu\rsat\Windows6.1-KB958830-x64.xml
replace path with any path you like, make sure “rsat” subdirectory exists (g:\msu\rsat\ in the example (and the code needs to match the 8.1 msu file, of course)
I think you are right though, I think I need to upgrade to Pro. thank you