ODM AD: How to install device agent through command line?
説明
There's a need to deploy ODM AD device agent either by GPO or by running a script. What command line parameters can be specified for device agent MSI?
対策
To install device agent, please use the following command: msiexec.exe /I "<path_and_name_of_MSIfile>" SERVICEURL=https://us.odmad.quest-on-demand.com/api/ADM AUTHKEY=#########################################
If needed, the installer can also be invoked in quiet mode with the /QN switch (requires running PS as admin). The fields, which can be populated when included as command line arguments to the installer, are SERVICEURL and AUTHKEY. Additionally, it is possible to configure the agent to use a web proxy using command line arguments as well. They are: WEBPROXYENABLE (optional), WEBPROXYURL (optional), WEBPROXYPORT (optional), WEBPROXYUSER (optional), and WEBPROXYPASS (optional)