Forum Discussion

AadLutgert's avatar
AadLutgert
Brass Contributor
Sep 09, 2019
Solved

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 ra...
  • AadLutgert's avatar
    AadLutgert
    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: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