📜 ⬆️ ⬇️

Microsoft opened the source code of PowerShell



The extensible automation and configuration tool PowerShell , consisting of a shell with a command line interface and a related scripting language based on the .NET Framework, is now available for Linux and OS X. Today, Microsoft has opened a repository on Github , in which it published the source PowerShell code.

To begin with, PowerShell packages for Ubuntu, Centos, and Red Hat are published.

Instructions for setting up the working environment:
')

Installing PowerShell on Ubuntu 16.04 is done with the following command:

sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb

OS X 10.11:

sudo installer -pkg powershell-6.0.0-alpha.9-osx.10.11-x64.pkg -target /

Microsoft PowerShell Editor Services, PowerShell (, VS Code Sublime).

Microsoft PowerShell Remoting Protocol (MS-PSRP) OpenSSH . SSH WINRM.

, "Microsoft loves Linux". : Azure Linux, SQL Server Linux, .NET. Microsoft Open Source , OpenSSH, FreeBSD, Mesos, Docker, Linux .

PowerShell MIT.

Source: https://habr.com/ru/post/308076/


All Articles