I have created a Win32 app TeamViewer Host in Intune with the following Install command:
msiexec /i "TV_Host.msi" /qn CUSTOMCONFIGID=xxxxxx IMPORTREGFILE=1 ASSIGNMENTOPTIONS="--group General" /norestart
The problem is that PC still doesn't appear in the list, however it still possible to connect to it, if you know the computer name, but list doesn't populate since we moved to Autopilot/Intune deployment. So, for now every time you need to add PC manually.
Do I miss something here or?
Thanks in advance.