# Install AD, DNS, and Group Policy tools Add-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" -Online Add-WindowsCapability -Name "Rsat.Dns.Tools~~~~0.0.1.0" -Online Add-WindowsCapability -Name "Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0" -Online
Back in the Windows 10 days, installing RSAT was a chore. You had to find the correct "golden" build number, download an MSU file, and pray it didn't fail. install rsat windows 11
How to Install RSAT on Windows 11 (The Right Way) # Install AD, DNS, and Group Policy tools