Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.73 KB

README.md

File metadata and controls

72 lines (50 loc) · 2.73 KB

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

  • Passwords: (text) All functions supported
  • URLs: (link forwarding) Planned
  • Files: Planned
  • 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!