Creating multiple events in ITOM with a single API POST
So I have a Powershell function that creates events in ITOM based on a JSON of one or more events. It works, it's straight forward, it loops a foreach for each entry in the JSON to call https://$myenv.service-now.com/api/now/table/em_eventand create...
