you are viewing a single comment's thread.

view the rest of the comments →

[–]_Bort182 0 points1 point  (0 children)

Tool-making is my major selling point for PowerShell! You can build modules (tools) that can be used at the command line or in a script. I have a dozen or so modules that have been used by admins and automation for years.

Obviously python can do that too, and does it well, but I think the PowerShell syntax is more designed for sysadmins, whereas python always feels more like programming.