Author Archives: Boe Prox

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

Use a PowerShell Logon Script To Update Printer Mappings

I was recently asked to come up with a PowerShell solution to re-map all of the printers in our domain from a 32 bit print server to a print server that was 64 bit. This had to be done at … Continue reading

Posted in powershell, scripts | Tagged , , | 7 Comments

PowerShell and WPF: TextBlock

Working again on my series on WPF and PowerShell, we are now going to take a look at TextBlocks, which is a lightweight control for displaying small amounts of flow content,  and how they can be used in your GUI … Continue reading

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