Yes, the question is as the title said. It seem weird since we can invoke it using the Start Menu. But my PC is a client one and I was in an Administrative PowerShell session and would like to run it from there to see which features my PC had.
Asked
Active
Viewed 1,507 times
1 Answers
14
You can use the command optionalfeatures in CMD and PowerShell to open the old styled feature dialog.

To output/pipe/use it in the shell you can use Get-WindowsOptionalFeature -Online

If you mean the Windows Capabilities you can use the PowerShell command Get-WindowsCapability -Online

There's a good summary of many those commands and shell extensions on the following pages, but it's in German:
swbbl
- 721
- 3
- 8