PowerShell Alternatives, Similar

PowerShell
All PowerShell Alternatives
ConEmu
Windows console emulator with tabs, which presents multiple consoles and simple GUI applications as one customizable GUI window with various...
Cygwin
Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and...
cmder
Cmder is an open-source replacement for the Windows command-line. It relies on ConEmu , extending it with the power of...
MinGW
MinGW ("Minimalistic GNU for Windows") is a port of the GNU Compiler Collection (GCC) and GNU Binutils. It provides a...
Console
Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha...
fish
Fish is a user friendly command line shell for UNIX-like operating systems such as Linux.Finally, a command line shell for...
Hyper
Hyper™ is a beautiful and extensible, cross-platform terminal built on open web standards. It provides an elegant command-line experience that...
Windows Command Prompt
Command Prompt, also known as cmd.exe or cmd (after its executable file name), is the command-line interpreter on Windows NT,...
clink
Clink enhances your productivity in Microsoft Windows' "cmd.exe".If you're familiar with Bash then you will be familiar with the changes...
PowerShell About
Windows PowerShell is an extensible command-line shell and associated scripting language from Microsoft. Windows PowerShell integrates with the Microsoft .NET Framework and provides an environment for execution of cmdlets, which are specialized .NET classes implementing a particular operation, scripts, which are composition of cmdlets along with imperative logic, executables, which are standalone applications, or by instantiating regular .NET classes. These work by accessing data in different data stores, like the filesystem or registry.