DEV Community

Cover image for Why You Should Use PowerShell

Why You Should Use PowerShell

Milecia on April 23, 2019

There are times you need things to run automatically for you when it comes to deploying websites. It's not that deploying them is hard, it's just r...
Collapse
 
cmohan profile image
Catherine Mohan

I've been coding almost exclusively in Powershell for the last 6 months. I'm an IT tech and I write scripts, modules, and applications for use at work. No prank scripts yet but I have built a neat, little app that will remotely pull memory usage data from all computers listed in a CSV file and format it nicely into an Excel spreadsheet. It runs in the background on my computer pretty much constantly. Powershell is actually quite powerful. I find new things to do with it every day.

Collapse
 
rtxa profile image
rtxa

What about using Python instead?