Windowsfeatures: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == RSAT Windows features and Roles == Check features and roles installed and active: *Get-WindowsCapability -Online | Where-Object {$_.Name -like "RSAT*"}")
 
piszczynski>Aleks
Line 3: Line 3:
Check features and roles installed and active:
Check features and roles installed and active:
*Get-WindowsCapability -Online | Where-Object {$_.Name -like "RSAT*"}
*Get-WindowsCapability -Online | Where-Object {$_.Name -like "RSAT*"}
Install feature:
*Add-WindowsCapability -Online -Name <feature>
*eg:  Add-WindowsCapability -Online -Name Rsat.Dns.Tools[[User:Aleks|Aleks]] ([[User talk:Aleks|talk]]) 14:09, 7 June 2021 (CEST)0.0.1.0

Revision as of 14:09, 7 June 2021

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.ToolsAleks (talk) 14:09, 7 June 2021 (CEST)0.0.1.0