You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of "-APIToken" as shown in the examples in send-pushover.ps1:
.EXAMPLE
Send-PushOver -APIToken 'KzGDORePK8gMaC0QOYAMyEEuzJnyUi' -User 'pQiRzpo4DXghDmr9QzzfQu27cmVRsG' -Message "Test Alert"
Sends message "test alert" to user with token specified
.EXAMPLE
Send-PushOver -APIToken 'KzGDORePK8gMaC0QOYAMyEEuzJnyUi' -User 'pQiRzpo4DXghDmr9QzzfQu27cmVRsG' -Message "Test Alert" -DeviceID 'droid2'
Sends a message "Test Alert" to the user and the specified device
Thanks again,
Brian
The text was updated successfully, but these errors were encountered:
Hey Kieran - Thanks for the PowerShell Pushover script. I'm new to PS and this was quite helpful.
I did notice that there appears to be a typo in the Examples... To get it to run I had to use:
Send-PushOver -Token "mytokenhere" -User "myuserhere" -Message "Test Alert"
Instead of "-APIToken" as shown in the examples in send-pushover.ps1:
Thanks again,
Brian
The text was updated successfully, but these errors were encountered: