PassPushPosh is a PowerShell 7 Module for Password Pusher, a secure sharing web service.
Files, QR codes, and URLs available as of PPP 1.3.2!
- ✅ Passwords: (text) All functions supported
- ✅ URLs: (link forwarding) New-Push -URL 'https://example.com/myurl'
- ✅ QR Code: New-Push -QR 'thing to encode in a QR code'.
- ✅ Files: New-Push -File C:\temp\secretfiles\myfile1.txt,C:\temp\secretfiles\myfile2.txtorNew-Push -File C:\temp\secretfiles. Supports up to 10 files total in folder paths and directly listed.
- ✅ Pro Accounts: Supported as of PassPushPosh 1.2.0
- Install-Module -Name PassPushPoshor- Install-PSResource PassPushPosh
- Download from Releases on this repo
- Download from the PowerShell Gallery
PS > "Here's my secret!" | New-Push
UrlToken            : m0nkz-xa1vlp5blcvb8
LinkDirect          : https://pwpush.com/p/m0nkz-xa1vlp5blcvb8
LinkRetrievalStep   : https://pwpush.com/p/m0nkz-xa1vlp5blcvb8/r
Link                : https://pwpush.com/p/m0nkz-xa1vlp5blcvb8
Note                : 
Payload             : 
RetrievalStep       : False
IsExpired           : False
IsDeleted           : False
IsDeletableByViewer : False
ExpireAfterDays     : 5
DaysRemaining       : 5
ExpireAfterViews    : 5
ViewsRemaining      : 5
DateCreated         : 9/4/2024 12:20:02 PM
DateUpdated         : 9/4/2024 12:20:02 PM
DateExpired         : 1/1/0001 12:00:00 AMSee Docs or Get-Help [command] for more information. Happy sharing!
- A primary design goal with this module is to provide simple, consistent results. Functions provide clear responses to errors, support additional messaging via -Debugand-Verbose, transaction testing via-Whatifand-Confirm, and include comment-based help.
- For -Verboseand-Debug, output is sanitized to prevent payloads from being written to screen / log.
- Password Pusher Open-source repository
- Password Pusher API Documentation
- Used in the popular Microsoft 365 Partner management portal CIPP!


