Skip to content

Commit 3848e51

Browse files
authored
Merge pull request #1 from Rick-2CA/Dev
Dev
2 parents dc51ef2 + 92e72fd commit 3848e51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md

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

21-
### Example - Retrieving an Incident Containing the Word 'PowerShell' with Automation
21+
### Example - Retrieving an Incident Containing the Word 'PowerShell' While Passing Authentication
2222
```
2323
Import-Module PSServiceNow
2424
Get-ServiceNowIncident -MatchContains @{short_description='PowerShell'} -ServiceNowCredential $PSCredential -ServiceNowURL $ServiceNowURL
2525
```
2626

27+
### Azure Connection Object (Automation Integration Module Support)
28+
The module can use the `Connection` parameter in conjunction with the included `PSServiceNow-Automation.json` file for use as an Azure automation integration module. Details of the process is available at [Authoring Integration Modules for Azure Automation](https://azure.microsoft.com/en-us/blog/authoring-integration-modules-for-azure-automation).
29+
30+
The `Connection` parameter accepts a hashtable object that requires a username, password, and ServiceNowURL.
31+
2732
## Cmdlets
2833
* Get-ServiceNowChangeRequest
2934
* Get-ServiceNowConfigurationItem

0 commit comments

Comments
 (0)