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
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,6 @@ This PowerShell module provides a series of cmdlets for interacting with the [Se
8
8
9
9
**IMPORTANT:** Neither this module nor its creator are in any way affiliated with ServiceNow.
10
10
11
-
## Version 2
12
-
13
-
Building on the great work the community has done thus far, a lot of new updates with this release.
14
-
- Although still in the module for backward compatibility, `Set-ServiceNowAuth` is being replaced with `New-ServiceNowSession`. With this comes OAuth support, removal of global variables, and much more folks have asked for. The ability to provide credentials directly to functions has been retained for this release, but will be deprecated in a future release in favor of using `New-ServiceNowSession`.
15
-
- Support for different api versions. `Set-ServiceNowAuth` will continue to use v1 of the api, but `New-ServiceNowSession` defaults to the latest. Check out the `-ApiVersion` parameter of `New-ServiceNowSession`.
16
-
-`Remove-ServiceNowAuth` has been retained for this release, but as global variables have been removed, there is no longer a need for it; it will always return `$true`. It will be removed in a future release.
17
-
-`-PassThru` added to remaining `Update-` and `New-` functions. Depending on your code, this may be a ***breaking change*** if you expected the result to be returned.
18
-
- Pipeline support added to many functions
19
-
- Standardizing on coding between all functions
20
-
21
-
***It is recommended to use `Get-ServiceNowRecord` instead of the other 'Get' functions.***
22
-
23
11
## Requirements
24
12
25
13
Requires PowerShell 5.1 or above.
@@ -32,7 +20,7 @@ Requires authorization in your ServiceNow tenant. Due to the custom nature of S
32
20
33
21
## Usage
34
22
35
-
The ServiceNow module should be installed from the PowerShell Gallery with `install-module ServiceNow`.
23
+
The ServiceNow module should be installed from the [PowerShell Gallery](https://www.powershellgallery.com/packages/ServiceNow) with `install-module ServiceNow`.
36
24
37
25
### Creating a new session
38
26
@@ -61,7 +49,7 @@ All examples below assume a new session has already been created.
0 commit comments