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:
- Autonomo - Installation via UI
- Autonomo - Command line (quiet) installation options
- Autonomo - Intune setup info - this page
Download the latest version
- Download Autonomo
- This same link can be accessed by selecting the last option on the Navigation panel of the Portal.
- 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:
- Replace the text in between "<>" with your data
- CATEGORY, SUBCATEGORY and ASSETGROUP are wrapped in triple-double quotation marks to handle spaces and special characters
- ASSETGROUP must be separated with a comma, no spaces; this is optional
- 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:
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