Skip to content
Windowsfeatures

Windowsfeatures

RSAT Windows features and Roles

Check features and roles installed and active:

  • Get-WindowsCapability -Online | Where-Object {$_.Name -like “RSAT*”}

Install feature:

  • Add-WindowsCapability -Online -Name
  • eg: Add-WindowsCapability -Online -Name Rsat.Dns.Tools~~~~0.0.1.0