Forum Discussion
AadLutgert
Sep 09, 2019Brass Contributor
disable Multicast Name Resolution (LLMNR) with Intune
I'm looking for a way to disable Multicast Name Resolution (LLMNR) using Intune. I've checked the MDM Security baseline and all Device configuration policies, but was unable to find the setting. I rather do not want to use Powershell to deploy registry setting, but I do not know another option.
Is there anyone who knows how to disable Multicast Name Resolution?
Thanks in advance
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- AadLutgertBrass Contributor
Thanks for your suggestion. I've thought about this option, but ingestion is not allowed for the key location used by this setting. The location used is:
software\policies\microsoft\windows NT\DNS client
And it's not possible to ingest policies for the following key locations:
System
Software\Windows
Software\Policies\Microsoft
And there isn't an exception for the key "windows nt" in the exception list.
Please let me know if this isn't correct.
- Basher81Copper Contributor
AadLutgert DId you ever figure this out? I am running into the same thing now