What is the proper way to deploy TV15Host through Intune using MSI with command-line arguments. I'm trying to use the modern instead of Classic.
I'm wanting it to install and be managed by the mail user and the be placed in the correct Device Group so that it can get it's profile configuration applied.
Here is what I am using:
/qn CUSTOMCONFIGID=<configid> APITOKEN=<APIToken> ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --group-ID <cGroupID>"