thekamilpro / kppwpush

PowerShell module for pwpush.com API
MIT License
8 stars 0 forks source link
password powershell pwpush pwpushapi pwsh secret

The KpPwpush Module

Module is a wrapper for pwpush.com API

How to install

Module is available at PowerShell Gallery and you can install it with:

Install-Module -Name kppwpush

Example use

At first, you need to initialise the module by calling Connect-KpPwpush, if not providing any parameters, it connects to pwpush.com server.

Create new password push with password 1234 which expires after 3 days (and default 5 views):

New-KpPwpush -Payload 1234 -ExpireAfterDays 3