Remote Server Administration Tools (RSAT)
From KlavoWiki
Using Windows PowerShell
List and Install
Display available tools.
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, Name, State
Install a specific tool
Add-WindowsCapability -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 -Online
Fix Install Error 0x800f0954
- Open gpedit.msc
- Locate Computer Configuration\Administrative Template\System\Specfy setting for optimal component installation and component repair
- Select Enable
- Select Download repair content and option features........