Tag Archives: WPF

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

PoshPAIG 2.0.1 Released

My latest release of PoshPAIG includes some new features such as: New UI Design to make it look cleaner More reporting options Keyboard shortcuts Check for stopped services set to Automatic Options window to change some basic settings I have … Continue reading

Posted in GUI, Modules, powershell | Tagged , , | 1 Comment

Yet Another Countdown Timer Using PowerShell

So I have been literally sitting on this script for about a year now and am finally looking to publish it after seeing Josh Atwell’s awesome post about writing a countdown timer in the PowerShell console and using it as … Continue reading

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

PoshChat 2 of 2: Building a Chat Client Using PowerShell

Continuing from yesterday’s article where I talked about how I wrote the code to run the chat server portion of PoshChat, this article will now go into what I did to create the client interface that connects to the server … Continue reading

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