Describe the Issue
If manually set using GPEDIT correct value is 0
Expected Behavior
value set to 0
Actual Behavior
value set to 1
Control(s) Affected
"18.6.4.2 | PATCH | Ensure Turn off multicast name resolution is set to Enabled MS Only | Member Server"
Environment (please complete the following information):
branch being used: [devel]
Possible Solution
name: "18.6.4.2 | PATCH | Ensure Turn off multicast name resolution is set to Enabled MS Only | Member Server"
ansible.windows.win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows NT\DNSClient
name: EnableMulticast
data: 0
type: dword
when:
Describe the Issue If manually set using GPEDIT correct value is 0
Expected Behavior value set to 0
Actual Behavior value set to 1
Control(s) Affected "18.6.4.2 | PATCH | Ensure Turn off multicast name resolution is set to Enabled MS Only | Member Server"
Environment (please complete the following information):
Possible Solution