PasswordState
PasswordState copied to clipboard
PowerShell module for interacting with ClickStudio's PasswordState password management application
in the examples you have Find-PasswordStatePassword ## Current Behavior but you show an example for Get-PasswordStateAllPasswords
the winapi is an extension on the existing api, but auditing is based on whoever does the actual call, not a generic api key. ## Expected Behavior By using the...
I added pester unit tests to functions wherever they are possible ## Description Added tests in all .tests.ps1 files ## Related Issue ## Motivation and Context It allows better validation...
I removed insecure TLS from the module, refactored the testing capabilities by adding tests per function. ## Description * Removed insecure TLS support * Modified plural functions to singular *...
With the new test layout, a file per function can be created, containing all tests for any given function. I have created a first draft for these test files. ##...
The module enforces the powershell strict mode 3. Since pester has evolved a bit further, strict mode should be turned off for tests ## Expected Behavior N/A ## Current Behavior...
The available tests are good, but do not provide an easy way to add own (custom tests). I would like to add the full PSScriptAnalyzer test suite to the project....
The module modifies the default powershell session behavior to prevent access to tls sites that have selfsigned or untrusted certificates. Having the possibility to modify the session is not part...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
We have a very large password list with 15000+ passwords in it. When trying to run Get-PasswordStateListPasswords I receive a Invoke-RestMethod: The operation has timed out error. Line 47 Can...