Tag Archives: WPF

PowerShell Server Inventory, Part 3: Viewing the Inventory using a UI

This post is part 3 in a 3 part series on building your own server inventory system using PowerShell. Staging the SQL database and tables (Part 1) Collecting server data and pushing to the SQL database (Part 2) Pulling the … Continue reading

Posted in powershell | Tagged , , , , , , | 2 Comments

Some Updates to Out-SquarifiedTreemap

It’s been close to a year since I published my Out-SquarifiedTreemap function (and blogged about it) after spending a number of weeks prior working on it to ensure that everything was accurate when used and also trying to figure out … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

A Look at a RegExHelper Tool for PowerShell Regular Expressions

I don’t know about you, but writing a regular expression can sometimes be a lesson in patience when putting a pattern together to parse a log file or provide some sort of validation of input. Each time I need to … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

Displaying a Squarified Treemap Using PowerShell and WPF

I was looking at VROPs recently and enjoyed looking at the data visualization that they used to show various states for things such as CPU, Memory and Disk Space for VMs and wanted to see if I could do the … Continue reading

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

Create a Mouse Cursor Tracker using PowerShell and WPF

Sometimes when you have a little bit of free time, you decide to build things just to see if you can do it regardless of how useful it might actually be. I think this might be one of those occasions. … Continue reading

Posted in powershell | Tagged , , , | 4 Comments