El servicio WWW no ha logrado habilitar el límite de ancho de banda global

Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.enable.global.bandwidth.throttling (Rule)

Knowledge Base article:

Resumen

El Servicio de publicación World Wide Web (W3SVC) de Internet Information Services (IIS) puede configurarse para recopilar los datos del rendimiento y realizar la compresión HTTP. Si W3SVC está configurado para realizar la compresión HTTP, se debe especificar un directorio de compresión válido que resida en un volumen NTFS.

Resoluciones

Habilitar la característica Programador de paquetes

El límite de ancho de banda utiliza el Programador de paquetes para administrar cuándo se envían los paquetes de datos. Cuando configura un sitio para utilizar el límite de ancho de banda mediante el Administrador de IIS, el Programador de paquetes se instala de manera automática e IIS establece automáticamente el límite de ancho de banda en un mínimo de 1024 kilobytes por segundo (KBps). No obstante, si utiliza otro método, como las interfaces ADSI (Active Directory® Service Interfaces) o WMI, habilite el Programador de paquetes para que el límite de ancho de banda funcione correctamente.

Habilitar el Programador de paquetes

Para habilitar el Programador de paquetes:

Instalar el Programador de paquetes QoS

Para instalar el Programador de paquetes QoS:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-IIS-W3SVC
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.enable.global.bandwidth.throttling" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1071|1073)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.enable.global.bandwidth.throttling.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>