PowerShell GUI with HTML - Part 1 Reading time ~5 minutes

The Series PowerShell GUI with HTML - Part 1 PowerShell GUI with HTML - Part 2 PowerShell GUI with HTML - Part 3 Show-HTML WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. Edit - I have changed the title of this blog series from AngularJS GUIs......

Adding a Notification Icon to PoshProgressBar Reading time ~4 minutes

So I decided I wanted to add in a new feature to the PoshProgressBar module. It is always handy to be able to close out of a window but still be able to monitor progress via the notification area, so I decided an icon in the notification tray would be......

SAPGUI Scripting with PowerShell Reading time ~2 minutes

Alright, so just wanted to share some brief notes here on a technique for doing SAPGUI scripting from PowerShell. It’s not pretty I’m sure this isn’t the best way to integrate PowerShell and SAP. I’m not an SAP expert but this may help someone in a pinch so I thought......

What's in a cmdlet? Reading time ~6 minutes

Have you ever used the magical cmdlet called Show-Command? Ever wonder how it knows what type of GUI form object to assign to each particular parameter in your cmdlet? Did you even know it works with any cmdlet? It is a pretty magical cmdlet. One with which you should play......

Command Combinations Reading time ~5 minutes

So I had an idea the other day. Wouldn’t it be cool if I could run EVERY single possible command combinations for my PoshProgressBar Module? That would be awesome! Wny would that be so awesome? Automated testing – To guarantee that every single progress bar combination actually ran as expected......