Author Archives: Boe Prox

Guest Spot on PowerShell Magazine–PSTIP

I have a guest spot on the PowerShell Magazine that went live today. Check it out here: http://www.powershellmagazine.com/2012/10/22/pstip-quickly-generate-a-password/ Enjoy!

Posted in News, powershell | Tagged , , | Leave a comment

PowerShell And WPF: Canvas

In a previous article, I demonstrated adding a button to your created window and using it. I also mentioned that only 1 button could have been added due to the window treating that as a single child and that only … Continue reading

Posted in powershell, WPF | Tagged , , , | 6 Comments

PowerShell and WPF: Writing Data to a UI From a Different Runspace

One of the biggest pain points when working with WPF and PowerShell is that everything is done on a single thread with the UI. This includes performing various activities related to events such as button clicking and selecting data. While … Continue reading

Posted in powershell, WPF | Tagged , , , , , , | 54 Comments

PowerShell and WPF: Buttons

In my second installment of working with PowerShell and WPF, I will touch on the subject of Buttons.  They can be a pretty important part of your UI and should be treated as such. Ok, so buttons seem pretty simple; … Continue reading

Posted in powershell, WPF | Tagged , , , | 4 Comments

PowerShell and WPF: Introduction and Building Your First Window

Building a user interface (UI) in PowerShell may sound like a difficult process and you may not even know where to begin to accomplish something like this. Luckily, there are a few choices on what you can use to create … Continue reading

Posted in powershell, WPF | Tagged , , , | 23 Comments