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
Copy file name to clipboardExpand all lines: Readme.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,12 @@ These changes should improve your ability to filter on the right, especially by
32
32
33
33
Requires PowerShell 3.0 or above as this is when `Invoke-RestMethod` was introduced.
34
34
35
+
Requires authorization in your ServiceNow tenant. Due to the custom nature of ServiceNow your organization may have REST access restricted. The following are some tips to ask for if you're having to go to your admin for access:
36
+
37
+
* Out of the box tables should be accessible by granting the `ITIL` role.
38
+
* Custom tables may require adjustments to the ACL.
39
+
* The `Web_Service_Admin` role may also be an option.
40
+
35
41
## Usage
36
42
37
43
Download the [latest release](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
0 commit comments