Windowsfeatures

From Piszczynski

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 <feature>
  • eg: Add-WindowsCapability -Online -Name Rsat.Dns.Tools~~~~0.0.1.0