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......

PowerShell ProgressBar -- The Module Reading time ~1 minute

The Series PowerShell ProgressBar -- Part 1 PowerShell ProgressBar -- Part 2 PowerShell ProgressBar -- Part 3 PowerShell ProgressBar -- Part 4 PowerShell ProgressBar -- The Module Adding a Notification Icon to PoshProgressBar Hey everyone! Just wanted to say thank you for all the wonderful feedback I have received on......

PowerShell ProgressBar -- Part 4 Reading time ~9 minutes

The Series PowerShell ProgressBar -- Part 1 PowerShell ProgressBar -- Part 2 PowerShell ProgressBar -- Part 3 PowerShell ProgressBar -- Part 4 PowerShell ProgressBar -- The Module Adding a Notification Icon to PoshProgressBar Alright, so we have the details lined out that we want to see. We have decent performance......