PowerShell i Linux

Šta je uopšte PowerShell (ili skraćeno POSH) :
A shell is basically a user interface that gives you access to various services of an operating system. A shell can be command-line based or it can include a graphical user interface (GUI).
Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework.
Dobar link za kratak opis.

Pošto Linux izgleda da nema neki određeni pandan/zamenu za PowerShell, postoje sledeće dve opcije (videti link):
1. Install an SSH server on a Windows machine, SSH in, run Powershell on the Windows box
Videti link.
2. Run an RDP client on Linux, RDP in, run Powershell on the Windows box
RDP klijent za Linux je tsclient, i radi odlično (videti moj raniji post)!