--grant-easy-access parameter does not enable Easy Access option for Host application
Hi
I'm deploying TeamViewer MSI as LOB app via Intune.
I'm using following parameters to enable "Grant Easy Access"
/qn APITOKEN=xxxx-xxxxxxxx ASSIGNMENTOPTIONS="--grant-easy-access --alias %COMPUTERNAME% --reassign --group CATE"
The application would successfully deploy however upon checking the "Grant Easy Access" option is not enabled.
Tried parsing the same parameter locally on a device with no luck, see command below
msiexec.exe /i TeamViewer_Host.msi /qn CUSTOMCONFIGID=XXXXXX APITOKEN=XXXXX-XXXXXXX ASSIGNMENTOPTIONS="--grant-easy-access"
Any help would be appreciated.
Thanks
Comments
-
Hi @DmitriMS.,
In order to assist you with command line editting, kindly contact TeamViewer Support Team for individual support.
Regards
Ying_Q
Community Moderator/中文社区管理员0 -
I'm having the same issue, when I use the following
msiexec.exe /i "C:\users\myname\Downloads\TeamViewer_MSI32\Host\TeamViewer_Host.msi" /qn APITOKEN=1234567-ABCDEF CUSTOMCONFIGID=ABCDEF ASSIGNMENTOPTIONS="--grant-easy-access --reassign" I get a prompt with the command parameters and installation fails.
0