Category Archives: GUI

Introducing PoshEventUI: A UI Way to Create Permanent WMI Events

Something that I have been working on the past couple of months (in between other things) was a UI approach to creating permanent WMI events vs. a command line approach. I really had only a few requirements that I wanted … Continue reading

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

PoshChat Updated to 1.0

After about a year of doing nothing with my project, PoshChat, I decided it was time to push out an update that I have been working on here and there. This is one of those projects that is really fun … Continue reading

Posted in GUI, Modules, powershell | Tagged , , | 4 Comments

PowerShell Patch Utility PoshPAIG Updated to 2.1.5

I have just released version 2.1.5 of PoshPAIG, my patching utility, to the public. It is available for download at http://poshpaig.codeplex.com. I spent quite a bit of time ripping out the PSJobs infrastructure and replacing it with background PowerShell runspaces … Continue reading

Posted in GUI, powershell, scripts, WPF | Tagged , , , | 3 Comments

Building an Xbox Live Widget using PowerShell

Something a little fun that I had the opportunity to work on was building a Xbox Live widget using PowerShell that does a nice job of capturing all of the relevant information that a Xbox live person would like to … Continue reading

Posted in GUI, powershell, WPF | Tagged , , , , , , | Leave a comment

PowerShell and WPF: ListBox Part 2–DataTriggers and ObservableCollection

I wanted to share a couple of more things when working with ListBoxes that I did not cover in my previous article. The items that I will cover are: Using an Observable Collection to handle data in the ListBox Using … Continue reading

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