Eseguire l'override per abilitare la regola "Impossibile eseguire l'individuazione delle applicazioni Web" solo per i server con IIS 10

Microsoft.Windows.InternetInformationServices.10.0.Failed.To.Perform.Web.Application.Discovery.Override (RulePropertyOverride)

Element properties:

ContextMicrosoft.Windows.InternetInformationServices.10.0.ComputerGroup
TargetMicrosoft.Windows.InternetInformationServices.10.0.Failed.To.Perform.Web.Application.Discovery
PropertyEnabled
Valuetrue
EnforcedFalse

Source Code:

<RulePropertyOverride ID="Microsoft.Windows.InternetInformationServices.10.0.Failed.To.Perform.Web.Application.Discovery.Override" Context="Microsoft.Windows.InternetInformationServices.10.0.ComputerGroup" Enforced="false" Rule="Microsoft.Windows.InternetInformationServices.10.0.Failed.To.Perform.Web.Application.Discovery" Property="Enabled">
<Value>true</Value>
</RulePropertyOverride>