Forum Discussion

AmjadGov's avatar
AmjadGov
Copper Contributor
Nov 25, 2021
Solved

Help with machine is using out of date antimalware client version in the organization script

This is the script provided by Microsoft to know which machine is using out of date antimalware client version in the organization:   //check the antimalware client version DeviceFileEvents |wher...
  • AmjadGov's avatar
    AmjadGov
    Nov 29, 2021
    That didn't work, but thanks for trying. I managed to find another way to fix the issue. As the device name also contains the UPN, I used the follow example to get it to work:
    |where FileName == "MsMpEng.exe" and DeviceName contains "contoso"

Resources