proxb / PowerShell_Scripts

Miscellaneous scripts for things that I have done; more scripts will arrive as I get time to update this repo.
MIT License
205 stars 72 forks source link

Invoke-BalloonTip not working? #13

Open NerfedHerder opened 6 years ago

NerfedHerder commented 6 years ago

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!

proxb commented 6 years ago

@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