Forum Discussion

MREVCI's avatar
MREVCI
Copper Contributor
Oct 21, 2021

Running a registry based query

 

Hello,

we have some computers which we need to find out the specific registry value in order to be able to update their OS.
The path: HKEY_LOCAL_MACHINE\software\policies\Microsoft\Windows\WindowsUpdate\AU

The value (Dword): NoAutoUpdate

I want to find out which computers that are onboarded to defender for endpoint has this registry set to "1"/On.

Thanks for help

 

4 Replies

    • MREVCI's avatar
      MREVCI
      Copper Contributor
      That's what I am trying to do but I cant find the correct syntax
      • David Caddick's avatar
        David Caddick
        Iron Contributor

        MREVCI 

        Head into https://security.microsoft.com/advanced-hunting

        Use this to start with:

        >DeviceRegistryEvents
        >| limit 100
         
        Then pivot from there using show filters?

Resources