How to add RSAT tools in Windows 10 1809+

Microsoft PowerShell

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.

  1. Run GPEDIT.MSC and navigate to:
    Computer Configuration\Administrative Templates\System
  2. 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.
  3. Using the table below, identify the RSAT tools you want to install, and use the Name column with the next step.
  4. Launch an administrative PowerShell window and run this command:
Add-WindowsCapability -Online -Name Rsat.ServerManager.Tools~~~~0.0.1.0 -LimitAccess
  1. You can now disable the group policy you enabled in the first step.

RSAT Tools List

NameDescription
Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0RSAT: Active Directory Domain Services and Lightweight Directory Services Tools
Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0RSAT: BitLocker Drive Encryption Administration Utilities
Rsat.CertificateServices.Tools~~~~0.0.1.0RSAT: Active Directory Certificate Services Tools
Rsat.DHCP.Tools~~~~0.0.1.0RSAT: DHCP Server Tools
Rsat.Dns.Tools~~~~0.0.1.0RSAT: DNS Server Tools
Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0RSAT: Failover Clustering Tools
Rsat.FileServices.Tools~~~~0.0.1.0RSAT: File Services Tools
Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0RSAT: Group Policy Management Tools
Rsat.IPAM.Client.Tools~~~~0.0.1.0RSAT: IP Address Management (IPAM) Client
Rsat.LLDP.Tools~~~~0.0.1.0RSAT: Data Center Bridging LLDP Tools
Rsat.NetworkController.Tools~~~~0.0.1.0RSAT: Network Controller Management Tools
Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0RSAT: Network Load Balancing Tools
Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0RSAT: Remote Access Management Tools
Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0RSAT: Remote Desktop Servcies Tools
Rsat.ServerManager.Tools~~~~0.0.1.0RSAT: Server Manager
Rsat.Shielded.VM.Tools~~~~0.0.1.0RSAT: Shielded VM Tools
Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0RSAT: Storage Migration Service Management Tools
Rsat.StorageReplica.Tools~~~~0.0.1.0RSAT: Storage Replica Module for Windows PowerShell
Rsat.SystemInsights.Management.Tools~~~~0.0.1.0RSAT: System Insights Module for Windows PowerShell
Rsat.VolumeActivation.Tools~~~~0.0.1.0RSAT: Volume Activation Tools
Rsat.WSUS.Tools~~~~0.0.1.0RSAT: Windows Server Update Services Tools
RSAT Tools List (as of 6/8/2021)

Leave a Reply

Your email address will not be published. Required fields are marked *