PassPushPosh

0.3.0

*PassPushPosh* is a PowerShell Module for interfacing with the Password Pusher secure password / string sharing application, primarily through pwpush.com. It supports creating, retrieving, and deleting anonymous and authenticated pushes and getting Push and Dashboard data for authenticated users.

Cmdlets provide clear responses to errors, support additional messagi
*PassPushPosh* is a PowerShell Module for interfacing with the Password Pusher secure password / string sharing application, primarily through pwpush.com. It supports creating, retrieving, and deleting anonymous and authenticated pushes and getting Push and Dashboard data for authenticated users.

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

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name PassPushPosh -RequiredVersion 0.3.0

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

Install-PSResource -Name PassPushPosh -Version 0.3.0

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

Adam Burley, 2022

Package Details

Author(s)

  • Adam Burley

Tags

Windows Linux MacOS Password

Functions

ConvertTo-PasswordPush Get-Dashboard Get-Push Get-PushAuditLog Get-SecretLink Initialize-PassPushPosh New-PasswordPush New-Push Remove-Push

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


       0.3.0 - Remove route translations from URI segments for compatibility with PasswordPusher v1.42.0. See pglombardo/PasswordPusher/pull/2353
       0.2.3 - Bug fixing in New-Push. See PR #1
       0.2.2 - Fixed issue with Get-Dashboard returning error referencing -JsonIsArray parameter
       General - Module is generally functional but has not been extensively bug-tested. Reccomend not implementing into a production environment at this time.

FileList

Version History

Version Downloads Last updated
1.0.0 71 9/4/2024
0.3.0 (current version) 18 7/24/2024
0.2.3 55 3/5/2023
0.2.2 17 11/28/2022
0.2.1 9 11/23/2022
0.2.0 6 11/23/2022
Show more