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 f8f3f77 commit dc51ef2Copy full SHA for dc51ef2
Readme.md
@@ -18,6 +18,12 @@ Set-ServiceNowAuth
18
Get-ServiceNowIncident -MatchContains @{short_description='PowerShell'}
19
```
20
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
+
27
## Cmdlets
28
* Get-ServiceNowChangeRequest
29
* Get-ServiceNowConfigurationItem
0 commit comments