Treba da naučim nešto o PowerShell-u (uz WIN 7 ide PowerShell 2.0).
Da bi PowerShell radio mora postojati I odgovarajuća instalacija za .Net Framework (u mom slučaju 2.0), a da bi PowerShell ISE radio treba mu .Net Framework 3.5 SP1.

Šta je PowerShell uopšte :
A combination of a DOS shell and scripting environment. It is often used when deploying maintenance scripts across an entire organization. Object oriented. In PowerShell, special commands (known as cmdlets) are typed in after the prompt, and are executed when you press the Enter key.
Automatski se instalira na svaku (noviju) WIN mašinu.
Iz CLI se može direktno pozvati drugi program.
CLI JAKO liči na Linux komandnu liniju 😉
Ima “Tab” za završavanje komandi.
Ima nekoliko komponenti : čist CLI, ISE I razni moduli
Ovo dole je oznaka za PowerShell ISE, I za sam PowerShell :
powershell2
Configuring the PowerShell execution policy requires access to a user account that has local administrator rights to the system that you wish to configure.

Kako se može prizvati (za WIN 7) :
Način 1 : Dugme “Start”/Accessories/Windows PowerShell
Način 2 : Klik na “Start” u polje za pretragu ukucati Powershell, odnosno PowerShell ISE

PowerShell CLI :
powershell1

Druga verzija PS-a
Zašto uopšte druga verzija? Zato jer ima ugrađen history, dozvoljava standardni copy+paste, ima TAB opciju (automatsko završavanje započete komande).
U pitanju je ConEmu Power Shell.