N-central Troubleshooting
Client agent deployment to Microsoft Entra ID using Microsoft Intune
Last Modified
Tue Oct 10 19:55 GMT 2023
Description
- Trying to deploy agents to an environment that uses Microsoft Entra ID/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.