Releases: Snow-Shell/servicenow-powershell
Releases · Snow-Shell/servicenow-powershell
v4.1.0
v4.0.5
v4.0.4
- Add
Get-ServiceNowRecord -FilterStringto provide a filter from the UI, #267. Thanks for the suggestion @551479! - Update datetime conversion in
Get-ServiceNowRecordto reduce possible exceptions, #265. Thanks for the contribution @davehope! - Fix list based fields appending brackets in
Update-ServiceNowRecord, #260. Thanks for reporting the issue @tehfonz!
v4.0.3
v4.0.2
v4.0.1
v4.0.0
- Add
Update-ServiceNowRecord -CustomVariableDatato update custom variable values, #237 - Add
New-ServiceNowChangeRequestsupport for change models and standard change templates - Fix 0 byte file error with
Add-ServiceNowAttachment, #241 Get-ServiceNowRecord -Newhas been deprecated and the new format is the only optionUpdate-ServiceNowChangeRequest,Update-ServiceNowincident, andUpdate-ServiceNowRequestedItemdeprecated. UseUpdate-ServiceNowRecord. The only difference was the table name and didn't make sense to maintain so many functions when documenting will do.Update-ServiceNowRecordhas been enhanced as well so all updates can take advantage.Get-ServiceNowRecordInterimhas been deprecated.- Add generic
-Tableand-IDlookup function has been created and used across all functions where these parameters are used - Add
-Tabletab ahead forRemove-ServiceNowRecordandExport-ServiceNowRecord - Add
-IDonly lookup, no table name needed, for all - Add/Update parameter sets to make it clearer when to use
-Table,-ID,-Filter, etc - Add pipeline support to
Export-ServiceNowRecord,New-ServiceNowRecord, andUpdate-ServiceNowRecord - Add
Get-ServiceNowRecord -ParentIDwithout providing-Tablereturns all tasks associated with that parent record - Standardize parameter names across functions