Monthly Archives: December 2012

PowerShell and Excel: Adding a Chart and Header Filter to a Report

In the previous articles I have shown you how to use Excel with PowerShell to make a nice disk space report, complete with color coded rows for disks that are running low on space. I am now going to take … Continue reading

Posted in Excel, Office, powershell | Tagged , , , | 13 Comments

PowerShell and Excel: Adding Some Formatting To Your Report

Continuing from my previous Excel article, I will now take the report that I created and make more pleasant to the eyes and really show why this is different from just piping the output into Export-CSV to a CSV file. … Continue reading

Posted in Excel, Office, powershell | Tagged , , | 12 Comments

PowerShell Deep Dives Now In Early Release (MEAP)

A PowerShell book that I contributed a couple of chapters to has just been released to MEAP, meaning that some chapters are now available for early review by the public. This has been a great experience and fun project to … Continue reading

Posted in News, powershell | Tagged , , , | 1 Comment

PowerShell and Excel: Creating Your Initial Report

One of the most common methods to generating a report (at least for me) is to write out the data to a CSV file using Export-CSV. While this is a simple and effective method of getting most data out to … Continue reading

Posted in Excel, Office, powershell | Tagged , , , , | 24 Comments

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