This release of PowerBoots is the most exciting release software I’ve cranked out in awhile. It finally has almost all of the features that I have thought of so far (we’re still missing proper support for attached properties).
You can create pretty much any WPF element, including ones I haven’t thought of adding yet (use Add-BootsFunction to add a new assembly or a single type).
You can create graphical user interfaces from PowerShell 1.0 all the way to the latest PowerShell 2.0 CTP.
You can create your WPF GUIs -Asyncin their own threads, or inline in PoshConsole, or as synchronous dialogs that return values when they close.