Starting with Windows 10 1809, there is a new way to add RSAT tools to Windows 10. In organizations that use Microsoft Endpoint Configuration Manager (SCCM) or WSUS, this may fail because the Features on Demand are not present on the WSUS server. To work around this, you can use the below process to get the Features on Demand from Windows Update instead.
- Run GPEDIT.MSC and navigate to:
Computer Configuration\Administrative Templates\System - Configure the policy Specify settings for optional component installation and component repair and set it to Enabled. This essentially tells your computer to not use WSUS for FoD.
- Using the table below, identify the RSAT tools you want to install, and use the Name column with the next step.
- Launch an administrative PowerShell window and run this command:
Add-WindowsCapability -Online -Name Rsat.ServerManager.Tools~~~~0.0.1.0 -LimitAccess
- You can now disable the group policy you enabled in the first step.
RSAT Tools List
Name | Description |
Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 | RSAT: Active Directory Domain Services and Lightweight Directory Services Tools |
Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0 | RSAT: BitLocker Drive Encryption Administration Utilities |
Rsat.CertificateServices.Tools~~~~0.0.1.0 | RSAT: Active Directory Certificate Services Tools |
Rsat.DHCP.Tools~~~~0.0.1.0 | RSAT: DHCP Server Tools |
Rsat.Dns.Tools~~~~0.0.1.0 | RSAT: DNS Server Tools |
Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0 | RSAT: Failover Clustering Tools |
Rsat.FileServices.Tools~~~~0.0.1.0 | RSAT: File Services Tools |
Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0 | RSAT: Group Policy Management Tools |
Rsat.IPAM.Client.Tools~~~~0.0.1.0 | RSAT: IP Address Management (IPAM) Client |
Rsat.LLDP.Tools~~~~0.0.1.0 | RSAT: Data Center Bridging LLDP Tools |
Rsat.NetworkController.Tools~~~~0.0.1.0 | RSAT: Network Controller Management Tools |
Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0 | RSAT: Network Load Balancing Tools |
Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0 | RSAT: Remote Access Management Tools |
Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0 | RSAT: Remote Desktop Servcies Tools |
Rsat.ServerManager.Tools~~~~0.0.1.0 | RSAT: Server Manager |
Rsat.Shielded.VM.Tools~~~~0.0.1.0 | RSAT: Shielded VM Tools |
Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0 | RSAT: Storage Migration Service Management Tools |
Rsat.StorageReplica.Tools~~~~0.0.1.0 | RSAT: Storage Replica Module for Windows PowerShell |
Rsat.SystemInsights.Management.Tools~~~~0.0.1.0 | RSAT: System Insights Module for Windows PowerShell |
Rsat.VolumeActivation.Tools~~~~0.0.1.0 | RSAT: Volume Activation Tools |
Rsat.WSUS.Tools~~~~0.0.1.0 | RSAT: Windows Server Update Services Tools |