Today, I wanted to explore creating Windows Notifications, those popups that appear typically in the bottom right-hand corner of Windows to let you know you received e-mail, the antivirus ran and found nothing …
You know, these things:
I have seen very convoluted code filled with various APIs to mimic this, but today, I wanted to show you a little of what we can do with VBA and PowerShell that should amaze you and goes far beyond what is possible via other techniques.
In the first section we will explore creating Notification Balloons using naive PowerShell (called from our VBA). In the second section, we’ll kick it up a notch and deploy an open-source PowerShell module that we enable us to create some truly remarkable notifications all from simple VBA calls.
So let’s dig in!



