The Wayback Machine - https://web.archive.org/web/20161003210412/https://github.com/PowerShell/PowerShell
Skip to content
PowerShell for every system! https://microsoft.com/powershell
C# PowerShell C++ CMake XSLT C
Latest commit f62dd4b Oct 3, 2016 @andschwa andschwa committed on GitHub Allow Start-PSBuild -Output to take absolute path (#2398)
There was no point to using Join-Path here,
but it made it impossible to specify absolute paths
(or any path outside of the PowerShell repo).
Permalink
Failed to load latest commit information.
.github Fix typo in CONTRIBUTING.md (#2242) Sep 13, 2016
.vscode Enable external console for VS Code debugging Jul 21, 2016
assets Add OSX/macOS icon file. Aug 22, 2016
demos Update documentation names and links for alpha.10 Sep 15, 2016
docker Update download.sh and Dockerfile links Sep 15, 2016
docs Make Invoke-AppVeyorTest run elevated and non-elevated tests separately Sep 29, 2016
src Merge pull request #2363 from lzybkr/maxvars Sep 29, 2016
test Adding test coverage for Variable provider Oct 3, 2016
tools Merge pull request #2280 from vors/admin-tests Sep 29, 2016
.gitattributes Set merge=union for changelog Aug 4, 2016
.gitignore Rename Publish-EchoArgs to Publish-PSTestTools Sep 13, 2016
.gitmodules Move modules shared between frameworks in Module/Shared folder Jul 1, 2016
.travis.yml Remove bundler v1.13.1 Sep 26, 2016
CHANGELOG.md Update changelog for alpha.10 (#2275) Sep 15, 2016
LICENSE.txt add line breaks to license Aug 1, 2016
README.md Update documentation names and links for alpha.10 Sep 15, 2016
ThirdPartyNotices.txt grammer fix (#1989) Aug 21, 2016
appveyor.yml Update documentation names and links for alpha.10 Sep 15, 2016
build.psm1 Allow Start-PSBuild -Output to take absolute path (#2398) Oct 3, 2016
build.sh OS X -> macOS (#1934) Aug 26, 2016
global.json Add global.json for `dnu restore` from root Nov 24, 2015
license_thirdparty_proprietary.txt Use HTTPS links for go.microsoft.com Aug 24, 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 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.

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
macOS 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?

We have a Gitter Room which you can join below.

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

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

Building the Repository

Linux Windows macOS
Instructions Instructions Instructions

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

Build status of master branches

AppVeyor (Windows) Travis CI (Linux / macOS)
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.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.