N-central Troubleshooting
Client agent deployment to Azure Active Directory using Microsoft Intune
Last Modified
Thu Oct 15 21:49 GMT 2020
Description
- Trying to deploy agents to an environment that uses Azure Active Directory/Intune
- NOTE: Cloud based domain, no probe possible
- Possible to deploy software via Intune via app deployment, but it fails installation with command line used.
Environment
- N-able N-central
Solution
- Deploying with Intune is possible with the following steps:
- Extract the MSI from the installer.
- Create an intunewin package using the intune package converter "InTuneWinAppUtil.exe" (found on github):
- Upload the package to Intune.
- Use the following command:
- msiexec /i "windowsagent.msi" /q CUSTOMERID="123" CUSTOMERNAME="Name of client" SERVERPROTOCOL="https" SERVERADDRESS="Address of Server" SERVERPORT="443"
REGISTRATION_TOKEN=<registration token> is also necessary if using N-able N-central 2020.1 or higher.