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.
Name | 1Password |
Description | Description of the application. |
Publisher | AgileBits Inc |
App Version | Latest |
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 URL | https://1password.com/ |
Privacy URL | https://1password.com/security/#privacy |
Developer | AgileBits Inc |
Owner | Internal contact within your business |
Notes | Internal notes |
Logo | Upload the 1Password Logo |
Program Information
Install Command | 1PasswordSetup-latest.exe --silent |
Uninstall Command x86 |
|
Install behavior | User |
The rest you can keep as default.
Requirements
Operating system architecture | 64-bit, 32-bit |
Minimum operating system | Windows 7 and up |
Disk space required (MB) | N.A |
Physical memory required (MB) | N.A |
Detection Rules
Rule format | Use a custom detection script |
Run script as 32-bit process on 64-bit clients | No |
Enforce script signature check and run script silently | No |
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.