PowerShell (including Windows PowerShell and PowerShell Core) 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.

Comments about PowerShell as an Alternative to Hamilton C shell

- PowerShell is Free and Open Source
- PowerShell is Lightweight
































Completely different language style. Very long command names in powershell, very short in C shell. Character stream piping in the C shell, structured objects in powershell.