PowerShell
PowerShell is a cross-platform automation and configuration management framework from Microsoft. It combines a powerful command-line shell, a scripting language, and a configuration management framework into one tool. PowerShell works on Windows, macOS, and Linux.
It is especially useful when:
- You need advanced command-line automation for system administration
- You want to write scripts to manage Windows, Linux, or macOS environments
- You need access to .NET APIs and system management tools
- You require cross-platform remote management
PowerShell is open-source under the MIT license and maintained on GitHub by Microsoft and the community.
Download Options
Platform | Type | Download |
---|---|---|
7.5.2 Windows x64 | Installer (.msi) | Download |
7.5.2 Windows x64 | Portable (.zip) | Download |
7.5.2 macOS x64 | Installer (.pkg) | Download |
7.5.2 Linux x64 | Tarball (.tar.gz) | Download |
Useful Links
- Official Website & Source Code (GitHub)
- License: MIT