Skip to content

vaginessa/Pushbullet-PowerShell-Module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pushbullet-PowerShell-Module

This PowerShell module can be used to send notifications to any of your devices using the Pushbullet service. It includes three functions:

Send-Pushbullet
Get-PushbulletDevices
Get-PushbulletContacts

It can be used as part of scripts to send notifications of events:

PS> Import-Module .\Pushbullet.psm1
PS> Send-Pushbullet -APIKey "XXXXXX" -Title "Process Report" -Message "There are $(Get-Process | Measure | Select -ExpandProperty Count) processes running."

Result:

About

A Pushbullet PowerShell module for use in scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%