Skip to content

Commit 92e72fd

Browse files
authored
Update Readme.md
1 parent ee03e62 commit 92e72fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ 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 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). The `Connection` parameter accepts a hashtable object that requires a username, password, and ServiceNowURL allowing you to leverage the parameter for other uses as well.
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.
2931

3032
## Cmdlets
3133
* Get-ServiceNowChangeRequest

0 commit comments

Comments
 (0)