PowerShell icon
PowerShell icon

PowerShell

 193 likes

PowerShell (including Windows PowerShell and PowerShell Core) is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework.

PowerShell screenshot 1

License model

  • FreeOpen Source

Application types

Platforms

  • Mac
  • Windows
  • Linux
  • Snapcraft
3.7 / 5 Avg rating (6)
193 likes
5comments

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Support for scripting
  2.  PowerShell Scripting
  3.  Optimized for Windows
  4.  Command line interface
  5.  Extensible by Plugins/Extensions
  6.  Autocompletion

 Tags

PowerShell News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • App icon
    OpenSourceSoftware added PowerShell as alternative to LibTerm
    about 21 hours ago
  • jutgreen rated PowerShell  
    6 days ago
  • jutgreen and boomflex liked PowerShell
    6 days ago
  • App icon
    POX added PowerShell as alternative to Termix
    13 days ago
  • braky updated PowerShell
    about 1 month ago
  • julthep rated PowerShell  
    about 1 month ago
  • julthep and BIGLINUX liked PowerShell
    about 1 month ago
Show all activities

PowerShell information

  • Developed by

    Microsoft
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Rating

    Average rating of 3.7
  • Alternatives

    66 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  46,802 Stars
  •  7,550 Forks
  •  1131 Open Issues
  •   Updated Mar 20, 2025 
View on GitHub

Popular alternatives

View all

Top PowerShell apps (extensions / mods etc)

View all

Our users have written 5 comments and reviews about PowerShell, and it has gotten 193 likes

PowerShell was added to AlternativeTo by Goyuix on Apr 14, 2009 and this page was last updated Feb 21, 2025.

Comments and Reviews

   
 Post comment/review
JVimes
  
Top positive commentJan 15, 2020

Better built-in help and command discoverability than every other popular shell. No text parsing to pipe between commands.

1
Nuncio Bitis
  
Top negative commentMay 22, 2022

Just because you CAN use more than 256 characters for a command name doesn't mean you SHOULD

0
anselmus
  
Review
Pending approval • Edited Feb 13, 2024

The great: Some features are great like auto complete and key bindings. There are even some features like tables that make powershell feature packed in a sense (powershell nushell) .

The bad: Powershell scripts are a mess. Powershell is not readable unlike most other languages. Most piping from powershell commands into programs don't work correctly. As an example `ls` always outputs a table. (eza is an alternative for that tho.)

Conclusion: Powershell has much going for it, but things like piping, terrible loops and convoluted scripts make it truly repulsive.

1
ahmed52
CommentJan 8, 2022

wait what, for liunux?

0

What is PowerShell?

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.