How to Install Active Directory Users and Computers with PowerShell | 001

Опубликовано: 04 Август 2026
на канале: Hunter Ryskoski IT Learning
7
0

How to install Active Directory Users and Computers (ADUC) with PowerShell on Windows.

In this quick walkthrough, I show how to install the RSAT Active Directory tools using PowerShell, along with the command needed to launch ADUC after installation.

PowerShell command:
Add-WindowsCapability -Online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0

Check command:
Get-WindowsCapability -Name RSAT* -Online | Select-Object Name, State

Find more IT content and projects here:
Website: https://hunterryskoski.com
GitHub: https://github.com/HunterRyskoski

#PowerShell #ActiveDirectory #WindowsAdmin #SysAdmin #ITSupport