Summary: Learn how to use Windows PowerShell to find installed optional features in Windows.
How can I use Windows PowerShell to see what optional features are installed in a copy of Windows?
Use the Get-WindowsOptionalFeature cmdlet, and if you are looking at a version of Windows
that is running, use the –Online switch:
Get-WindowsOptionalFeature -Online