2017-03-21 22:20:11 +00:00
# ![logo][] PowerShell
2015-07-01 22:06:29 +00:00
2016-08-18 15:55:00 +00:00
Welcome to the PowerShell GitHub Community!
2017-07-08 22:20:09 +00:00
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.
2016-07-27 21:47:03 +00:00
2018-02-03 02:35:59 +00:00
[logo]: https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/ps_black_64.svg?sanitize=true
2016-03-30 22:13:29 +00:00
2019-03-11 22:20:36 +00:00
## Windows PowerShell vs. PowerShell Core
2017-07-08 22:20:09 +00:00
2018-07-19 22:15:44 +00:00
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.
2019-11-19 04:22:12 +00:00
This also means that [issues tracked here][issues] are only for PowerShell Core 6 and higher.
2017-07-08 22:20:09 +00:00
Windows PowerShell specific issues should be opened on [UserVoice][].
2019-11-19 04:22:12 +00:00
[issues]: https://github.com/PowerShell/PowerShell/issues
2017-07-08 22:20:09 +00:00
[UserVoice]: https://windowsserver.uservoice.com/forums/301869-powershell
2017-03-21 22:20:11 +00:00
## New to PowerShell?
2016-03-30 22:13:29 +00:00
2016-07-27 21:47:03 +00:00
If you are new to PowerShell and would like to learn more, we recommend reviewing the [getting started][] documentation.
2016-01-22 19:36:23 +00:00
2017-11-06 18:29:49 +00:00
[getting started]: https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
2016-03-30 19:06:57 +00:00
2017-03-21 22:20:11 +00:00
## Get PowerShell
2016-03-30 22:13:29 +00:00
2016-07-27 21:47:03 +00:00
You can download and install a PowerShell package for any of the following platforms.
2020-03-04 17:32:21 +00:00
| Supported Platform | Download (LTS) | Downloads (stable) | Downloads (preview) | How to Install |
| -------------------------------------------| ------------------------| ------------------------| ----------------------| ------------------------------|
2020-11-12 22:19:39 +00:00
| [Windows (x64)][corefx-win] | [.msi][lts-windows-64] | [.msi][rl-windows-64] | [.msi][pv-windows-64] | [Instructions][in-windows] |
| [Windows (x86)][corefx-win] | [.msi][lts-windows-86] | [.msi][rl-windows-86] | [.msi][pv-windows-86] | [Instructions][in-windows] |
2020-11-18 23:48:19 +00:00
| [Ubuntu 20.04][corefx-linux] | | [.deb][rl-ubuntu20] | [.deb][pv-ubuntu20] | [Instructions][in-ubuntu20] |
2020-03-04 17:32:21 +00:00
| [Ubuntu 18.04][corefx-linux] | [.deb][lts-ubuntu18] | [.deb][rl-ubuntu18] | [.deb][pv-ubuntu18] | [Instructions][in-ubuntu18] |
| [Ubuntu 16.04][corefx-linux] | [.deb][lts-ubuntu16] | [.deb][rl-ubuntu16] | [.deb][pv-ubuntu16] | [Instructions][in-ubuntu16] |
| [Debian 9][corefx-linux] | [.deb][lts-debian9] | [.deb][rl-debian9] | [.deb][pv-debian9] | [Instructions][in-deb9] |
2020-11-11 20:03:18 +00:00
| [Debian 10][corefx-linux] | [.deb][lts-debian10] | [.deb][rl-debian10] | [.deb][pv-debian10] | [Instructions][in-deb9] |
| [Debian 11][corefx-linux] | | [.deb][rl-debian11] | [.deb][pv-debian11] | |
2020-03-04 17:32:21 +00:00
| [CentOS 7][corefx-linux] | [.rpm][lts-centos] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-centos] |
| [CentOS 8][corefx-linux] | [.rpm][lts-centos8] | [.rpm][rl-centos8] | [.rpm][pv-centos8] | |
| [Red Hat Enterprise Linux 7][corefx-linux] | [.rpm][lts-centos] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-rhel7] |
| [openSUSE 42.3][corefx-linux] | [.rpm][lts-centos] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-opensuse] |
| [Fedora 30][corefx-linux] | [.rpm][lts-centos] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-fedora] |
| [macOS 10.13+][corefx-macos] | [.pkg][lts-macos] | [.pkg][rl-macos] | [.pkg][pv-macos] | [Instructions][in-macos] |
| Docker | | | | [Instructions][in-docker] |
2017-12-14 21:15:19 +00:00
You can download and install a PowerShell package for any of the following platforms, **which are supported by the community.**
2018-03-23 23:48:24 +00:00
| Platform | Downloads (stable) | Downloads (preview) | How to Install |
| -------------------------| ------------------------| ----------------------------- | ------------------------------|
| Arch Linux | | | [Instructions][in-archlinux] |
| Kali Linux | [.deb][rl-ubuntu16] | [.deb][pv-ubuntu16] | [Instructions][in-kali] |
2018-07-19 22:15:44 +00:00
| Many Linux distributions | [Snapcraft][rl-snap] | [Snapcraft][pv-snap] | |
2017-10-24 18:13:17 +00:00
You can also download the PowerShell binary archives for Windows, macOS and Linux.
2020-05-19 18:10:43 +00:00
| Platform | Downloads (stable) | Downloads (preview) | How to Install |
| ---------------| --------------------------------------------------- | ------------------------------------------------| -----------------------------------------------|
| Windows | [32-bit][rl-winx86-zip]/[64-bit][rl-winx64-zip] | [32-bit][pv-winx86-zip]/[64-bit][pv-winx64-zip] | [Instructions][in-windows-zip] |
| macOS | [64-bit][rl-macos-tar] | [64-bit][pv-macos-tar] | [Instructions][in-tar-macos] |
| Linux | [64-bit][rl-linux-tar] | [64-bit][pv-linux-tar] | [Instructions][in-tar-linux] |
2020-11-18 23:48:19 +00:00
| Windows (Arm) | [64-bit][rl-winarm64] (preview) | [64-bit][pv-winarm64] | [Instructions][in-arm] |
2020-05-19 18:10:43 +00:00
| Raspbian (Arm) | [32-bit][rl-arm32]/[64-bit][rl-arm64] | [32-bit][pv-arm32]/[64-bit][pv-arm64] | [Instructions][in-raspbian] |
2020-03-04 17:32:21 +00:00
2021-03-11 23:55:50 +00:00
[lts-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/PowerShell-7.0.6-win-x86.msi
[lts-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/PowerShell-7.0.6-win-x64.msi
[lts-ubuntu18]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts_7.0.6-1.ubuntu.18.04_amd64.deb
[lts-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts_7.0.6-1.ubuntu.16.04_amd64.deb
[lts-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts_7.0.6-1.debian.9_amd64.deb
[lts-debian10]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts_7.0.6-1.debian.10_amd64.deb
[lts-centos]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts-7.0.6-1.rhel.7.x86_64.rpm
[lts-centos8]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts-7.0.6-1.centos.8.x86_64.rpm
[lts-macos]: https://github.com/PowerShell/PowerShell/releases/download/v7.0.6/powershell-lts-7.0.6-osx-x64.pkg
[rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.msi
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.msi
[rl-ubuntu20]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.ubuntu.20.04_amd64.deb
[rl-ubuntu18]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.ubuntu.18.04_amd64.deb
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.ubuntu.16.04_amd64.deb
[rl-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.debian.9_amd64.deb
[rl-debian10]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.debian.10_amd64.deb
[rl-debian11]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.debian.11_amd64.deb
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-1.rhel.7.x86_64.rpm
[rl-centos8]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-1.centos.8.x86_64.rpm
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-osx-x64.pkg
[rl-winarm64]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-arm64.zip
[rl-winx86-zip]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.zip
[rl-winx64-zip]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.zip
[rl-macos-tar]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-osx-x64.tar.gz
[rl-linux-tar]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-linux-x64.tar.gz
[rl-arm32]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-linux-arm32.tar.gz
[rl-arm64]: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-linux-arm64.tar.gz
2018-07-19 22:15:44 +00:00
[rl-snap]: https://snapcraft.io/powershell
2021-03-17 00:08:29 +00:00
[pv-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/PowerShell-7.2.0-preview.4-win-x64.msi
[pv-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/PowerShell-7.2.0-preview.4-win-x86.msi
[pv-ubuntu20]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.ubuntu.20.04_amd64.deb
[pv-ubuntu18]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.ubuntu.18.04_amd64.deb
[pv-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.ubuntu.16.04_amd64.deb
[pv-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.debian.9_amd64.deb
[pv-debian10]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.debian.10_amd64.deb
[pv-debian11]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview_7.2.0-preview.4-1.debian.11_amd64.deb
[pv-centos]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview-7.2.0_preview.4-1.rhel.7.x86_64.rpm
[pv-centos8]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-preview-7.2.0_preview.4-1.centos.8.x86_64.rpm
[pv-macos]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-7.2.0-preview.4-osx-x64.pkg
[pv-winarm64]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/PowerShell-7.2.0-preview.4-win-arm64.zip
[pv-winx86-zip]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/PowerShell-7.2.0-preview.4-win-x86.zip
[pv-winx64-zip]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/PowerShell-7.2.0-preview.4-win-x64.zip
[pv-macos-tar]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-7.2.0-preview.4-osx-x64.tar.gz
[pv-linux-tar]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-7.2.0-preview.4-linux-x64.tar.gz
[pv-arm32]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-7.2.0-preview.4-linux-arm32.tar.gz
[pv-arm64]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.0-preview.4/powershell-7.2.0-preview.4-linux-arm64.tar.gz
2018-07-19 22:15:44 +00:00
[pv-snap]: https://snapcraft.io/powershell-preview
2018-03-23 23:48:24 +00:00
2020-05-15 03:29:43 +00:00
[in-windows]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-windows
[in-ubuntu16]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#ubuntu-1604
[in-ubuntu18]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#ubuntu-1804
2020-11-11 20:03:18 +00:00
[in-ubuntu20]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#ubuntu-2004
2020-05-15 03:29:43 +00:00
[in-deb9]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#debian-9
2020-11-11 20:03:18 +00:00
[in-deb10]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#debian-10
2020-05-15 03:29:43 +00:00
[in-centos]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#centos-7
[in-rhel7]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#red-hat-enterprise-linux-rhel-7
[in-opensuse]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#opensuse
[in-fedora]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#fedora
[in-archlinux]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#arch-linux
[in-macos]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos
2018-07-25 07:28:37 +00:00
[in-docker]: https://github.com/PowerShell/PowerShell-Docker
2020-05-15 03:29:43 +00:00
[in-kali]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#kali
[in-windows-zip]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-windows#zip
[in-tar-linux]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#binary-archives
[in-tar-macos]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos#binary-archives
[in-raspbian]: https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux#raspbian
[in-arm]: https://docs.microsoft.com/powershell/scripting/install/powershell-core-on-arm
2019-07-15 17:30:24 +00:00
[corefx-win]:https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md#windows
[corefx-linux]:https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md#linux
[corefx-macos]:https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md#macos
2016-06-24 18:18:01 +00:00
2016-08-05 21:10:42 +00:00
To install a specific version, visit [releases ](https://github.com/PowerShell/PowerShell/releases ).
2016-07-13 22:59:08 +00:00
2017-03-21 22:20:11 +00:00
## Community Dashboard
2017-03-07 01:28:42 +00:00
[Dashboard ](https://aka.ms/psgithubbi ) with visualizations for community contributions and project status using PowerShell, Azure, and PowerBI.
2020-04-24 06:01:47 +00:00
For more information on how and why we built this dashboard, check out this [blog post ](https://devblogs.microsoft.com/powershell/powershell-open-source-community-dashboard/ ).
2017-03-07 01:28:42 +00:00
2021-01-14 00:13:35 +00:00
## Discussions
[GitHub Discussions ](https://docs.github.com/en/free-pro-team@latest/discussions/quickstart ) is a feature to enable fluid and open discussions within the community
for topics that are not related to code, unlike issues.
This is an experiment we are trying in our repositories to see if it helps move discussions out of issues so that issues remain actionable by the team or members of the community.
There should be no expectation that PowerShell team members are regular participants in the discussions.
Individual PowerShell team members may choose to participate in discussions, but the expectation is that community members help drive discussions so that team members
can focus on issues.
Create or join a [discussion ](https://github.com/PowerShell/PowerShell/discussions ).
2020-05-26 16:53:49 +00:00
## Chat
2016-08-18 15:44:07 +00:00
Want to chat with other members of the PowerShell community?
2016-08-30 02:30:23 +00:00
We have a Gitter Room which you can join below.
2019-06-20 20:07:42 +00:00
[![Join the chat ](https://img.shields.io/static/v1.svg?label=chat&message=on%20gitter&color=informational&logo=gitter )](https://gitter.im/PowerShell/PowerShell?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2016-08-18 15:44:07 +00:00
2020-07-29 17:23:09 +00:00
There is also the community-driven PowerShell Virtual User Group, which you can join on:
2020-06-02 19:28:32 +00:00
2020-05-26 16:53:49 +00:00
* [Slack ](https://aka.ms/psslack )
* [Discord ](https://aka.ms/psdiscord )
2017-03-21 22:20:11 +00:00
2017-06-07 23:25:32 +00:00
## Add-ons and libraries
2018-11-01 20:04:48 +00:00
[Awesome PowerShell ](https://github.com/janikvonrotz/awesome-powershell ) has a great curated list of add-ons and resources.
2017-06-07 23:25:32 +00:00
2017-03-21 22:20:11 +00:00
## Building the Repository
2016-07-27 21:47:03 +00:00
2016-08-26 19:08:50 +00:00
| Linux | Windows | macOS |
2016-07-27 21:47:03 +00:00
|--------------------------|----------------------------|------------------------|
2016-08-26 19:08:50 +00:00
| [Instructions][bd-linux] | [Instructions][bd-windows] | [Instructions][bd-macOS] |
2016-07-27 21:47:03 +00:00
2016-07-28 19:45:31 +00:00
If you have any problems building, please consult the developer [FAQ][].
2016-10-12 20:34:24 +00:00
### Build status of nightly builds
2019-01-12 00:47:11 +00:00
| Azure CI (Windows) | Azure CI (Linux) | Azure CI (macOS) | Code Coverage Status | CodeFactor Grade |
2018-09-17 21:26:27 +00:00
|:-----------------------------------------|:-----------------------------------------------|:-----------------------------------------------|:-------------------------|:-------------------------|
2018-12-03 18:14:11 +00:00
| [![windows-nightly-image][]][windows-nightly-site] | [![linux-nightly-image][]][linux-nightly-site] | [![macOS-nightly-image][]][macos-nightly-site] | [![cc-image][]][cc-site] | [![cf-image][]][cf-site] |
2016-10-12 20:34:24 +00:00
2017-11-06 18:29:49 +00:00
[bd-linux]: https://github.com/PowerShell/PowerShell/tree/master/docs/building/linux.md
[bd-windows]: https://github.com/PowerShell/PowerShell/tree/master/docs/building/windows-core.md
[bd-macOS]: https://github.com/PowerShell/PowerShell/tree/master/docs/building/macos.md
2016-01-21 20:25:48 +00:00
2017-11-06 18:29:49 +00:00
[FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md
2016-07-28 19:45:31 +00:00
2020-06-04 16:45:35 +00:00
[windows-nightly-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=32
2018-09-17 21:26:27 +00:00
[linux-nightly-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=23
[macos-nightly-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=24
2018-12-03 18:14:11 +00:00
[windows-nightly-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-Windows-daily
2018-09-17 21:26:27 +00:00
[linux-nightly-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-linux-daily?branchName=master
[macOS-nightly-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-macos-daily?branchName=master
2017-07-07 16:29:23 +00:00
[cc-site]: https://codecov.io/gh/PowerShell/PowerShell
[cc-image]: https://codecov.io/gh/PowerShell/PowerShell/branch/master/graph/badge.svg
2018-06-05 11:32:06 +00:00
[cf-site]: https://www.codefactor.io/repository/github/powershell/powershell
[cf-image]: https://www.codefactor.io/repository/github/powershell/powershell/badge
2016-07-28 19:45:31 +00:00
2017-03-21 22:20:11 +00:00
## Downloading the Source Code
2016-07-27 21:47:03 +00:00
2018-11-05 18:39:29 +00:00
You can just clone the repository:
2016-07-27 21:47:03 +00:00
2016-07-21 00:23:06 +00:00
```sh
2018-11-05 18:39:29 +00:00
git clone https://github.com/PowerShell/PowerShell.git
2016-07-21 00:23:06 +00:00
```
2016-07-27 21:47:03 +00:00
2017-11-06 18:29:49 +00:00
See [working with the PowerShell repository ](https://github.com/PowerShell/PowerShell/tree/master/docs/git ) for more information.
2016-07-27 21:47:03 +00:00
2017-03-21 22:20:11 +00:00
## Developing and Contributing
2016-07-20 18:18:28 +00:00
2016-07-27 21:47:03 +00:00
Please see the [Contribution Guide][] for how to develop and contribute.
2016-08-26 19:08:50 +00:00
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.
2016-06-23 15:21:07 +00:00
2019-03-11 22:20:36 +00:00
Also, make sure to check out our [PowerShell-RFC repository ](https://github.com/powershell/powershell-rfc ) for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.
2016-10-06 18:26:13 +00:00
2019-01-18 14:49:21 +00:00
[Contribution Guide]: https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md
2017-11-06 18:29:49 +00:00
[check out our FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package
2019-01-17 20:25:07 +00:00
2019-02-19 19:07:46 +00:00
## Support
2019-01-17 20:25:07 +00:00
2019-03-11 22:20:36 +00:00
For support, please see the [Support Section][].
2019-01-18 14:49:21 +00:00
2019-01-17 20:25:07 +00:00
[Support Section]: https://github.com/PowerShell/PowerShell/tree/master/.github/SUPPORT.md
2016-06-24 17:47:46 +00:00
2017-03-21 22:20:11 +00:00
## Legal and Licensing
2016-07-29 21:10:26 +00:00
PowerShell is licensed under the [MIT license][].
2017-11-06 18:29:49 +00:00
[MIT license]: https://github.com/PowerShell/PowerShell/tree/master/LICENSE.txt
2016-07-29 21:10:26 +00:00
2017-03-31 19:34:01 +00:00
### Windows Docker Files and Images
2019-01-12 00:47:11 +00:00
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:
2017-03-31 19:34:01 +00:00
2019-01-15 07:29:47 +00:00
- [Windows Server Core ](https://hub.docker.com/r/microsoft/windowsservercore/ )
2017-03-31 19:34:01 +00:00
- [Nano Server ](https://hub.docker.com/r/microsoft/nanoserver/ )
2017-05-03 01:27:42 +00:00
### Telemetry
2018-06-08 05:49:03 +00:00
By default, PowerShell collects the OS description and the version of PowerShell (equivalent to `$PSVersionTable.OS` and `$PSVersionTable.GitCommitId` ) using [Application Insights ](https://azure.microsoft.com/services/application-insights/ ).
2018-04-13 17:29:39 +00:00
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.
2019-08-30 19:05:26 +00:00
The telemetry we collect falls under the [Microsoft Privacy Statement ](https://privacy.microsoft.com/privacystatement/ ).
2017-05-03 01:27:42 +00:00
2017-03-21 22:20:11 +00:00
## Governance
2016-08-12 20:27:04 +00:00
2020-07-29 17:23:09 +00:00
The governance policy for the PowerShell project is described [here][].
2016-08-12 20:27:04 +00:00
[here]: https://github.com/PowerShell/PowerShell/blob/master/docs/community/governance.md
2017-06-28 17:34:09 +00:00
## [Code of Conduct][conduct-md]
2016-06-24 17:47:46 +00:00
2016-07-21 00:09:41 +00:00
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
2016-07-27 21:47:03 +00:00
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
2016-06-24 17:47:46 +00:00
2019-01-17 20:25:07 +00:00
[conduct-code]: https://opensource.microsoft.com/codeofconduct/
[conduct-FAQ]: https://opensource.microsoft.com/codeofconduct/faq/
2016-07-27 21:47:03 +00:00
[conduct-email]: mailto:opencode@microsoft.com
2019-01-12 00:47:11 +00:00
[conduct-md]: https://github.com/PowerShell/PowerShell/tree/master/CODE_OF_CONDUCT.md