Skip to content

Commit a942875

Browse files
committed
add dot walk example
1 parent 3d8f02f commit a942875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ServiceNow/Public/Get-ServiceNowRecord.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
Get-ServiceNowRecord -Table incident -Filter @('state', '-eq', '1') -Description 'powershell'
7474
Get incident records where state equals New or short description contains the word powershell
7575
76+
.EXAMPLE
77+
Get-ServiceNowRecord -Table incident -Filter @('assigned_to.name', '-like', 'greg')
78+
Get incident records where the assigned to user's name contains greg
79+
7680
.EXAMPLE
7781
$filter = @('state', '-eq', '1'),
7882
'-and',

0 commit comments

Comments
 (0)