Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

7 comments
Date Votes
  • 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

    2
  • Like this?

    1
  • Post a screenshot of your dynamic collection.  We're just shooting in the dark here.

    1
  • 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?

     
     
     
    0
  • Like this?

     

    Damn I've never seen that!

    I will try it tomorrow at work, thank you very much!

    0
  • "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?

    0
  • It was a layer 8 error. I've got it now.

    Here is the end result:

    Thanks for advice!

    0