Skip to content

Powershell Module For Management of Passwordstate. (Powershell Core Compatible)

License

Notifications You must be signed in to change notification settings

dnewsholme/PasswordState-Management

Repository files navigation

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

  • Functions all contain Pester tests ensuring that the code works.
  • Full documentation is available under .\docs