Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.43 KB

readme.md

File metadata and controls

30 lines (19 loc) · 1.43 KB

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