PS Comparison Operators Flashcards
1
Q
Equal to. Includes an identical value.
A
-eq
2
Q
Not equal to. Includes a different value.
A
-ne
3
Q
Greater-than.
A
-gt
4
Q
Greater-than or equal to.
A
-ge
5
Q
Less-than.
A
-lt
6
Q
Less-than or equal to.
A
-le
7
Q
Match using the wildcard character (*)
A
-like
8
Q
Case sensitive match using the wildcard character (*)
A
-clike
9
Q
Replace operator. Changes the specified elements of a value.
A
-replace