Skip to content

Repository files navigation

Password Pusher Logo PowerShell Logo

PassPushPosh

PowerShell Gallery Platform Support PowerShell Gallery Downloads PowerShell Gallery Version GitHub License

GitHub last commit Code Coverage

PassPushPosh is a PowerShell 7 Module for Password Pusher, a secure sharing web service.

Status

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.txt or New-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

Getting Started

Install

Use

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

Docs

See Docs or Get-Help [command] for more information. Happy sharing!

Notes

  • 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.

Links

Other

  • Used in the popular Microsoft 365 Partner management portal CIPP!

About

A PowerShell module for Password Pusher

Topics

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages