The Powershell team preaches using GUI on top of Powershell (GUI actions translated into Powershell commands in the background and executed).
I love the idea, specially b/c it would make my GUI scriptable (it's nice to click click and then see a trace window with all the cmdlets that I've executed).
My question is, do they provide some kind of framework/library to implement such GUI over Powershell architecture?