Contains various functions for the management of passwordstate via powershell.
Requirement | Version |
---|---|
passwordstate | 8.0+ |
Powershell | 5.1+ |
Powershell Core 6.0 Compatible.
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.
- Functions all contain Pester tests ensuring that the code works.
- Full documentation is available under
.\docs