The Wayback Machine - https://web.archive.org/web/20160820035339/https://github.com/PowerShell/PowerShell/tree/master
Skip to content
PowerShell for every system! https://microsoft.com/powershell
C# PowerShell C++ CMake XSLT C
Failed to load latest commit information.
.github Doc updates, remove PR template, update issue labels (#1776) Aug 13, 2016
.vscode Enable external console for VS Code debugging Jul 21, 2016
assets assets: Fix typo (found by codespell) Aug 18, 2016
demos Add SSH Remoting readme.md file (#1962) Aug 19, 2016
docs clarify that visual studio with c++ compiler is required (#1973) Aug 19, 2016
src Fix Install-Module error 'Could not compare 6.0.0-alpha to 5.0'. … (#… Aug 19, 2016
test Create new test for Get-Credential which requires module to create a … Aug 19, 2016
tools Fix error handling in download.sh Aug 19, 2016
.gitattributes Set merge=union for changelog Aug 4, 2016
.gitignore Enable side-by-side Unix packages Aug 11, 2016
.gitmodules Move modules shared between frameworks in Module/Shared folder Jul 1, 2016
.travis.yml Temporarily disable OS X on Travis CI Aug 18, 2016
CHANGELOG.md Update changelog Aug 16, 2016
Dockerfile Create a PowerShell Docker image. Aug 19, 2016
LICENSE.txt add line breaks to license Aug 1, 2016
README.md Create a PowerShell Docker image. Aug 19, 2016
ThirdPartyNotices.txt Third Party Notices for OSS components in PowerShell source Aug 12, 2016
appveyor.yml Fix AppVeyor for public repo Aug 18, 2016
build.psm1 [build.psm1] - mc.exe input file needs quotes (#1943) Aug 19, 2016
build.sh Use -noprofile in build.sh May 18, 2016
global.json Add global.json for `dnu restore` from root Nov 24, 2015
license_thirdparty_proprietary.txt fix a typo in license_thirdparty_proprietary.txt Aug 16, 2016
nuget.config update nuget.config to point to powershell.myget.org (#1867) Aug 18, 2016
powershell.sln Add csproj files and sln for editing but not building Jul 5, 2016

README.md

logo PowerShell

Welcome to the PowerShell GitHub Community! PowerShell is a cross-platform (Windows, Linux, and OS X) 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.

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.

Platform Downloads How to Install
Windows 10 / Server 2016 .msi Instructions
Windows 8.1 / Server 2012 R2 .msi Instructions
Ubuntu 16.04 .deb Instructions
Ubuntu 14.04 .deb Instructions
CentOS 7 .rpm Instructions
OS X 10.11 .pkg Instructions
Docker Instructions

To install a specific version, visit releases.

Chat Room

Want to chat with other members of the PowerShell community?

Join the chat at https://gitter.im/PowerShell/PowerShell

Building the Repository

Linux Windows OS X
Instructions Instructions Instructions

If you have any problems building, please consult the developer FAQ.

Build status of master branches

AppVeyor (Windows) Travis CI (Linux / OS X)
av-image tv-image

Downloading the Source Code

The PowerShell repository has a number of other repositories embedded as submodules.

To make things easy, you can just clone recursively:

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

If you already cloned but forgot to use --recursive, you can update submodules manually:

git submodule update --init

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 have any problems, please consult the known issues, developer FAQ, and GitHub issues. If you do not see your problem captured, please file a new issue and follow the provided template. 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.

Legal and Licensing

PowerShell is licensed under the MIT license.

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.

You can't perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.