Windows Features

Open an administrator level PowerShell console

Get-WindowsOptionalFeature -Online | where FeatureName -like 'IIS-*' | where State -eq "Enabled"

Output

FeatureName : IIS-WebServerRole
State       : Enabled

FeatureName : IIS-WebServer
State       : Enabled

FeatureName : IIS-CommonHttpFeatures
State       : Enabled

FeatureName : IIS-HttpErrors
State       : Enabled

FeatureName : IIS-ApplicationDevelopment
State       : Enabled

FeatureName : IIS-Security
State       : Enabled

FeatureName : IIS-RequestFiltering
State       : Enabled

FeatureName : IIS-NetFxExtensibility45
State       : Enabled

FeatureName : IIS-HealthAndDiagnostics
State       : Enabled

FeatureName : IIS-HttpLogging
State       : Enabled

FeatureName : IIS-Performance
State       : Enabled

FeatureName : IIS-WebServerManagementTools
State       : Enabled

FeatureName : IIS-StaticContent
State       : Enabled

FeatureName : IIS-DefaultDocument
State       : Enabled

FeatureName : IIS-DirectoryBrowsing
State       : Enabled

FeatureName : IIS-ASPNET45
State       : Enabled

FeatureName : IIS-ISAPIExtensions
State       : Enabled

FeatureName : IIS-ISAPIFilter
State       : Enabled

FeatureName : IIS-HttpCompressionStatic
State       : Enabled

FeatureName : IIS-ManagementConsole
State       : Enabled