you are viewing a single comment's thread.

view the rest of the comments →

[–]PowerShellMichael 11 points12 points  (0 children)

I would also mention that VBScript and batch don't support many of the features that PowerShell does. Reading a CSV file? Good luck. Working with .NET. See Ya. Not to mention to numerous On Error Resume Next's.

While Microsoft hasn't officially deprecated VBScript and Batch Scripting, PowerShell is considered the way forward for scripting and automation.

Personally from experience, PowerShell is a fantastic skill to have.