Feature Request - Install application

Hi,
Azure Intune
I’d like to request a feature of the plugin, that its able to install / remove software.
The use case is that we’d like to roll out the rapid7 agents onto machines that are in control of microsoft intune.

Is this possible?

@phil_pearce We do have some active development on the Intune plugin; however, I’m going to follow up with the team to see if we have Install Software in our plans.

Also, a while back some instructions were put together on how Microsoft Intune can be used for managing the installation of the Rapid7 agent. These might be a tad out of date but the steps give the general process necessary to create an App with devices targeted to install from the agent:

  1. Download Insight Agent for use with Token-based installation: Token-Based Installation Method | Insight Agent Documentation
  2. Create a Line-of-Business (LOB) App in Azure Intune:
    1. Home > Microsoft Intune > Client Apps > Apps
    2. Select “Add” at the top of Client Apps section
    3. Add App:
      1. Type: Line-of-business app
      2. App package file: agentInstaller-x86_64.msi (previously downloaded agent installer from step 1 above)
      3. App information:
        1. Description: Rapid7 Insight Agent
        2. Publisher: Rapid7
        3. Ignore app version: Yes
        4. Command-line arguments to include and then “Add”:
/l*v C:\Windows\Logs\insight_agent_install.log CUSTOMCONFIGPATH=C:\Windows\Temp\ CUSTOMTOKEN=<Token> /qn

## Replace CUSTOMTOKEN value with that from the Rapid7 platform
## CUSTOMCONFIGPATH is where certificate files are located
## The log created by the installer is located in Windows\Logs directory for troubleshooting/support
  1. Update previously created line-of-business app
    1. Manage > Assignments
    2. Select “Add group”
      1. Assignment Type: Required
      2. Included Groups: Select specific groups to install agent OR “Make this app required on all devices” set to Yes
    3. Save modifications

After setting this up, the agent should then be installed to whatever devices that were scoped by the “Included Groups” setting. These steps assume the devices targeted for installing the Insight Agent are already being managed by Azure Intune as MDM devices.

2 Likes

Just checking is there an actual documentation available now to deploy insight rapid 7 agents via intune

Hi, we are getting Fatal error during installation (0x80070643) messages on the majority of installs of the Rapid 7 agent. The instructions did work in previous releases but the current one seems to fail on the majoirty of machines. My gut feeling is that this might have something to do with the majorty of our users not being Local Admins. Is there any up to date instructions on how to deploy the agent with Intune?

There is no official Rapid7 documentation on how to deploy the Insight Agent with Intune.