PasswordState

1.2.3

PowerShell module for interacting with PasswordState API.

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PasswordState -RequiredVersion 1.2.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PasswordState -Version 1.2.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
1.3.0 7,363 3/22/2018
1.2.3 (current version) 878 7/20/2017
1.2.1 3,227 8/23/2016
1.2.0 429 7/29/2016
1.1.0 27 7/17/2016
1.0.3 146 1/15/2016
1.0.1 21 12/31/2015
1.0 71 10/1/2015
Show more