e97af44674
- Update build.psm1 - Update docs |
||
---|---|---|
.github | ||
.vscode | ||
assets | ||
demos | ||
docs | ||
src | ||
test | ||
tools | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
appveyor.yml | ||
build.psm1 | ||
build.sh | ||
CHANGELOG.md | ||
global.json | ||
nuget.config | ||
powershell.sln | ||
README.md |
PowerShell
PowerShell is a task automation and configuration management platform, consisting of a command-line shell and associated scripting language built using the .NET Command-Line Interface. PowerShell provides full access to COM and WMI, enabling administrators to automate administrative tasks on both local and remote Windows, Linux, and OS X systems.
New to PowerShell?
If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.
Build Status
Platform | master |
---|---|
Ubuntu 14.04 | |
OS X 10.11 | |
Windows |
Get PowerShell
- Download the package for your platform at PowerShell Releases.
- Install the package.
- Package installation documents are available for Linux or OS X and Windows.
Building PowerShell
Linux | Windows | OS X | |
---|---|---|---|
Build from Source | Instructions | Instructions | Instructions |
Downloading the Source Code
The PowerShell repository has a number of other repositories embedded as submodules. To make things easy, we 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 init
git submodule update
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 encounter issues in your development, please consult the known issues and FAQ documents to see if the issue you are running into is captured and if a workaround exists.
If you encounter issues with PowerShell itself, first search for it in our issues. If you do not see your issue captured, please file a new issue. For more details see Contributing to issues.
PowerShell Community
TODO
Missing community details
Legal and Licensing
TODO
Missing license details
TODO
Missing link to contributor agreement
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.