Forum Discussion

AadLutgert's avatar
AadLutgert
Brass Contributor
Sep 09, 2019

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:00000000

     

    You can deploy this by either packaging with the win32 prep tool (application) or deploy it as a powershell script. 

     

    Hope this will help you.

Resources