Dump Roles and Features on Windows server

Dump Roles and Features on Windows server

Go into powershell and type : Get-WindowsFeature
This will dump a list of the features installed on this server.

If you want to narrow things down you can type something like : Get-WindowsFeature -Name web-server | Format-List -Property *