I have a list of Windows Feature I want to install with DISM but I only know what their names are when using PowerShell.
Is there a way to quickly "translate" these names? It's more than a handful:
- NET-Framework-45-Features
- RPC-over-HTTP-proxy
- RSAT-Clustering
- RSAT-Clustering-CmdInterface
- RSAT-Clustering-Mgmt
- RSAT-Clustering-PowerShell
- Web-Mgmt-Console
- WAS-Process-Model
- Web-Asp-Net45
- Web-Basic-Auth
- Web-Client-Auth
- Web-Digest-Auth
- Web-Dir-Browsing
- Web-Dyn-Compression
- Web-Http-Errors
- Web-Http-Logging
- Web-Http-Redirect
- Web-Http-Tracing
- Web-ISAPI-Ext
- Web-ISAPI-Filter
- Web-Lgcy-Mgmt-Console
- Web-Metabase
- Web-Mgmt-Console
- Web-Mgmt-Service
- Web-Net-Ext45
- Web-Request-Monitor
- Web-Server
- Web-Stat-Compression
- Web-Static-Content
- Web-Windows-Auth
- Web-WMI
- Windows-Identity-Foundation
- RSAT-ADDS
So I would like something other than toggling the feature with PowerShell and check for changes in the dism command's output. Hopefully there's a better way... :)