Powershell On Linux

You can now use Powershell with Linux Operating Systems! See instructions below on how to set up your Linux distro with Powershell Source CentOS / RHEL Install wget (if not already installed): sudo yum install wget -y Download PS to the temp folder: wget -i /tmp/ https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm Install PS: sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm -y Ubuntu…