Before summer, I showed you how to install ADUC using PowerShell. ADUC, however, is not the only tool in the RSAT toolbox. Here, then, is how you can get an overview of all of them, as well as whether or not they are installed on the computer:
- Start PowerShell with administrative privileges
- Run this command:
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.