0

Can anyone let us know if we can Close Service Now Tickets using Powershell Scripting.

  • This site is not an "get free work done" site. What did you try? Do you have code example? – tukan Apr 03 '18 at 08:11

2 Answers2

0

Yes you can, and if you go into the REST API Explorer in ServiceNow, it will even give you code examples.

boostn
  • 21
  • 1
0

A bit late to the party, but you should try out the excellent PowerShell module "ServiceNow" in the PowerShell Gallery.

It is super easy to setup, and will do most of the heavy lifting for you.

Edit: And here it is one GitHub: https://github.com/Sam-Martin/servicenow-powershell

Lars Panzerbjrn
  • 196
  • 3
  • 12