I’m still new to the Tower interface and I’m having trouble understanding the smart inventory filters
What kind of filter would I need to make to only grab “Windows” machines? I noticed that the “variables” section of each host has a key-pair “platform”: “windows”
Would I just be checking if “variables” contains “platform”: “windows”? It seems really messy…