Hi folks!
I’ve been tinkering with a lab environment deploying applications using Microsoft Intune. I was able to successfully deploy the application silently to the standard user in the lab environment. This deployment was done with an intune wrapper of Bitwarden-Installer-2023.9.1 when the October update got pushed out it had prompted for a local admin to push the update. While I am more than capable to do so from a support standpoint, I am curious if there is a way to install updates with out Local admin intervention.
As far services used, I am utilizing the Windows LAPS service available in Intune. To deploy the application, it was as a Win32 App. Utilizing the following commands.
Troubleshootings steps:
- Removed the /allusers parameter in the install command.
- Adjusted the install command name to show Bitwarden-Installer-2023.10.1.exe
- Both made no adjustments
To ultimately get it running, I had repackaged the 2023.10.1 version in a new Intune wrapper and rebuilt the Win32 installation profile. Is there a more efficient way to do this?
- I am not running a self hosted Bitwarden, and with the Microsoft store retiring, I would require an alternative solution.
Any tips would be great!