Skip to content
  • There are no suggestions because the search field is empty.

Autonomo - Installation via Intune (remote installation)

Instructions for setting up Intune to deploy Autonomo.

Prerequisites

You must have admin rights to install, repair or uninstall the Autonomo application.

Autonomo requires a minimum of 400 mb of available disk space.

The asset Autonomo is being installed on MUST have a Wi-Fi adapter and it must be enabled.  

During installation, Wi-Fi or Ethernet MUST be connected so that the Asset created on the Troverlo platform can be auto-provisioned.


There are three ways you can install Autonomo:

  1. Autonomo - Installation via UI
  2. Autonomo - Command line (quiet) installation options 
  3. Autonomo - Intune setup info - this page

Download the latest version

  1. Download Autonomo
    1. This same link can be accessed by selecting the last option on the Navigation panel of the Portal.

Setup type as

Line-of-business app (it will show it as Windows MSI line-of-business app after it is created)

In Properties, set:

App install context

Device

Ignore app version

Yes

Command-line arguments for install

/qn /norestart /l autonomo-install.log USERNAME=“<usernameValue>" PASSWORD=“<passwordValue>" CATEGORY=“""<categoryValue>""" SUBCATEGORY=“""<subCategoryValue>""" ASSETGROUP="""<group1,group2,group3>“"" GUESTNETWORK="yes"


Notes:

  1. Replace the text in between "<>" with your data
  2. CATEGORY, SUBCATEGORY and ASSETGROUP are wrapped in triple-double quotation marks to handle spaces and special characters
  3. ASSETGROUP must be separated with a comma, no spaces; this is optional
  4. GUESTNETWORK this is optional, if this is used, the SSID will say "Guest Network" instead of "Troverlo" - this is a new feature of the 3.x release

References:

  1. Autonomo - Asset Category and Asset Sub-Category options
  2. Autonomo - Asset Groups

Autonomo-install.log

You will need to search for this file as Intune can place in different folders, I often find it ~/windows/system32

This is a log file that provides information output from the MSI file when quiet install is used (command line).

Use it to validate

  • Autonomo version, date and time installed.
  • All the parameters entered on the command line

Use it to troubleshoot

  • It will show all the steps covered
  • It will show if successful or any errors if not successful