PasswordState
1.2.3
PowerShell module for interacting with PasswordState API.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2015 Brandon Olin. All rights reserved.
Package Details
Author(s)
- Brandon Olin
Tags
PasswordState Credential Secret
Functions
Export-PasswordStateApiKey Find-PasswordStatePassword Get-PasswordStateAllLists Get-PasswordStateAllPasswords Get-PasswordStateApiKey Get-PasswordStateList Get-PasswordStateListPasswords Get-PasswordStatePassword Get-PasswordStatePasswordHistory Import-PasswordStateApiKey Initialize-PasswordStateRepository New-PasswordStatePassword New-PasswordStateRandomPassword Set-PasswordStatePassword Set-PasswordStateDocument
Dependencies
This module has no dependencies.
Release Notes
# 1.2.3 (2017-07-19)
* PR8 - Added support for PowerShell Core by using new method in Invoke-RestMethod to skip certificate checking.
Existing method (using C#) is still in place for PowerShell 5.x and below. (via @ephos)
## 1.2.2 (2016-10-11)
* Fixed bug in New-PasswordStatePassword not returning newly created password
## 1.2.1 (2016-08-23)
* Fixed bug in New-PasswordStatePassword when trying to display -WhatIf message when a document is not being uploaded
## 1.2.0 (2016-07-26)
* Added option to upload file to New-PasswordStatePassword
* Added new function to upload document (New-PasswordStateDocument)
* Fixed searching by username in Find-PasswordStatePassword
## 1.1.0 (2016-07-17)
* Add pipeline scripts
* Refactor module layout
* Add additional Pester tests
FileList
- PasswordState.nuspec
- PasswordState.psd1
- PasswordState.psm1
- en-US\about_PasswordState.help.txt
- en-US\PasswordState-help.xml
- Private\_GetDefault.ps1
- Private\_SetCertPolicy.ps1
- Public\Export-PasswordStateApiKey.ps1
- Public\Find-PasswordStatePassword.ps1
- Public\Get-PasswordStateAllLists.ps1
- Public\Get-PasswordStateAllPasswords.ps1
- Public\Get-PasswordStateApiKey.ps1
- Public\Get-PasswordStateList.ps1
- Public\Get-PasswordStateListPasswords.ps1
- Public\Get-PasswordStatePassword.ps1
- Public\Get-PasswordStatePasswordHistory.ps1
- Public\Import-PasswordStateApiKey.ps1
- Public\Initialize-PasswordStateRepository.ps1
- Public\New-PasswordStatePassword.ps1
- Public\New-PasswordStateRandomPassword.ps1
- Public\Set-PasswordStateDocument.ps1
- Public\Set-PasswordStatePassword.ps1