Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online To install a specific tool (e.g., AD DS tools):
DISM /Online /Cleanup-Image /RestoreHealth Run these commands in an elevated Command Prompt:
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State To install all RSAT tools: