API Token & Group ID

Options

Hello everyone!

Has anyone experienced any issues with deploying TeamViewer using the API token and Group ID? Here is the part of my script that installs the software on the machines:


Write-Host "Installing TeamViewer..."

Start-Process -FilePath "C:\Users\Tbenois\Desktop\TeamViewer_Host_Setup" -ArgumentList "/S --grant-easy-access --api-token ************* --group-id *******" -Wait

Write-Host "TeamViewer installed successfully."


Unfortunately, after the installation, my account is not integrated into the software.

Does anyone have any ideas?