Module is a wrapper for pwpush.com API
Module is available at PowerShell Gallery and you can install it with:
Install-Module -Name kppwpush
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