I am having issues installing Remote Server Administration Tools on my W10 Pro laptop. This is my attempts and issues so far:
- Download
WindowsTH-RSAT_WS2016-x64.msu
from here: Remote Server Administration Tools for Windows | Official Microsoft Download Center - Run
- Installer finishes then reports a reboot is required.
- Reboot
- No programs were installed.
- Run installer again
- No reboot prompted installer finishes, still no software installed (looking for server manager in start)
-
Command prompt as admin
C:\Windows\system32> expand -f:* c:\WindowsTH-RSAT_WS2016-x64.msu C:\RSAT C:\Windows\system32> dism.exe /online /add-package /packagepath:C:\RSAT\WindowsTH-KB2693643-x64.cab
Prompt appears asking for a restart. I respond Y.
-
Reboot completes, still no software.
I am not sure where I can get more information on what is happening. I did go ahead and pull out the DISM log. I am not experienced in reading this log, not sure what is normal or abnormal. https://pastebin.com/CrQbDgj0
Best Answer
The RSAT-Setup (MSU) just adds the tools to your windows image, but does not install them. You have to activate them by yourself ("Activate Windows-Features", just type 'Feature' into the Start Menu).
You can use the commandline, too:
dism /online /enable-feature /featurename:feature name
For exmple, add ActiveDirectory tools:
you can also get the whole list with: