-
Hi, Is there an option to filter on a "not like" or "not equal" to Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
gdbarron
Dec 12, 2022
Replies: 1 comment
-
Yep, use -ne or -notlike for your comparison operator just like powershell. See |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gdbarron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, use -ne or -notlike for your comparison operator just like powershell. See
$script:ServiceNowOperator
for a list of all operators.