Intune Deployment

Having a tough time deploying the Insight agent via intune. I’ve went back and rewrapped the .msi just in case. No folders are showing up and intune just keeps timing out.

Here’s what my latest install command looks like:

  • msiexec /i "agentInstaller-x86_64.msi" CUSTOMTOKEN="us3:YOURTOKENHERE" /quiet /norestart /l*v "C:\Windows\Temp\rapid7-install.log"

Uninstall:

  • msiexec /x "{GUID}" /qn

Any help would be much appreciated!

I’d recommend raising a support case if you have not already to share the install log

David

In case anyone encounters the same issue, removing the quotes in the install command did the trick.