Relevance of free space space says not relevant but system drive has space

((total space of it / 1024 / 1024 /1024) as string) of drive of system folder >= "35. This relevance returns not relevant on few machines but they have around 200 GB free space. What exactly is this relevance checking?

I suspect this is down to the string comparison. Try comparing it as an integer

Q: "200" >= "35"
A: False
T: 0.048 ms
I: singular boolean

Q: 200 >= 35
A: True
T: 0.024 ms
I: singular boolean
2 Likes

Thank you for clarifying this. (total space of it / 1024 / 1024 /1024) of drive of system folder >= 35. Using this for relevance.