I am able to create automatic group for windows10 device by using this relevance
(version of client >= “6.0.0.0”) AND (exists true whose (if true then (exists (operating system) whose (it as string as lowercase contains “Win10” as lowercase)) else false))
now I try to do the save thing for windows 11
(version of client >= “6.0.0.0”) AND (exists true whose (if true then (exists (operating system) whose (it as string as lowercase contains “Win11” as lowercase)) else false))
but it does not work.
Could you please provide any recommendation about this !!
Is the automatic group Ina site subscribed by the clients?
Are the clients gathering updates and posting reports?
When you run this in the debugger on a client do you get a True?
The client is only getting monthly cumulative update.
any other action script is failing.
that is right the debugger is giving me true as well so i am not sure what is going on.
I can’t really make any sense of what you’re trying to say here. I’m not sure why you’re now doing Actions. You’d have to show a lot more of this action (like whether it has a Source Fixlet, what site the Source Fixlet is in, whether the client is subscribed to the Site, etc.)
You should probably open a support ticket so you can have a conversation about this, posting one snippet at a time in the forum is not getting anywhere.
Everything seems fine now.
The group was created on another site where Windows 11 devices were not yet subscribed. After subscribing Windows 11 machines to this site, they start appearing on the automatic group.
Thanks everyone for pointing me in the right direction…