Remote Server Administration Tools (RSAT): Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
 
(No difference)

Latest revision as of 03:46, 8 March 2021

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........