Linux is known for having lots of terminals and consoles that are built upon GTK, Qt, GNOME, KDE or X to run the shell (like bash). PowerShell on Windows runs with the Windows console (the same as used for cmd.exe) by default.

What are the other consoles or terminals available for Windows that support PowerShell?

link|improve this question

68% accept rate
feedback

3 Answers

There does not seem to be a great selection, but I am new to PowerShell and I have not tried 'Poshconsole' but it looks interesting.

Snip snip of part of 'poshconsole'

It is opensource working under the Microsoft Permissive License (Ms-PL).
This links to the Home Page
http://poshconsole.codeplex.com/
This links to Download page that has reviews of different versions and new release notes.
http://poshconsole.codeplex.com/releases/view/66711

link|improve this answer
feedback

Have a loot at the Console Project over at SourceForge.

From their website:

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles

link|improve this answer
feedback

Powershell ISE would be my pick. It's a WPF application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.