PassPushPosh
0.2.0
*PassPushPosh* is a PowerShell Module for interfacing with the [Password Pusher](/pglombardo/PasswordPusher) secure password / string sharing application, primarily through [pwpush.com](https://pwpush.com/). It supports creating, retrieving, and deleting anonymous and authenticated pushes, links in any supported language, and getting Push and Dashboard data for authent
*PassPushPosh* is a PowerShell Module for interfacing with the [Password Pusher](/pglombardo/PasswordPusher) secure password / string sharing application, primarily through [pwpush.com](https://pwpush.com/). It supports creating, retrieving, and deleting anonymous and authenticated pushes, links in any supported language, and getting Push and Dashboard data for authenticated users.
A primary design goal with this module was to provide **simple, beginner-friendly access** to API connections. Cmdlets provide clear responses to errors, support additional messaging via -Debug and -Verbose, transaction testing via -Whatif and -Confirm, and in general try to be as "Powershell-y" as possible.
Show more
A primary design goal with this module was to provide **simple, beginner-friendly access** to API connections. Cmdlets provide clear responses to errors, support additional messaging via -Debug and -Verbose, transaction testing via -Whatif and -Confirm, and in general try to be as "Powershell-y" as possible.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
Adam Burley, 2022
Package Details
Author(s)
- Adam Burley
Tags
Functions
Get-Dashboard Get-Push Get-PushAuditLog Get-SecretLink Initialize-PassPushPosh New-Push Remove-Push New-PasswordPush ConvertTo-PasswordPush
PSEditions
Dependencies
This module has no dependencies.
Release Notes
Module is generally functional but has not been extensively bug-tested. Reccomend not implementing into a production environment at this time.
FileList
- PassPushPosh.nuspec
- PassPushPosh.psm1
- Classes\PasswordPush.md
- Public\Get-PushAuditLog.ps1
- Public\New-Push.ps1
- Public\Remove-Push.ps1
- Public\ConvertTo-PasswordPush.ps1
- Private\buildHelpDocs.ps1
- PassPushPosh.psd1
- Classes\PasswordPush.ps1
- Public\Get-SecretLink.ps1
- Public\Initialize-PassPushPosh.ps1
- Public\Get-Push.ps1
- Public\New-PasswordPush.ps1
- Public\Get-Dashboard.ps1
- Private\buildHelpDocsTemplate.md