Dear all,
I try to deploy Teamviewer host (an exe that we build) with intune script.
After the installation we have to assign our company ID like :
Start-Process -FilePath "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" -ArgumentList "assignment --id 0001hghjhvghjkhjkhdkfh"
But a first windows open and users have to select "Allow and finish" (Autoriser et terminer in french) :
Is there an option to Allow and finish without user action ?
Many thanks.