PowerShell

PowerShell for every system!

Github星跟蹤圖

logo PowerShell

Welcome to the PowerShell GitHub Community!
PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized
for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.
It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

Windows PowerShell vs. PowerShell Core

Although this repository started as a fork of the Windows PowerShell code base, changes made in this repository do not make their way back to Windows PowerShell 5.1 automatically.
This also means that issues tracked here are only for PowerShell Core 6 and higher.
Windows PowerShell specific issues should be opened on UserVoice.

New to PowerShell?

If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

Get PowerShell

You can download and install a PowerShell package for any of the following platforms., Supported Platform, Downloads (stable), Downloads (preview), How to Install, -------------------------------------------, ------------------------, ----------------------, ------------------------------, Windows (x64), [.msi][rl-windows-64], .msi, Instructions, Windows (x86), [.msi][rl-windows-86], .msi, Instructions, Ubuntu 18.04, [.deb][rl-ubuntu18], .deb, Instructions, Ubuntu 16.04, [.deb][rl-ubuntu16], .deb, Instructions, Debian 9, [.deb][rl-debian9], .deb, Instructions, Debian 10, .deb, CentOS 7, [.rpm][rl-centos], .rpm, Instructions, CentOS 8, .rpm, Red Hat Enterprise Linux 7, [.rpm][rl-centos], .rpm, Instructions, openSUSE 42.3, [.rpm][rl-centos], .rpm, Instructions, Fedora 28, [.rpm][rl-centos], .rpm, Instructions, macOS 10.13+, [.pkg][rl-macos], .pkg, Instructions, Docker, Instructions, You can download and install a PowerShell package for any of the following platforms, which are supported by the community., Platform, Downloads (stable), Downloads (preview), How to Install, -------------------------, ------------------------, -----------------------------, ------------------------------, Arch Linux, Instructions, Kali Linux, [.deb][rl-ubuntu16], .deb, Instructions, Many Linux distributions, [Snapcraft][rl-snap], Snapcraft, You can also download the PowerShell binary archives for Windows, macOS and Linux., Platform, Downloads (stable), Downloads (preview), How to Install, ------------------------------------, ------------------------------------------------, ------------------------------------------------, -----------------------------------------------, Windows, [32-bit][rl-winx86-zip]/[64-bit][rl-winx64-zip], 32-bit/64-bit, Instructions, macOS, [64-bit][rl-macos-tar], 64-bit, Instructions, Linux, [64-bit][rl-linux-tar], 64-bit, Instructions, Windows (arm) Experimental, [32-bit][rl-winarm]/[64-bit][rl-winarm64], 32-bit/64-bit, Instructions, Raspbian (Stretch) Experimental, [32-bit][rl-raspbian]/[64-bit][rl-raspbian64], 32-bit/64-bit, Instructions, [rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x64.msi
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x86.msi
[rl-ubuntu18]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell_6.2.4-1.ubuntu.18.04_amd64.deb
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell_6.2.4-1.ubuntu.16.04_amd64.deb
[rl-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell_6.2.4-1.debian.9_amd64.deb
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-1.rhel.7.x86_64.rpm
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-osx-x64.pkg
[rl-winarm]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-arm32.zip
[rl-winarm64]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-arm64.zip
[rl-winx86-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x86.zip
[rl-winx64-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x64.zip
[rl-macos-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-osx-x64.tar.gz
[rl-linux-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-linux-x64.tar.gz
[rl-raspbian]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-linux-arm32.tar.gz
[rl-raspbian64]: https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-linux-arm64.tar.gz
[rl-snap]: https://snapcraft.io/powershell

To install a specific version, visit releases.

Community Dashboard

Dashboard with visualizations for community contributions and project status using PowerShell, Azure, and PowerBI.

For more information on how and why we built this dashboard, check out this blog post.

Chat Room

Want to chat with other members of the PowerShell community?

We have a Gitter Room which you can join below.

Join the chat

There is also the community driven PowerShell Slack Team which you can sign up for at Slack.

Add-ons and libraries

Awesome PowerShell has a great curated list of add-ons and resources.

Building the Repository, Linux, Windows, macOS, --------------------------, ----------------------------, ------------------------, [Instructions][bd-linux], Instructions, Instructions, If you have any problems building, please consult the developer FAQ.

Build status of nightly builds, Azure CI (Windows), Azure CI (Linux), Azure CI (macOS), Code Coverage Status, CodeFactor Grade, :-----------------------------------------, :-----------------------------------------------, :-----------------------------------------------, :-------------------------, :-------------------------, windows-nightly-image, linux-nightly-image, macOS-nightly-image, cc-image, cf-image, [bd-linux]: https://github.com/PowerShell/PowerShell/tree/master/docs/building/linux.md

Downloading the Source Code

You can just clone the repository:

git clone https://github.com/PowerShell/PowerShell.git

See working with the PowerShell repository for more information.

Developing and Contributing

Please see the Contribution Guide for how to develop and contribute.
If you are developing .NET Core C# applications targeting PowerShell Core, please check out our FAQ to learn more about the PowerShell SDK NuGet package.

Also, make sure to check out our PowerShell-RFC repository for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.

Support

For support, please see the Support Section.

PowerShell is licensed under the MIT license.

Windows Docker Files and Images

License: By requesting and using the Container OS Image for Windows containers, you acknowledge, understand, and consent to the Supplemental License Terms available on Docker Hub:

Telemetry

By default, PowerShell collects the OS description and the version of PowerShell (equivalent to $PSVersionTable.OS and $PSVersionTable.GitCommitId) using Application Insights.
To opt-out of sending telemetry, create an environment variable called POWERSHELL_TELEMETRY_OPTOUT set to a value of 1 before starting PowerShell from the installed location.
The telemetry we collect falls under the Microsoft Privacy Statement.

Governance

Governance policy for PowerShell project is described here.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

主要指標

概覽
名稱與所有者PowerShell/PowerShell
主編程語言C#
編程語言C# (語言數: 9)
平台
許可證MIT License
所有者活动
創建於2016-01-13 23:41:35
推送於2025-06-09 05:23:18
最后一次提交2025-06-09 07:23:17
發布數200
最新版本名稱v7.4.10 (發布於 2025-05-13 11:12:07)
第一版名稱v0.1.0 (發布於 2016-02-23 16:50:30)
用户参与
星數47.6k
關注者數1.4k
派生數7.7k
提交數11.1k
已啟用問題?
問題數12901
打開的問題數1075
拉請求數7507
打開的拉請求數128
關閉的拉請求數1693
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?