One comment on “Rant on PowerShell

  1. Powershell, like most shell languages, is a Domain-Specific Language, or DSL, that makes it easier to express commands that have to do with administration – for example, working with the file system, setting up command pipelines, and working with the registry. It is actually fairly similar to other shell scripting languages like bash, except that if anything it is simpler when it comes to serious scripting.

    It is also extremely powerful, more so than any other shell environment. If you don’t like shell scripting, VBScript still exists, or you can write scripts in Python. But, you will be missing out.

Leave a Reply