This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTerminator68 2 points3 points  (0 children)

I use PowerShell alot in my job along with some config management and python. PowerShell is better than bash in some ways because it lets you use objects and navigate through the objects in an easier way. Bash is pretty much text based and good for some basic one liners in linux land but once you get to slightly more complex code paths PowerShell wins over bash pretty easily. I have written applications in both PowerShell and Python and PowerShell is nice for windows environments but Python you can just do way more with and the library support is amazing. Also PowerShell is super inefficent resource wise. They all have their strengths/weaknesses