Skip to main content
Solved

Smart Group Application Version not working

  • August 23, 2022
  • 2 replies
  • 29 views

akamenev47
Forum|alt.badge.img+10

Hi,

I either went crazy or something has changed? A simple smart group to show FortiClient 6.x version shows 7.x version as well and I can't figure out why.

 

It's not just 1 mac, but all of the ones which have FortiClient 7.x, no version 6 present are shown as well... Has anybody seen such behavior before? This is like 101 smart group and I have no idea why is it not working like that.

That smart group shows my own work mac as well, I can certainly confirm, I do not have FortiClient version 6 installed

Best answer by patelsanjay

I think what you're running into is that "like" is pretty generous in it's matching - so 70.6.0208 is matching 6. in the middle.

I am by no means a regex expert, but I believe you can use a pattern of ^6. to match "begins with ^6."

 

2 replies

Forum|alt.badge.img+5
  • New Contributor
  • 11 replies
  • Answer
  • August 23, 2022

I think what you're running into is that "like" is pretty generous in it's matching - so 70.6.0208 is matching 6. in the middle.

I am by no means a regex expert, but I believe you can use a pattern of ^6. to match "begins with ^6."

 


akamenev47
Forum|alt.badge.img+10
  • Author
  • Valued Contributor
  • 80 replies
  • August 23, 2022

I think what you're running into is that "like" is pretty generous in it's matching - so 70.6.0208 is matching 6. in the middle.

I am by no means a regex expert, but I believe you can use a pattern of ^6. to match "begins with ^6."

 


Thank You sir! :)