Check if OS Build version is greater than x
Hello, I want to check if my Windows Clients are safe against the follina exploit.
As windows uses cumulative updates, I cant check the KB, because there are already new KBs and the old one is nowhere to be found.
I want to check if my OS Version is greater than 22000.739, is this possbile?
As from my understanding this is the only way to tell if the clients have the secure update installed.
1
Comments
Check out the "O/S Version" field in the computer table. It is formatted like this, but you could do comparisons to strip out just the part of the version you care about:
10.0.19043.1766
Hello, but with O/S Version filter I can only filter one version specific version like 10.0.19043.1766.
Is there a way to filter like " < 10.0.19043.1766" ?
So if the number is lower than 19043.1766, I can see it in the dynamic group?
Like this?
Damn I've never seen that!
I will try it tomorrow at work, thank you very much!
"Version higher than" does not seem to work as it contains dots and PDQ probably doesn't know where to compare.
Does anybody know a workaround?
Post a screenshot of your dynamic collection. We're just shooting in the dark here.
It was a layer 8 error. I've got it now.
Here is the end result:
Thanks for advice!