Orchestrating 1Password with PowerShell

Orchestrating 1Password with PowerShell

Over two years ago I authored a PowerShell Module that enabled the automation of 1Password. I created the module because I wanted to be able to:

  • Securely store locally a configuration for accessing a 1Password online Vault
  • Automate authentication and retrieve a Session Token for interaction with a 1Password online Vault
  • Automatically renew the Session Token if it expires
  • Have multiple profile configurations for multiple 1Password Accounts
  • Work in Windows PowerShell (5.x)
keep reading