Hello,
I am having an issue with WMI with a GP. The GP is working properly but when I add the WMI filter it doesn't work. This filter is suppose to remove offline files feature from desktop computers.
This is the code for the WMI filter
select * from Win32_SystemEnclosure where ChassisTypes = 1 or ChassisTypes = 2 or ChassisTypes = 3 or ChassisTypes = 4 or ChassisTypes = 5 or ChassisTypes = 6 or ChassisTypes = 7 or ChassisTypes = 13 or ChassisTypes = 15 or ChassisTypes = 16 or ChassisTypes = 17
The GP setting is
Do not automatically make redirect folders available offline.
This is under user settings.
The end result is if you are a laptop ignore this GP.
Start Free Trial