Skip to content

Commit 2d476d9

Browse files
committed
Update ReadMe
1 parent ee67865 commit 2d476d9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,33 @@ The module can use the `Connection` parameter in conjunction with the included `
9292

9393
The `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

0 commit comments

Comments
 (0)