Forum Discussion
disable Multicast Name Resolution (LLMNR) with Intune
- Feb 22, 2020
Basher81 I haven't recieved an answer. The best way to do this is creating a powershell script to add the following registry setting:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient]
"EnableMulticast"=dword:00000000You can deploy this by either packaging with the win32 prep tool (application) or deploy it as a powershell script.
Hope this will help you.
AadLutgert Hi, As there are a GPO "Turn Off Multicast Name Resolution" you could use an ADMX backed policy and importing the admx file and then deploy it as a configuration Policy.
That is what I would have tried.
Regards,
Jörgen
Thank you for your response.
I am deploying this ADMX template in an Active Directory (AD) environment.
My question is: What is the impact of this template on the registry?
HKLM\Software\Policies\Microsoft\Windows NT\DNSClient, the EnableMulticast key has the value 0?
EnableMulticast has a value of 0?
Or, am I not seeing any impact of this setting in the registry?