# Remove the /all if you receive any errors & dism /online /get-features | more & dism /online /enable-feature /FeatureName:IIS-CertProvider /all & dism /online /enable-feature /FeatureName:IIS-WindowsAuthentication /all & dism /online /enable-feature /FeatureName:IIS-ClientCertificateMappingAuthentication /all & dism /online /enable-feature /FeatureName:IIS-StaticContent /all & dism /online /enable-feature /FeatureName:IIS-DefaultDocument /all & dism /online /enable-feature /FeatureName:IIS-WebSockets /all & dism /online /enable-feature /FeatureName:IIS-ASPNET /all & dism /online /enable-feature /FeatureName:IIS-ASPNET45 /all & dism /online /enable-feature /FeatureName:IIS-BasicAuthentication /all & dism /online /enable-feature /FeatureName:IIS-ManagementService /all & dism /online /enable-feature /FeatureName:IIS-HttpCompressionStatic /all & dism /online /enable-feature /FeatureName:IIS-HostableWebCore /all & dism /online /enable-feature /FeatureName:IIS-WebServerManagementTools /all & dism /online /enable-feature /FeatureName:IIS-ManagementScriptingTools /all