There are four new operators in PowerShell v3:
-shl: shifts bits to the left
-shr: shifts bits to right and preserves sign for signed values
-in: works like -contains, operand order is reversed
-notin: works like -notcontains, operand order is reversed