PS C:\> Get-WindowsFeature [[-Name] name]
PS C:\> Get-WindowsFeature | Where-Object {$_.InstallState -eq "Installed"}
PS C:\> Install-WindowsFeature PS C:\> Add-WindowsFeature
PS C:\> Enable-WindowsOptionalFeature
PS C:\> Uninstall-WindowsFeature PS C:\> Remove-WindowsFeature
PS C:\> Disable-WindowsOptionalFeature