Deploy Bitwarden Desktop via Intune | Win32 Guide
Bitwarden Desktop is the open source password manager widely adopted for business use. There are two installer variants: the standard per-user EXE and a machine-wide MSI for enterprise deployment. For Intune, the machine-wide MSI is the better choice as it installs to Program Files and is manageable at device level. This guide covers both options.
Per-user EXE vs machine-wide MSI
Bitwarden provides two Windows installers:
- Standard EXE - installs per-user to AppData. Users without admin rights can install it themselves. Not ideal for Intune system-context deployment.
- Machine-wide MSI - installs to Program Files for all users. Correct choice for Intune deployment. Available from the Bitwarden website under enterprise downloads.
Download the installer
For Intune deployment, download the machine-wide MSI from:
https://bitwarden.com/download/
Scroll to Desktop App and look for the Windows MSI option. The filename will be Bitwarden-x.x.x-x64.msi.
Wrap with the Content Prep Tool
IntuneWinAppUtil.exe -c "C:\AppSource\Bitwarden" -s "Bitwarden-2024.x.x-x64.msi" -o "C:\IntunePackages"
Add the app in Intune
- Upload the .intunewin file
- Name: Bitwarden
- Publisher: Bitwarden Inc.
Install and uninstall commands
Detection rule
Frequently Asked Questions
Use: Bitwarden-Installer-x.x.x.exe /S. Bitwarden uses an NSIS installer. The /S switch (capital S) runs the install silently. The app installs per-user by default so set install behaviour to User in Intune.
Bitwarden Desktop installs per-user into AppData by default. Set the install behaviour to User in Intune, not System. The machine-wide installer is available separately as an MSI for enterprise deployments from the Bitwarden website.
Yes. Bitwarden provides a machine-wide MSI installer designed for enterprise deployment at bitwarden.com/download. The MSI installs to Program Files for all users and is the recommended choice for Intune deployment.
If you use Bitwarden Business or Enterprise, deploy a registry key or use the Bitwarden GPO templates to pre-configure the self-hosted server URL. This ensures users connect to your organisation vault automatically.