dnewsholme / PasswordState-Management

Powershell Module For Management of Passwordstate. (Powershell Core Compatible)
GNU General Public License v3.0
39 stars 14 forks source link
clickstudio manager password passwordstate passwordstate-management powershell

PasswordState Management

Build Status PowershellGallery GalleryVersion PowershellVersion

PasswordState Logo

Introduction

Contains various functions for the management of passwordstate via powershell.

Requirements

Requirement Version
passwordstate 8.0+
Powershell 5.1+

Powershell Core 6.0 Compatible.

How to use

First you will need to setup the environment for PasswordState using the function Set-PasswordStateEnvironment. This prevents you having to enter the api key all the time as it's stored in an encrypted format. Or you can use Windows authentication using the currently logged on user or a specific credential.

Additional Info