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

Getting started with the official SailPoint IdentityNow PowerShell SDK

SailPoint Identity PowerShell SDK

This week as part of the SailPoint Developer Days 2023 conference the SailPoint Developer Relations team proudly announced the official SailPoint IdentityNow PowerShell SDK. They also announced Typescript and Go, but I’m sure you’re here for PowerShell.

I was very proud to be included in the announcement with Jordan Violet the head of Developer Relations at SailPoint and then followed up by Philip Ellis who gave an overview of the SDKs.… keep reading

Searching LDIF Files with PowerShell

Yes, it is 2023 and you did read the title correctly. Searching LDIF Files with PowerShell. But why?

Something I learned a few decades ago in Identity Management is that when you go live with an identity solution that updates Active Directory, you will get blamed for changes you didn’t do.… keep reading