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?