PowerShell_Scripts icon indicating copy to clipboard operation
PowerShell_Scripts copied to clipboard

Invoke-BalloonTip not working?

Open NerfedHerder opened this issue 6 years ago • 1 comments

I'm pretty new to this stuff but I'm trying to get this one to run. I run it but no balloons appear. The script also is not failing. Is there anything that I should be modifying in the script?

Here is what I see: image

I'd love any help. thanks!

NerfedHerder avatar Mar 21 '18 17:03 NerfedHerder

@NerfedHerder This is a function within the script so you will need to take it one step further.

. .\Invoke-BalloonTip.ps1
Invoke-BalloonTip -Message 'Message' -Title 'Blah' -MessageType Info

proxb avatar Mar 21 '18 23:03 proxb