Skip to content

Releases: Snow-Shell/servicenow-powershell

v3.3.0

21 Jun 18:38
Compare
Choose a tag to compare
  • Add docker image with each new build and publish to dockerhub. Add the below environment variables to Get-ServiceNowAuth for use with docker image, but could be used outside of it as well.
    • SNOW_SERVER: the ServiceNow instance, eg. instance.service-now.com
    • SNOW_TOKEN: pre-generated oauth token. Provide this or SNOW_USER/SNOW_PASS.
    • SNOW_USER: username to connect to SNOW_SERVER
    • SNOW_PASS: password for SNOW_USER

v3.2.0

17 May 11:48
Compare
Choose a tag to compare
  • Fix Get-ServiceNowAttachment returning 0 records when the table name didn't match the table class name, #188
  • Update Add-ServiceNowAttachment -Table and -ID parameters with the same 'smarts' as other functions with table name lookup

v3.1.11

06 May 22:43
Compare
Choose a tag to compare
  • Add Export-ServiceNowRecord to write records to csv, xls, xlsx, xml, or pdf. Supports filtering, sorting, and specific properties just like Get-ServiceNowRecord. #186

v3.1.10

11 Apr 13:43
Compare
Choose a tag to compare
  • Fix #183, Get-ServiceNowRecord -Filter parameter not applying in some circumstances
  • Update display formats to correctly show values when -DisplayValue is false
  • Update Get-ServiceNowRecord help

v3.1.9

25 Mar 02:02
Compare
Choose a tag to compare
  • Fix #172, Get-ServiceNowRecord -IncludeCustomVariable not returning values
  • Get-ServiceNowRecord -IncludeCustomVariable 'variable.' prefix has been removed from custom variable property name.
  • Add pipeline functionality to -Id parameter of Get-ServiceNowRecord
  • Fix Get-ServiceNowRecord -AsValue causing error with some values

v3.1.7

10 Feb 15:15
Compare
Choose a tag to compare
  • Add AsValue parameter to Get-ServiceNowRecord to return the underlying value for a property instead of a pscustomobject. Get your sys_id directly!
  • Add formatting for Unique Certificate (cmdb_ci_certificate) table

v3.1.6

09 Feb 22:39
Compare
Choose a tag to compare
  • Add AsValue parameter to Export-ServiceNowAttachment to return attachment contents instead of writing to a file

v3.1.5

09 Feb 16:23
Compare
Choose a tag to compare
  • Add table name translation to Get-ServiceNowAttachment where sys_class_name does not match table name
  • Change .endswith operator from % to ENDSWITH as % was not working

v3.1.4

18 Jan 17:51
Compare
Choose a tag to compare
  • Add email type to custom variables, #173

v3.1.3

13 Jan 14:29
726b4ef
Compare
Choose a tag to compare
  • Fix #167, fix ServiceNowTable not being populated on Linux due to file name case