Skip to content

Commit dc51ef2

Browse files
authored
Update Readme.md
1 parent f8f3f77 commit dc51ef2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Set-ServiceNowAuth
1818
Get-ServiceNowIncident -MatchContains @{short_description='PowerShell'}
1919
```
2020

21+
### Example - Retrieving an Incident Containing the Word 'PowerShell' with Automation
22+
```
23+
Import-Module PSServiceNow
24+
Get-ServiceNowIncident -MatchContains @{short_description='PowerShell'} -ServiceNowCredential $PSCredential -ServiceNowURL $ServiceNowURL
25+
```
26+
2127
## Cmdlets
2228
* Get-ServiceNowChangeRequest
2329
* Get-ServiceNowConfigurationItem

0 commit comments

Comments
 (0)