Solved

Intune Deployment

  • 5 April 2022
  • 2 replies
  • 2545 views

Userlevel 2
Badge

I am using this install command on intune and I tested the same command in a brand new machine.

It did install, but it is not registering the machine on automox console.

 

Install command

msiexec /i "Automox_Installer-1.0.34.msi" /qn /norestart ACCESSKEY=XXXXXXXXXXXXXX="Default"

Uninstall command

msiexec /x "{XXXXXXXXXXXXXXXX}" /qn

 

XX is replacing our zone code.

 

2 issue, for all other machines added, I am getting these 2 errors.

Error unzipping downloaded content. (0x87D30067)

The unmonitored process is in progress, however it may timeout. (0x87D300C9)

 

Conclusion

The first command msiexec etc - is not correct, so what I am missing?

icon

Best answer by Afonso_Alves_31 12 April 2022, 13:19

View original

2 replies

Userlevel 5
Badge +1

If you can run a script from Intune, check out https://patch.automox.com/rs/923-VQX-349/images/Install-AxAgentMsi.ps1

I think the use of ="Default" is not needed. Perhaps try

msiexec.exe /i Automox_Installer-1.0.37.msi ACCESSKEY=Your-Access-Key /qn /norestart

 

Userlevel 2
Badge

The best way for implementing the app was to use the “Windows MSI line-of-business app” instead of using the intune tool win32 app.

It did work well with the argument

/qn /norestart ACCESSKEY=

Reply