Hi All,
I need to execute the below query AQL for the object type = "Intune Devices"
It seems the LIKE condition is not working properly, It returns all the data that "objectType" = "Intune Devices"
My requirement is to execute an query like below for "objectType"="IntuneDevices"
"Device Name" NOT LIKE "avd" AND "Device Name" NOT LIKE "zaus" AND "Device Name" NOT LIKE " zbord" AND "Device Name" STARTSWITH "z"
Hi @Udara Manupriya ,
did u try the following :
{"qlQuery": "objectType = \"Intune Devices\" AND \"Device Name\" not like \"avd\" AND \"Device Name\" not like \"zaus\" AND \"Device Name\" not like \"zbord\" AND \"Device Name\" LIKE \"z\" "}
Please let me know,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.