Powershell DISM Commands
To install features from the command line you can use DISM. This command will list the features: dism /online /get-features /format:table A variation of this command if you are looking for a certain feature: dism /online...
Read More