Asked by:
after upgrade to windows 10 1809 RSAT tools with WSUS Mgmt console has disappeared

Question
-
How can i get my RSAT tools back, installing them manualy gives error
and this procedure https://support.microsoft.com/en-us/help/2693643/remote-server-administration-tools-rsat-for-windows-operating-systems does NOT show me any option to install it from the add-remove feature in software.
Kind Regards
Gerard
Tuesday, January 8, 2019 12:01 PM
All replies
-
Hello Gerard!
The WSUS management tools can be installed from the Windows 10 FOD (Features on Demand) iso.
I believe the iso is only available in VLSC or VisualStudio (fomerly MSDN)).You can see it in the FOD list here:
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/features-on-demand-non-language-fodBlog:
https://thesystemcenterblog.com LinkedIn:
- Proposed as answer by Leon Laude Sunday, April 14, 2019 11:05 AM
Tuesday, January 8, 2019 12:33 PM -
Hi Gerard,
It is hard to say if it is feature or Bug, but for me adding integrated RSAT features are allowed only for computers out of domain.
Solution:
1) Remove computer from domain
2) add all required RSAT features
3) add computer back to the domain
Enjoy
Tuesday, January 8, 2019 12:36 PM -
Hello Gerard,
Starting with Windows 10 v1809 the Remote Server Administration Tools (RSAT) is now a Feature on Demand (FoD). Features can be installed at any time and the requested packages are obtained through Windows Update. If your client is disconnected, then you need the FOD image from your Volume License Servicing Center as Leon said.
1> Install from windows update.
you can't use Windows Server Update Services (WSUS) to host Features on Demand for Windows 10 clients. Instead, you can pull them directly from Windows Update. For Active Directory and Group Policy environments running in a WSUS\SCCM environment change the Specify settings for optional component installation and component repair policy to enable downloading Features on Demand directly from Windows Update. This setting is located in Computer Configuration\Administrative Templates\System in the Group Policy Editor.
Then you could install them from Optional features in the Settings.
Or run following script in PowerShell.
Get-WindowsCapability -Online | ? {$_.Name -match "Rsat"} | % {Add-WindowsCapability -Online -Name $_.Name}
2> Install in a disconnected system.
https://blogs.technet.microsoft.com/askpfeplat/2018/12/18/rsat-on-windows-10-1809-in-disconnected-environments/
Hope my answer could help you and look forward to your feedback.
Best Regards,
Ray
Please remembers to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- Edited by Ray JiaMicrosoft contingent staff Wednesday, January 9, 2019 11:32 AM
Wednesday, January 9, 2019 11:11 AM -
Hello,
I noticed you have not updated for several days. Has your issue been solved? Or is there any update?
Feel free to feedback.
Best Regards,
RayPlease remembers to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Friday, January 11, 2019 9:43 AM