Skip to content

Instantly share code, notes, and snippets.

@heathbeavers
heathbeavers / Deploy-BitWardenBrowserExtension.ps1
Last active April 16, 2026 16:33
Deploy-BitWardenBrowserExtension.ps1
[CmdletBinding(SupportsShouldProcess = $true)]
param(
<<<<<<< feature/bitwarden-switches
[switch]$DisableNativePasswordManager,
[switch]$EnforcePinning
=======
[switch]$ChromeOnly,
[switch]$EdgeOnly,
[switch]$FirefoxOnly,
[switch]$Remove