When deploying custom host through INTUNE, everything works fine.
The custom host is installed, the device is assigned to the teamviewer group
/qn APITOKEN=our-hosts-api-token CUSTOMCONFIGID=ourhostconfigid
However as soon as we add ASSIGNMENTOPTIONS="--grant-easy-access” the host does not get installed anymore on the clients.
Is there mayby a typo or something?
This is how we set it in intune Command-line arguments;
/qn APITOKEN=our-hosts-api-token CUSTOMCONFIGID=ourhostconfigid ASSIGNMENTOPTIONS="--grant-easy-access”
We tried different order of the params, that doesn't seem to matter. We also tried without our custom host, but as soon as grant-easy-access is added to the mix, it stops working.
Just to be clear, without easy-access option the deploy works like a charm, however the easy-access option is ofcourse not enabled then.