Override to enable the "Failed to perform ftp site discovery" rule only for servers with IIS 7

Microsoft.Windows.InternetInformationServices.2008.FailedToPerformFTPSiteDiscoveryOverride (RulePropertyOverride)

Element properties:

ContextMicrosoft.Windows.InternetInformationServices.2008.ComputerGroup
TargetMicrosoft.Windows.InternetInformationServices.2008.FailedToPerformFTPSiteDiscovery
PropertyEnabled
Valuetrue
EnforcedFalse

Source Code:

<RulePropertyOverride ID="Microsoft.Windows.InternetInformationServices.2008.FailedToPerformFTPSiteDiscoveryOverride" Context="Microsoft.Windows.InternetInformationServices.2008.ComputerGroup" Enforced="false" Rule="Microsoft.Windows.InternetInformationServices.2008.FailedToPerformFTPSiteDiscovery" Property="Enabled">
<Value>true</Value>
</RulePropertyOverride>