What Powershell pitfalls you have fall into? :-)
Mine are:
# ----------------------------------- function foo() { @(\"text\") } # Expected 1, a
This one has tripped me up before, using $o.SomeProperty where it should be $($o.SomeProperty).