I want to install software for wireless devices only. Up until now we only had desktops and laptops and I just used MDT integration to check for IsLaptop etc. Now with all-in-one's this does not work. I tried using a query wmi: SELECT * FROM Win32_SystemEnclosure Where ChassisTypes="13" (all-in-one) but this doesn't seem to work. I'll get an error "Error code 4119. The operating system reported error 2147942402: The system cannot find the file specified. "
Ideally I would want to check (if wireless nic detected --> install wireless software), but I would like to know how to detect if it's an AIO or not as well.
Any suggestions?
Thanks