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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ede579b · Oct 1, 2024
Jun 30, 2021
Nov 13, 2023
Feb 4, 2020
Jun 14, 2021
Jan 19, 2024
Nov 7, 2022
Oct 1, 2024
Jan 10, 2019
Jun 17, 2024
Nov 7, 2022
Feb 4, 2020
Jun 26, 2021
Jun 30, 2021
Nov 26, 2019
Jun 26, 2021
Jun 4, 2019
Mar 18, 2022
Jun 26, 2021
Jun 14, 2021

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