Skip to content

Commit ef18db7

Browse files
authored
Update Readme.md
1 parent 5c27ff1 commit ef18db7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Building on the great work the community has done thus far, a lot of new updates
1818
- Pipeline support added to many functions
1919
- Standardizing on coding between all functions
2020

21+
***It is recommended to use `Get-ServiceNowRecord` instead of the other 'Get' functions.***
22+
2123
## Requirements
2224

2325
Requires PowerShell 5.1 or above.
@@ -66,7 +68,7 @@ Get-ServiceNowRecord -Table incident -Filter $filter
6668
### Retrieving an Incident Containing the Word 'PowerShell'
6769

6870
```PowerShell
69-
Get-ServiceNowRecord -Table incident -Filter @('short_description','-eq','PowerShell')
71+
Get-ServiceNowRecord -Table incident -Filter @('short_description','-like','PowerShell')
7072
```
7173

7274
### Update a Ticket

0 commit comments

Comments
 (0)