Showing results for February 2018 - Page 2 of 2 - Scripting Blog [archived]

Feb 1, 2018
0
2

PowerShell for Programmers: What happened to my operators?

Kory Thacher
Kory Thacher

Operators are one of the most frustrating things about learning PowerShell if you’re coming from just about any other language in existence. Operators like ==, <=, !=. etc. are almost ubiquitous in programming, but none of them are supported in PowerShell. This can lead to some pretty frustrating errors with things like If statements. You mig...

korytKory Thacher