Hi,
I'm trying to get the assignment options to work on the new deployment improvements method via the MSI.
Below is the command line I've been trying with, this method doesn't seem to run anything at all.
msiexec.exe /i "\\SERVERPATH\f$\TeamViewerMSI-Source\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=CUSTOMCONFIGID APITOKEN=APITOKENNUMBER ASSIGNMENTOPTIONS="--alias "%COMPUTERNAME%" --group "GROUPNAME WITH SPACES" --reassign --grant-easy-access"
If I drop the command line down to the following below I can see the device connected to the portal but without any assignment settings such as deviceID renamed
msiexec.exe /i "\\SERVERPATH\f$\TeamViewerMSI-Source\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=CUSTOMCONFIGID APITOKEN=APITOKENNUMBER
Has anyone else had trouble getting the assignment settings to work?