I'm trying to push the BeyondTrust Remote Support Jump Client via Intune as a Windows MSI line-of-business app however it keeps failing to actually install, even though Intune thinks it did it install it.
I've tried the following command line arguments:
Powershell
/quiet/norestartKEY_INFO="[key]"
Powershell
/quiet/norestartKEY_INFO='[key]'
Powershell
KEY_INFO="[key]"/quiet/norestart
When I check event viewer I get the error: KEY_INFO argument is empty. KEY_INFO must be supplied. I've also tried this with multiple keys. I don't understand why this doesn't work. if I run the same arguments in PowerShell it works. I don't understand why it fails when I'm pushing it through Intune.
Any thoughts?