How can we help?
< All Topics
Print

1Password – Latest Version

1Password is a password manager developed by AgileBits Inc. It provides a place for users to store various passwords, software licenses, and other sensitive information in a virtual vault that is locked with a PBKDF2-guarded master password. This article will serve as an informative guide and give you a clear understanding of how to import 1Password into Microsoft Endpoint with the correct configuration for deployment.

Application Links

1Password – Download URL

The below URL will give you the direct download links for 1Password.

https://downloads.1password.com/win/1PasswordSetup-latest.exe

Application information

The below information is needed to be able to install 1Password. If no information is listed below then the default settings will work fine.

Name1Password
DescriptionDescription of the application.
PublisherAgileBits Inc
App VersionLatest
Category<Select what you think fits best>
Show this as a featured app in the Company Portal<if you want this app featured in the Company Portal>
Information URLhttps://1password.com/
Privacy URLhttps://1password.com/security/#privacy
DeveloperAgileBits Inc
OwnerInternal contact within your business
NotesInternal notes
LogoUpload the 1Password Logo

Program Information

Install Command1PasswordSetup-latest.exe --silent
Uninstall Command x86"%LocalAppData%\1Password\app\8\1Password.exe" --uninstall
Install behaviorUser

The rest you can keep as default.

Requirements

Operating system architecture64-bit, 32-bit
Minimum operating systemWindows 7 and up
Disk space required (MB)N.A
Physical memory required (MB)N.A

Detection Rules

Rule formatUse a custom detection script
Run script as 32-bit process on 64-bit clientsNo
Enforce script signature check and run script silentlyNo

As this application installs into the user’s Profile (AppData) folder the below can be used as a detection script. Copy and paste the below into a ps1 script and upload this as the detection rule.

If([String](Get-Item -Path "$env:USERPROFILE\AppData\Local\1Password\app\8\1Password.exe" -ErrorAction SilentlyContinue).VersionInfo.FileVersion -ge "8.8.0.120034"){
Write-Host "Installed"
}

Dependencies

Add your own as needed.

Supersedence

Again set this to your own needs.

Assignments

Depending on how you wish to deploy your application this is where you would select the users or computers.

Scroll to Top