We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10945dc commit f87417cCopy full SHA for f87417c
PSServiceNow.psm1
@@ -19,11 +19,11 @@ function New-ServiceNowQuery{
19
[string]$OrderDirection='Desc',
20
21
# Hashtable containing machine field names and values returned must match exactly (will be combined with AND)
22
- [parameter(mandatory=$true)]
+ [parameter(mandatory=$false)]
23
[hashtable]$MatchExact,
24
25
# Hashtable containing machine field names and values returned rows must contain (will be combined with AND)
26
27
[hashtable]$MatchContains
28
)
29
# Start the query off with a order direction
0 commit comments