News

Build 2016 saw Bash on Windows and a new PowerShell Docker module. What do the two mean for the future of the server?
PowerShell is a command-line interface tool. So, does this PowerShell product integration trend from Microsoft mean (*gulp*) that the GUI is dead? You'd never hear that from Microsoft. With ...
In the last lesson I demonstrated how to use the title bar of the PowerShell console or the PowerShell ISE to display status messages. Another option is it use a graphical Windows form. Normally, when ...
Microsoft added many new improvements in the Windows Server 8 beta, including GUI and PowerShell enhancements, virtual machine memory boosts, security and self-updating cluster option improvements ...
If you need to create real GUI tools to interact with the user in PowerShell you're probably going to choose either Windows Forms (WinForms) or Windows Presentation Foundation (WPF).However, there are ...
Quite distinct. I'm surprised you found docs to build a Powershell GUI in WinForms. Pretty much all the attention has been on Posh+WPF mashups: ...