Write-StickyNote
Written by Niklas Goude on June 5, 2009 – 5:30 pm
Here’s a fun script that uses the new “Sticky Notes” in WIndows 7.
The script is based on a simple function that uses the SendKeys() method through the Wscript.Shell COM object. This is a nice example on how you can handle COM objects through PowerShell.
I’ve also included an if statement that checks if StickyNotes is active. [...]

