From 594eaa01afe1aa6daf50ba43fb853ddb365b2fd3 Mon Sep 17 00:00:00 2001 From: byocom <31451521+byocom@users.noreply.github.com> Date: Tue, 31 Mar 2020 22:42:48 -0400 Subject: [PATCH] Removed remaining duplicate valueName parameters Removed duplicate 'valueName' attributes from all remaining Policy nodes where child Policy Element nodes also have a 'valueName' attribute defined and both values are equal (example: both have an attribute of valueName="foo"). The valueName attribute on the Policy node specifies the registry value to check to determine whether the policy is "Disabled" (0), "Enabled" (non-zero), or "Not Configured" (missing). A non-numeric value here will cause the policy to be evaluated as "Not Configured". The valueName attribute on the Policy Element nodes specifies the registry value where the user's selections should be stored. When the valueName for the Policy and Policy Element nodes are set to the same value, it results in unexpected behavior in certain cases. For example, an enum with a decimal value of 0 would cause the policy to be evaluated as "Disabled" or a text value (non-numeric) will cause the policy to be evaluated as "Not Configured" even though the expected value may be present in the registry. --- .../SystemCenterEndpointProtection.admx | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/CustomADMX/SystemCenterEndpointProtection.admx b/CustomADMX/SystemCenterEndpointProtection.admx index 05375a0..c090bba 100644 --- a/CustomADMX/SystemCenterEndpointProtection.admx +++ b/CustomADMX/SystemCenterEndpointProtection.admx @@ -191,7 +191,7 @@ - + @@ -243,7 +243,7 @@ - + @@ -340,7 +340,7 @@ - + @@ -417,7 +417,7 @@ - + @@ -450,7 +450,7 @@ - + @@ -503,21 +503,21 @@ - + - + - + @@ -534,28 +534,28 @@ - + - + - + - + @@ -572,21 +572,21 @@ - + - + - + @@ -763,14 +763,14 @@ - + - + @@ -787,7 +787,7 @@ - + @@ -805,7 +805,7 @@ - + @@ -858,28 +858,28 @@ - + - + - + - + @@ -950,7 +950,7 @@ - + @@ -1003,7 +1003,7 @@ - + @@ -1020,14 +1020,14 @@ - + - + @@ -1054,7 +1054,7 @@ - + @@ -1077,7 +1077,7 @@ - +