Tag Archives: Powershell

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

Vote On the PoshWSUS Command Name Change

In an effort to avoid a naming collision with the new WSUS PowerShell module, I am looking to rename the commands that I have in PoshWSUS to something else. I figure a poll would be useful in this instance to … Continue reading

Posted in News, powershell | Tagged , , , | 3 Comments

PowerShell and WPF: ListBox

In the latest article about WPF and PowerShell, I will talk about using the ListBox control along with a little bit of Expander and some Data Binding when creating a GUI. I know that more people want to see Data … Continue reading

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