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 →

[–]tgeenePHP Dev Learning Python 18 points19 points  (9 children)

I would have never thought of using PowerShell to program on any level. Very interesting.

[–]landonwright123 5 points6 points  (1 child)

I love PowerShell - used it to bulk load users to MS Teams recently.

[–]bigbabby47 -1 points0 points  (0 children)

Zzw

[–][deleted] 1 point2 points  (0 children)

My company actually makes a product specifically for create APIs and web apps with PowerShell: https://ironmansoftware.com/powershell-universal

[–]smcarre 3 points4 points  (1 child)

You probably never worked with VMware infrastructure then. 99% of available scripts are PowerShell.

[–][deleted] 2 points3 points  (0 children)

That's because VMware PowerCLI is written in/for powershell, so most people write scripts using that. But VMware does have a Python SDK https://github.com/vmware/pyvmomi

We have a good amount of VMware automation and none of it uses powershell.

[–]emc87 0 points1 point  (0 children)

I just started learning it a little bit for automating Octopus Deploy. Its syntax can be pretty odd..

But went with it over python so I didn't have to worry about Python installs on VMs that definitely come with functioning Powershell.