PassPushPosh is a PowerShell 7 Module for Password Pusher, a secure sharing web service.
- ✅ Passwords: (text) All functions supported
- ⬜ URLs: (link forwarding) Planned
- ⬜ Files: Planned
- ✅ Pro Accounts: Supported as of PassPushPosh 1.2.0
Install-Module -Name PassPushPosh
orInstall-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 AM
See 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
-Debug
and-Verbose
, transaction testing via-Whatif
and-Confirm
, and include comment-based help. - For
-Verbose
and-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!