--grant-easy-access parameter does not enable Easy Access option for Host application

DmitriMS
DmitriMS Posts: 1
edited May 2023 in General questions

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

 

Tagged:

Comments

  • Ying_Q
    Ying_Q Posts: 2,584 Moderator

    Hi @DmitriMS.,

    In order to assist you with command line editting, kindly contact TeamViewer Support Team for individual support.

    Regards

    Ying_Q

    Community Moderator/中文社区管理员
  • JamesHeathcote
    JamesHeathcote Posts: 1
    edited August 2022

    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.