File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -92,26 +92,33 @@ The module can use the `Connection` parameter in conjunction with the included `
9292
9393The ` Connection ` parameter accepts a hashtable object that requires a username, password, and ServiceNowURL.
9494
95- ## Cmdlets
95+ ## Functions
9696
97+ * Add-ServiceNowAttachment
98+ * Get-ServiceNowAttachment
99+ * Get-ServiceNowAttachmentDetail
97100* Get-ServiceNowChangeRequest
98- * Get-ServiceNowConfigurationIte
101+ * Get-ServiceNowConfigurationItem
99102* Get-ServiceNowIncident
100103* Get-ServiceNowRequest
104+ * Get-ServiceNowRequestItem
101105* Get-ServiceNowTable
102106* Get-ServiceNowTableEntry
103107* Get-ServiceNowUser
104108* Get-ServiceNowUserGroup
109+ * New-ServiceNowChangeRequest
105110* New-ServiceNowIncident
106111* New-ServiceNowQuery
107112* New-ServiceNowTableEntry
113+ * Remove-ServiceNowAttachment
108114* Remove-ServiceNowAuth
109115* Remove-ServiceNowTableEntry
110116* Set-ServiceNowAuth
111117* Test-ServiceNowAuthIsSet
112118* Update-ServiceNowChangeRequest
113119* Update-ServiceNowIncident
114120* Update-ServiceNowNumber
121+ * Update-ServiceNowRequestItem
115122* Update-ServiceNowTableEntry
116123
117124## Tests
You can’t perform that action at this time.
0 commit comments