You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PowerShell module provides a series of cmdlets for interacting with the [ServiceNow REST API](http://wiki.servicenow.com/index.php?title=REST_API), performed by wrapping `Invoke-RestMethod` for the API calls.
4
-
**IMPORTANT:** Neither this module, nor its creator are in any way affiliated with ServiceNow.
4
+
**IMPORTANT:** Neither this module nor its creator are in any way affiliated with ServiceNow.
5
5
6
6
## Requirements
7
7
Requires PowerShell 3.0 or above as this is when `Invoke-RestMethod` was introduced.
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
35
@@ -43,6 +49,9 @@ The `Connection` parameter accepts a hashtable object that requires a username,
43
49
* Remove-ServiceNowTableEntry
44
50
* Set-ServiceNowAuth
45
51
* Test-ServiceNowAuthIsSet
52
+
* Update-ServiceNowChangeRequest
53
+
* Update-ServiceNowIncident
54
+
* Update-ServiceNowTableEntry
46
55
47
56
## Tests
48
57
This module comes with [Pester](https://github.com/pester/Pester/) tests for unit testing.
0 commit comments