Skip to content

Commit 1e2287a

Browse files
committed
Added notes on SNow permissions under reqs
1 parent 180cfa7 commit 1e2287a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ These changes should improve your ability to filter on the right, especially by
3232

3333
Requires PowerShell 3.0 or above as this is when `Invoke-RestMethod` was introduced.
3434

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+
3541
## Usage
3642

3743
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

Comments
 (0)