Forum Discussion
Custom Compliance to check for Software Version
Hi all,
I was trying to implement a custom Windows compliance item using PS/JSON to check for a particular Software version.
In my case this was the AntiMalware client (not using Defender).
I tried a lot of different aproaches w/o success.
I've had results from eval error, ivalid JSON message or the item is simply ignored.
Has anyone implemented something similar with success?
thx,
Miguel
3 Replies
- NabilNahdiBrass Contributor
Hi Miguel,
What is your end goal?
Do you just need to check what devices are running a particular version of the AntiMalware client?
What action do you want to take based on that?
Also, are you using Windows 10/11 Pro, Enterprise or Education?
- NabilNahdiBrass Contributor
Hi Miguel,
If you just need to check if a particular software version is installed on a device/s you could use the Discovered Apps Reports.
https://learn.microsoft.com/en-us/intune/intune-service/apps/app-discovered-apps
- MiguelRECopper Contributor
Can't use this report for Conditional Access if I'm not mistaken....